Re: [PATCH 2 of 2] mdiff: use str.startswith/endswith() instead of slicing

2018-02-07 Thread Augie Fackler
> On Feb 4, 2018, at 12:17, Yuya Nishihara wrote: > > # HG changeset patch > # User Yuya Nishihara > # Date 1517707994 -32400 > # Sun Feb 04 10:33:14 2018 +0900 > # Node ID 16b4cc4f0cd6f72f5b7be575a7498ed0017ccea5 > # Parent

[PATCH 2 of 2] mdiff: use str.startswith/endswith() instead of slicing

2018-02-04 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1517707994 -32400 # Sun Feb 04 10:33:14 2018 +0900 # Node ID 16b4cc4f0cd6f72f5b7be575a7498ed0017ccea5 # Parent d41b22b06360ceee3a9e6e66df5f57f267318314 mdiff: use str.startswith/endswith() instead of slicing diff --git