Re: [PATCH 4 of 4 v3] log: add -L/--line-range option to follow file history by line range

2017-10-17 Thread Augie Fackler
> On Oct 17, 2017, at 09:28, Yuya Nishihara wrote: > If we take the latter, a plain file pattern can be used to select all lines. hg log --follow -L file.c,13-23 main.c >>> >>> I feel like the -L file.c,13-23 is the least ambiguous option in terms of >>>

Re: [PATCH 4 of 4 v3] log: add -L/--line-range option to follow file history by line range

2017-10-17 Thread Yuya Nishihara
On Mon, 16 Oct 2017 20:56:29 +0200, Denis Laxalde wrote: > Augie Fackler a écrit : > > (+jordigh, themystic, indygreg in case one of them has an opinion or > > inspiration) > > > >> On Oct 13, 2017, at 10:24 AM, Yuya Nishihara wrote: > >> > >> On Fri, 13 Oct 2017 10:02:07 +0200,

Re: [PATCH 4 of 4 v3] log: add -L/--line-range option to follow file history by line range

2017-10-16 Thread Denis Laxalde
Augie Fackler a écrit : (+jordigh, themystic, indygreg in case one of them has an opinion or inspiration) On Oct 13, 2017, at 10:24 AM, Yuya Nishihara wrote: On Fri, 13 Oct 2017 10:02:07 +0200, Denis Laxalde wrote: Yuya Nishihara a écrit : On Tue, 10 Oct 2017 17:37:27

Re: [PATCH 4 of 4 v3] log: add -L/--line-range option to follow file history by line range

2017-10-13 Thread Augie Fackler
(+jordigh, themystic, indygreg in case one of them has an opinion or inspiration) > On Oct 13, 2017, at 10:24 AM, Yuya Nishihara wrote: > > On Fri, 13 Oct 2017 10:02:07 +0200, Denis Laxalde wrote: >> Yuya Nishihara a écrit : >>> On Tue, 10 Oct 2017 17:37:27 +0200, Denis Laxalde

Re: [PATCH 4 of 4 v3] log: add -L/--line-range option to follow file history by line range

2017-10-13 Thread Yuya Nishihara
On Fri, 13 Oct 2017 10:02:07 +0200, Denis Laxalde wrote: > Yuya Nishihara a écrit : > > On Tue, 10 Oct 2017 17:37:27 +0200, Denis Laxalde wrote: > >> # HG changeset patch > >> # User Denis Laxalde > >> # Date 1507290475 -7200 > >> # Fri Oct 06 13:47:55 2017 +0200 >

Re: [PATCH 4 of 4 v3] log: add -L/--line-range option to follow file history by line range

2017-10-13 Thread Denis Laxalde
Yuya Nishihara a écrit : On Tue, 10 Oct 2017 17:37:27 +0200, Denis Laxalde wrote: # HG changeset patch # User Denis Laxalde # Date 1507290475 -7200 # Fri Oct 06 13:47:55 2017 +0200 # Node ID a05d3b45319a9ec28205f19dd7012b206a2b200f # Parent

Re: [PATCH 4 of 4 v3] log: add -L/--line-range option to follow file history by line range

2017-10-11 Thread Yuya Nishihara
On Tue, 10 Oct 2017 17:37:27 +0200, Denis Laxalde wrote: > # HG changeset patch > # User Denis Laxalde > # Date 1507290475 -7200 > # Fri Oct 06 13:47:55 2017 +0200 > # Node ID a05d3b45319a9ec28205f19dd7012b206a2b200f > # Parent

[PATCH 4 of 4 v3] log: add -L/--line-range option to follow file history by line range

2017-10-10 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1507290475 -7200 # Fri Oct 06 13:47:55 2017 +0200 # Node ID a05d3b45319a9ec28205f19dd7012b206a2b200f # Parent 86a055d1c06f55daeb5d725187b61522974d24e3 # Available At http://hg.logilab.org/users/dlaxalde/hg #