Re: [PATCH RFC] contrib: script to generate release notes from commit messages

2017-02-03 Thread Denis Laxalde
Gregory Szorc a écrit : # HG changeset patch # User Gregory Szorc # Date 1486108530 28800 # Thu Feb 02 23:55:30 2017 -0800 # Node ID 5fe78521b9cb553b9a7c6bd4d96576a35b8d3517 # Parent abf029200e198878a4576a87e095bd8d77d9cea9 contrib: script to generate release notes from commit messages [

Re: [PATCH 3 of 4 V3] update: also suggest --merge when non-linear update is aborted

2017-02-22 Thread Denis Laxalde
Augie Fackler a écrit : On Wed, Feb 15, 2017 at 12:56:41PM -0800, Martin von Zweigbergk via Mercurial-devel wrote: # HG changeset patch # User Martin von Zweigbergk # Date 1487140898 28800 # Tue Feb 14 22:41:38 2017 -0800 # Node ID c6cd58d272aee6633fbad5eacdad742e2f9909cd # Parent 542a99

[PATCH 10 of 11] hgweb: buffer lines by block in annotate

2017-02-22 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1487769833 -3600 # Wed Feb 22 14:23:53 2017 +0100 # Node ID 2029f766a989dc8739bd2e640f3511c441f4abc9 # Parent 2a5126051c337f38bd15862c3c5d96a83ab47acc # EXP-Topic linerange-log/hgweb-filelog hgweb: buffer lines by block in annotate This will

[PATCH 05 of 11] mdiff: make unidiff filter hunks out of specified line ranges

2017-02-22 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1484921181 -3600 # Fri Jan 20 15:06:21 2017 +0100 # Node ID 9090c35a37b14e5e09d0911d4794b65ee9ed35de # Parent 4d83e067c9c6e0f5fb7b126a9739aa9dd8113af4 # EXP-Topic linerange-log/hgweb-filelog mdiff: make unidiff filter hunks out of specified

[PATCH 07 of 11] hgweb: explictly pass basectx in webutil.diffs

2017-02-22 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1484670348 -3600 # Tue Jan 17 17:25:48 2017 +0100 # Node ID b3f8ef870003ee2ca6b6db70860a065f255902b7 # Parent ddf1b3d89b595aa5b376bb51a8edf458b8f1b1c8 # EXP-Topic linerange-log/hgweb-filelog hgweb: explictly pass basectx in webutil.diffs

[PATCH 04 of 11] hgweb: handle a "linerange" request parameter in filelog command

2017-02-22 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1484844060 -3600 # Thu Jan 19 17:41:00 2017 +0100 # Node ID 4d83e067c9c6e0f5fb7b126a9739aa9dd8113af4 # Parent 0a725b74eeb2a8eca6d1d82ba8ec8c2d188e8684 # EXP-Topic linerange-log/hgweb-filelog hgweb: handle a "linerange" request pa

[PATCH 03 of 11] gitweb: add "more" and "less" navigation links in filelog template

2017-02-22 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1487761757 -3600 # Wed Feb 22 12:09:17 2017 +0100 # Node ID 0a725b74eeb2a8eca6d1d82ba8ec8c2d188e8684 # Parent af5922c52aef6f494cb7c7e9914f1ba987916ea2 # EXP-Topic linerange-log/hgweb-filelog gitweb: add "more" and "less"

[PATCH 09 of 11] hgweb: link to diff with linerange in filelog template

2017-02-22 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1484838729 -3600 # Thu Jan 19 16:12:09 2017 +0100 # Node ID 2a5126051c337f38bd15862c3c5d96a83ab47acc # Parent 39e3bd58cb1af11ba2fd0a1a74bb134711dfe718 # EXP-Topic linerange-log/hgweb-filelog hgweb: link to diff with linerange in filelog

[PATCH 02 of 11] context: also return ancestor's line range in blockancestors

2017-02-22 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1484583276 -3600 # Mon Jan 16 17:14:36 2017 +0100 # Node ID af5922c52aef6f494cb7c7e9914f1ba987916ea2 # Parent a65cc4f311cd1aab4502811e865a67ef7205c010 # EXP-Topic linerange-log/hgweb-filelog context: also return ancestor's line ran

[PATCH 06 of 11] patch: add filtering by line ranges in diff()

2017-02-22 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1484921270 -3600 # Fri Jan 20 15:07:50 2017 +0100 # Node ID ddf1b3d89b595aa5b376bb51a8edf458b8f1b1c8 # Parent 9090c35a37b14e5e09d0911d4794b65ee9ed35de # EXP-Topic linerange-log/hgweb-filelog patch: add filtering by line ranges in diff() We

[PATCH 01 of 11] context: add a followfirst flag to blockancestors

2017-02-22 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1484582905 -3600 # Mon Jan 16 17:08:25 2017 +0100 # Node ID a65cc4f311cd1aab4502811e865a67ef7205c010 # Parent 693a5bb478543a986808264e586073a3ceedc38f # EXP-Topic linerange-log/hgweb-filelog context: add a followfirst flag to blockancestors

[PATCH 08 of 11] hgweb: handle "linerange" request parameter in filediff command

2017-02-22 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1484922599 -3600 # Fri Jan 20 15:29:59 2017 +0100 # Node ID 39e3bd58cb1af11ba2fd0a1a74bb134711dfe718 # Parent b3f8ef870003ee2ca6b6db70860a065f255902b7 # EXP-Topic linerange-log/hgweb-filelog hgweb: handle "linerange" request pa

[PATCH 11 of 11] hgweb: add a "followlines" link to hover-box in annotate

2017-02-22 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1487773255 -3600 # Wed Feb 22 15:20:55 2017 +0100 # Node ID bc884002d0bef8aad8ef203f1722e94d49d7e940 # Parent 2029f766a989dc8739bd2e640f3511c441f4abc9 # EXP-Topic linerange-log/hgweb-filelog hgweb: add a "followlines" link to ho

[PATCH 1 of 8 V2] revset: factor out linerange processing into a utility function

2017-02-25 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1487957948 -3600 # Fri Feb 24 18:39:08 2017 +0100 # Node ID 17c6195ce42f3cbb47cee53aeb4e6a4e5074878a # Parent abb92b3d370e116b29eba4d2e3154e9691c8edbb # Available At https://hg.logilab.org/users/dlaxalde/hg # hg pull https

[PATCH 8 of 8 V2] hgweb: add a "followlines" link to hover-box in annotate

2017-02-25 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1487773255 -3600 # Wed Feb 22 15:20:55 2017 +0100 # Node ID f1d1d7bcba3cd86787117cd44616ad1a5c619c5e # Parent 073bd73b65afcb2acd4783c14cb2983ef21fb5a6 # Available At https://hg.logilab.org/users/dlaxalde/hg # hg pull https

[PATCH 7 of 8 V2] hgweb: buffer lines by block in annotate

2017-02-25 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1487769833 -3600 # Wed Feb 22 14:23:53 2017 +0100 # Node ID 073bd73b65afcb2acd4783c14cb2983ef21fb5a6 # Parent 206b34cf11b768c4e74582ffb89e78feedbce7ef # Available At https://hg.logilab.org/users/dlaxalde/hg # hg pull https

[PATCH 5 of 8 V2] hgweb: handle "linerange" request parameter in filediff command

2017-02-25 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1484922599 -3600 # Fri Jan 20 15:29:59 2017 +0100 # Node ID 7fbe70c91d65683ab3984f7c80edc85f5c02860c # Parent 6625dfbecf264f51748a96aa7203fc09bee597e9 # Available At https://hg.logilab.org/users/dlaxalde/hg # hg pull https

[PATCH 4 of 8 V2] patch: add filtering by line ranges in diff()

2017-02-25 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1484921270 -3600 # Fri Jan 20 15:07:50 2017 +0100 # Node ID 6625dfbecf264f51748a96aa7203fc09bee597e9 # Parent fcc621e177b1034101f7acc0ba6828e9db6be1a7 # Available At https://hg.logilab.org/users/dlaxalde/hg # hg pull https

[PATCH 2 of 8 V2] hgweb: handle a "linerange" request parameter in filelog command

2017-02-25 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1484844060 -3600 # Thu Jan 19 17:41:00 2017 +0100 # Node ID 43d99fe8dcb510540db19366fcac8159d4e26691 # Parent 17c6195ce42f3cbb47cee53aeb4e6a4e5074878a # Available At https://hg.logilab.org/users/dlaxalde/hg # hg pull https

[PATCH 3 of 8 V2] mdiff: make unidiff filter hunks out of specified line ranges

2017-02-25 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1484921181 -3600 # Fri Jan 20 15:06:21 2017 +0100 # Node ID fcc621e177b1034101f7acc0ba6828e9db6be1a7 # Parent 43d99fe8dcb510540db19366fcac8159d4e26691 # Available At https://hg.logilab.org/users/dlaxalde/hg # hg pull https

[PATCH 6 of 8 V2] hgweb: link to diff with linerange in filelog template

2017-02-25 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1484838729 -3600 # Thu Jan 19 16:12:09 2017 +0100 # Node ID 206b34cf11b768c4e74582ffb89e78feedbce7ef # Parent 7fbe70c91d65683ab3984f7c80edc85f5c02860c # Available At https://hg.logilab.org/users/dlaxalde/hg # hg pull https

Re: [PATCH 09 of 11 V5] update: accept --merge to allow merging across topo branches (issue5125)

2017-02-28 Thread Denis Laxalde
Martin von Zweigbergk via Mercurial-devel a écrit : # HG changeset patch # User Martin von Zweigbergk # Date 1487019517 28800 # Mon Feb 13 12:58:37 2017 -0800 # Node ID d23e5a40f9c4c8d3459255c6c2cb633452b914d8 # Parent b99e3df11bb16c8c1118f2bf29ea0d0816591259 update: accept --merge to allo

Re: [PATCH 8 of 8 V2] hgweb: add a "followlines" link to hover-box in annotate

2017-03-01 Thread Denis Laxalde
Gregory Szorc a écrit : On Sat, Feb 25, 2017 at 1:06 AM, Denis Laxalde wrote: # HG changeset patch # User Denis Laxalde # Date 1487773255 -3600 # Wed Feb 22 15:20:55 2017 +0100 # Node ID f1d1d7bcba3cd86787117cd44616ad1a5c619c5e # Parent 073bd73b65afcb2acd4783c14cb2983ef21fb5a6

Re: [PATCH 5 of 8 V2] hgweb: handle "linerange" request parameter in filediff command

2017-03-01 Thread Denis Laxalde
Yuya Nishihara a écrit : I got a strange error. Can you take a look? 1. run "hg serve" in mercurial repo 2. open http://localhost:8000/annotate/tip/mercurial/cmdutil.py 3. scroll down to the bottom 4. click "follow lines" link of the last chunk http://localhost:8000/log/ed4d06f180b8/mer

Re: [PATCH 8 of 8 V2] hgweb: add a "followlines" link to hover-box in annotate

2017-03-01 Thread Denis Laxalde
Yuya Nishihara a écrit : On Tue, 28 Feb 2017 16:00:44 -0800, Gregory Szorc wrote: Also, the page it links to showing the revisions with links to a line range filtered diff is good but not great. I imagine developers will complain that it requires too many clicks to go to what they want (the actu

Re: [PATCH 8 of 8 V2] hgweb: add a "followlines" link to hover-box in annotate

2017-03-06 Thread Denis Laxalde
Yuya Nishihara a écrit : On Wed, 1 Mar 2017 17:36:48 +0100, Denis Laxalde wrote: Yuya Nishihara a écrit : On Tue, 28 Feb 2017 16:00:44 -0800, Gregory Szorc wrote: Also, the page it links to showing the revisions with links to a line range filtered diff is good but not great. I imagine

[PATCH 9 of 9] hgweb: use patch.diffhunks in webutil.diffs to simplify the algorithm

2017-03-06 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1488788913 -3600 # Mon Mar 06 09:28:33 2017 +0100 # Node ID 806a3dc2cb151dadca39686ba0f99dfcf7d2821c # Parent b895b2b1a592730ba3add0733de73d34c4ff090c # Available At http://hg.logilab.org/users/dlaxalde/hg # hg pull http

[PATCH 7 of 9] patch: add a diffhunks function yielding (diffheaders, hunks)

2017-03-06 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1488558011 -3600 # Fri Mar 03 17:20:11 2017 +0100 # Node ID 2b3bbcb8cca52db9e0dae20dbf028b67a39abc7c # Parent 07ea362d18b8d2b046822894ecdaded1dc889429 # Available At http://hg.logilab.org/users/dlaxalde/hg # hg pull http

[PATCH 1 of 9] mdiff: turn the comment above _unidiff into a docstring

2017-03-06 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1483950879 -3600 # Mon Jan 09 09:34:39 2017 +0100 # Node ID adbaa893b3e5e619402ba761b507c385fb8f8d8a # Parent 7855bfe02dc7090f17a5acab97fecb5bc4bfec82 # Available At http://hg.logilab.org/users/dlaxalde/hg # hg pull http

[PATCH 2 of 9] mdiff: let _unidiff yield hunks as (, )

2017-03-06 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1488471766 -3600 # Thu Mar 02 17:22:46 2017 +0100 # Node ID 201a5066da14bc8272b057eb2130bd1f12ace96c # Parent adbaa893b3e5e619402ba761b507c385fb8f8d8a # Available At http://hg.logilab.org/users/dlaxalde/hg # hg pull http

[PATCH 5 of 9] mdiff: extract a checknonewline inner function in unidiff()

2017-03-06 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1488559588 -3600 # Fri Mar 03 17:46:28 2017 +0100 # Node ID 27d0f56d5cde54f11cc1c93c711fa2fc8bdaf8ec # Parent 3fce2b5c21f362f1082940786b92ca8794e029ce # Available At http://hg.logilab.org/users/dlaxalde/hg # hg pull http

[PATCH 3 of 9] test: end printed diff "hunks" with an empty string in test-context.py

2017-03-06 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1488554237 -3600 # Fri Mar 03 16:17:17 2017 +0100 # Node ID 539c8f94f4d878173ee105fc2628f1b899299d82 # Parent 201a5066da14bc8272b057eb2130bd1f12ace96c # Available At http://hg.logilab.org/users/dlaxalde/hg # hg pull http

[PATCH 4 of 9] mdiff: distinguish diff headers from hunks in unidiff()

2017-03-06 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1488545482 -3600 # Fri Mar 03 13:51:22 2017 +0100 # Node ID 3fce2b5c21f362f1082940786b92ca8794e029ce # Parent 539c8f94f4d878173ee105fc2628f1b899299d82 # Available At http://hg.logilab.org/users/dlaxalde/hg # hg pull http

[PATCH 8 of 9] hgweb: start enumerate at 1 in webutil.diffs's inner function prettyprintlines

2017-03-06 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1488789879 -3600 # Mon Mar 06 09:44:39 2017 +0100 # Node ID b895b2b1a592730ba3add0733de73d34c4ff090c # Parent 2b3bbcb8cca52db9e0dae20dbf028b67a39abc7c # Available At http://hg.logilab.org/users/dlaxalde/hg # hg pull http

[PATCH 6 of 9] mdiff: let unidiff return (diffheader, hunks)

2017-03-06 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1488559600 -3600 # Fri Mar 03 17:46:40 2017 +0100 # Node ID 07ea362d18b8d2b046822894ecdaded1dc889429 # Parent 27d0f56d5cde54f11cc1c93c711fa2fc8bdaf8ec # Available At http://hg.logilab.org/users/dlaxalde/hg # hg pull http

Re: [PATCH 7 of 9] patch: add a diffhunks function yielding (diffheaders, hunks)

2017-03-06 Thread Denis Laxalde
Denis Laxalde a écrit : # HG changeset patch # User Denis Laxalde # Date 1488558011 -3600 # Fri Mar 03 17:20:11 2017 +0100 # Node ID 2b3bbcb8cca52db9e0dae20dbf028b67a39abc7c # Parent 07ea362d18b8d2b046822894ecdaded1dc889429 # Available At http://hg.logilab.org/users/dlaxalde/hg

[PATCH] revert: always display hunks reversed when reverting to parent

2017-03-06 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1488805881 -3600 # Mon Mar 06 14:11:21 2017 +0100 # Node ID 9f2b436197b02608e1546f57ac6426ec1427c7fd # Parent b4cd912d7704cd976e1bee3a3c927e0e578ec88f # Available At http://hg.logilab.org/users/dlaxalde/hg # hg pull http

Re: [PATCH] revert: always display hunks reversed when reverting to parent

2017-03-07 Thread Denis Laxalde
Martin von Zweigbergk a écrit : Relatedly, did you ever resend you patch from last fall that stopped even reading from revertalternateinteractivemode or was that blocked by some discussion taking place? No, I didn't resend it and there was no clear conclusion to the discussion as far as I can t

Re: [PATCH 1 of 9] mdiff: turn the comment above _unidiff into a docstring

2017-03-09 Thread Denis Laxalde
Yuya Nishihara a écrit : On Mon, 06 Mar 2017 10:38:19 +0100, Denis Laxalde wrote: # HG changeset patch # User Denis Laxalde # Date 1483950879 -3600 # Mon Jan 09 09:34:39 2017 +0100 # Node ID adbaa893b3e5e619402ba761b507c385fb8f8d8a # Parent 7855bfe02dc7090f17a5acab97fecb5bc4bfec82

[PATCH 06 of 10 RESEND] mdiff: extract a checknonewline inner function in unidiff()

2017-03-09 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1488559588 -3600 # Fri Mar 03 17:46:28 2017 +0100 # Node ID 9cfb7ccf0a6f4f204348165dbb204e740fa79616 # Parent 99f40e2d293c232cb8c9e1544128346493e542d2 # Available At http://hg.logilab.org/users/dlaxalde/hg # hg pull http

[PATCH 04 of 10 RESEND] test: end printed diff "hunks" with an empty string in test-context.py

2017-03-09 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1488554237 -3600 # Fri Mar 03 16:17:17 2017 +0100 # Node ID 86eaeaf2555411460760d4174a469b1cff533efa # Parent 2e1294bb1b82c8379733a5cac6d939b324ff641b # Available At http://hg.logilab.org/users/dlaxalde/hg # hg pull http

[PATCH 08 of 10 RESEND] patch: add a diffhunks function yielding (diffheaders, hunks)

2017-03-09 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1488558011 -3600 # Fri Mar 03 17:20:11 2017 +0100 # Node ID c907c7574d72f9d82eb590057ecc19133920ad00 # Parent 71710fc049991061b63818ea10aa24f24603c514 # Available At http://hg.logilab.org/users/dlaxalde/hg # hg pull http

[PATCH 02 of 10 RESEND] mdiff: turn the comment above _unidiff into a docstring

2017-03-09 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1483950879 -3600 # Mon Jan 09 09:34:39 2017 +0100 # Node ID 9815c7fcc947f0d125b044d6d65780f58a555705 # Parent 11b33e205503eb0d7911130d4579e04e7429e8f6 # Available At http://hg.logilab.org/users/dlaxalde/hg # hg pull http

[PATCH 05 of 10 RESEND] mdiff: distinguish diff headers from hunks in unidiff()

2017-03-09 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1488545482 -3600 # Fri Mar 03 13:51:22 2017 +0100 # Node ID 99f40e2d293c232cb8c9e1544128346493e542d2 # Parent 86eaeaf2555411460760d4174a469b1cff533efa # Available At http://hg.logilab.org/users/dlaxalde/hg # hg pull http

[PATCH 03 of 10 RESEND] mdiff: let _unidiff yield hunks as (, )

2017-03-09 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1488471766 -3600 # Thu Mar 02 17:22:46 2017 +0100 # Node ID 2e1294bb1b82c8379733a5cac6d939b324ff641b # Parent 9815c7fcc947f0d125b044d6d65780f58a555705 # Available At http://hg.logilab.org/users/dlaxalde/hg # hg pull http

[PATCH 01 of 10 RESEND] mdiff: compute newlines-splitted texts within _unidiff

2017-03-09 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1475000855 -7200 # Tue Sep 27 20:27:35 2016 +0200 # Node ID 11b33e205503eb0d7911130d4579e04e7429e8f6 # Parent 150cd51257221fad5ccba5794e7a21837afba479 # Available At http://hg.logilab.org/users/dlaxalde/hg # hg pull http

[PATCH 10 of 10 RESEND] hgweb: use patch.diffhunks in webutil.diffs to simplify the algorithm

2017-03-09 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1488788913 -3600 # Mon Mar 06 09:28:33 2017 +0100 # Node ID e46d8c7684398f1ea1ceab0d8ea5ed5561cd0680 # Parent 48a6d7717d8cde08abd448c392724cf8cb4b5282 # Available At http://hg.logilab.org/users/dlaxalde/hg # hg pull http

[PATCH 07 of 10 RESEND] mdiff: let unidiff return (diffheader, hunks)

2017-03-09 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1488559600 -3600 # Fri Mar 03 17:46:40 2017 +0100 # Node ID 71710fc049991061b63818ea10aa24f24603c514 # Parent 9cfb7ccf0a6f4f204348165dbb204e740fa79616 # Available At http://hg.logilab.org/users/dlaxalde/hg # hg pull http

[PATCH 09 of 10 RESEND] hgweb: start enumerate at 1 in webutil.diffs's inner function prettyprintlines

2017-03-09 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1488789879 -3600 # Mon Mar 06 09:44:39 2017 +0100 # Node ID 48a6d7717d8cde08abd448c392724cf8cb4b5282 # Parent c907c7574d72f9d82eb590057ecc19133920ad00 # Available At http://hg.logilab.org/users/dlaxalde/hg # hg pull http

[PATCH 5 of 7 V3] hgweb: add a 'linerange' parameter to webutil.diffs()

2017-03-22 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1489414549 -3600 # Mon Mar 13 15:15:49 2017 +0100 # Node ID 18d413236b1670c476584c4a6d6e103639ae7996 # Parent 1fb2e7f3ed38dc79379cccb04133e745fd5825fa # Available At http://hg.logilab.org/users/dlaxalde/hg # hg pull http

[PATCH 6 of 7 V3] hgweb: filter diff hunks when 'linerange' and 'patch' are specified in filelog

2017-03-22 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1489414640 -3600 # Mon Mar 13 15:17:20 2017 +0100 # Node ID 9e3ae74c1ca558f0584067c62835bec82034c245 # Parent 18d413236b1670c476584c4a6d6e103639ae7996 # Available At http://hg.logilab.org/users/dlaxalde/hg # hg pull http

[PATCH 7 of 7 V3] hgweb: expose a followlines UI in filerevision view (RFC)

2017-03-22 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1489594320 -3600 # Wed Mar 15 17:12:00 2017 +0100 # Node ID cb742fcfe0edb2d393b59674c4eebcf8775ecfe1 # Parent 9e3ae74c1ca558f0584067c62835bec82034c245 # Available At http://hg.logilab.org/users/dlaxalde/hg # hg pull http

[PATCH 4 of 7 V3] hgweb: handle a "linerange" request parameter in filelog command

2017-03-22 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1484844060 -3600 # Thu Jan 19 17:41:00 2017 +0100 # Node ID 1fb2e7f3ed38dc79379cccb04133e745fd5825fa # Parent b93ba42f47ac861922b483ce9870fbe6a5cc412c # Available At http://hg.logilab.org/users/dlaxalde/hg # hg pull http

[PATCH 3 of 7 V3] revset: factor out linerange processing into a utility function

2017-03-22 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1487957948 -3600 # Fri Feb 24 18:39:08 2017 +0100 # Node ID b93ba42f47ac861922b483ce9870fbe6a5cc412c # Parent 613e7e42d14311059bdaf4c500147f9e35fb31fa # Available At http://hg.logilab.org/users/dlaxalde/hg # hg pull http

[PATCH 2 of 7 V3] hgweb: add a "patch" query parameter to filelog command

2017-03-22 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1489398073 -3600 # Mon Mar 13 10:41:13 2017 +0100 # Node ID 613e7e42d14311059bdaf4c500147f9e35fb31fa # Parent 2620dc84c013ab9d60d9327aa33435936bd25a01 # Available At http://hg.logilab.org/users/dlaxalde/hg # hg pull http

[PATCH 1 of 7 V3] hgweb: drop "parity" from webutil.diffs arguments

2017-03-22 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1489398019 -3600 # Mon Mar 13 10:40:19 2017 +0100 # Node ID 2620dc84c013ab9d60d9327aa33435936bd25a01 # Parent 527a247f114f8af37326805fd6cce923f9ac6453 # Available At http://hg.logilab.org/users/dlaxalde/hg # hg pull http

Re: [PATCH] show: new extension for displaying various repository data

2017-03-23 Thread Denis Laxalde
Ryan McElroy a écrit : On 3/22/17 7:29 AM, Sean Farley wrote: Yuya Nishihara writes: On Sun, 12 Mar 2017 21:38:00 -0700, Gregory Szorc wrote: # HG changeset patch # User Gregory Szorc # Date 1489378362 25200 # Sun Mar 12 21:12:42 2017 -0700 # Node ID d30057d358076cbe7d632cd573095af9754

Re: [PATCH 1 of 7 V3] hgweb: drop "parity" from webutil.diffs arguments

2017-03-23 Thread Denis Laxalde
Augie Fackler a écrit : On Wed, Mar 22, 2017 at 11:37:26AM +0100, Denis Laxalde wrote: # HG changeset patch # User Denis Laxalde # Date 1489398019 -3600 # Mon Mar 13 10:40:19 2017 +0100 # Node ID 2620dc84c013ab9d60d9327aa33435936bd25a01 # Parent 527a247f114f8af37326805fd6cce923f9ac6453

Re: [PATCH 7 of 7 V3] hgweb: expose a followlines UI in filerevision view (RFC)

2017-03-23 Thread Denis Laxalde
Augie Fackler a écrit : On Wed, Mar 22, 2017 at 11:37:32AM +0100, Denis Laxalde wrote: > # HG changeset patch > # User Denis Laxalde > # Date 1489594320 -3600 > # Wed Mar 15 17:12:00 2017 +0100 > # Node ID cb742fcfe0edb2d393b59674c4eebcf8775e

[PATCH 1 of 7 V4] hgweb: handle "parity" internally in webutil.diffs()

2017-03-24 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1489398019 -3600 # Mon Mar 13 10:40:19 2017 +0100 # Node ID e62a136ee79973157cded80c7f578dc60b7f6a68 # Parent 527a247f114f8af37326805fd6cce923f9ac6453 # Available At http://hg.logilab.org/users/dlaxalde/hg # hg pull http

[PATCH 3 of 7 V4] revset: factor out linerange processing into a utility function

2017-03-24 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1487957948 -3600 # Fri Feb 24 18:39:08 2017 +0100 # Node ID 3b234555196d4df1881b59c0e8c9a2531a53eed4 # Parent bc1ca69d5b73f43fb2c93c4f075c909eaf32e531 # Available At http://hg.logilab.org/users/dlaxalde/hg # hg pull http

[PATCH 2 of 7 V4] hgweb: add a "patch" query parameter to filelog command

2017-03-24 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1489398073 -3600 # Mon Mar 13 10:41:13 2017 +0100 # Node ID bc1ca69d5b73f43fb2c93c4f075c909eaf32e531 # Parent e62a136ee79973157cded80c7f578dc60b7f6a68 # Available At http://hg.logilab.org/users/dlaxalde/hg # hg pull http

[PATCH 4 of 7 V4] hgweb: handle a "linerange" request parameter in filelog command

2017-03-24 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1484844060 -3600 # Thu Jan 19 17:41:00 2017 +0100 # Node ID 3981358ae1e7b458e3152230740954f3ccfa4c3c # Parent 3b234555196d4df1881b59c0e8c9a2531a53eed4 # Available At http://hg.logilab.org/users/dlaxalde/hg # hg pull http

[PATCH 5 of 7 V4] hgweb: add a 'linerange' parameter to webutil.diffs()

2017-03-24 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1489414549 -3600 # Mon Mar 13 15:15:49 2017 +0100 # Node ID 30d2823af2d2f38a3bb2adc8e925b61f0b1b1098 # Parent 3981358ae1e7b458e3152230740954f3ccfa4c3c # Available At http://hg.logilab.org/users/dlaxalde/hg # hg pull http

[PATCH 7 of 7 V4] hgweb: expose a followlines UI in filerevision view (RFC)

2017-03-24 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1489594320 -3600 # Wed Mar 15 17:12:00 2017 +0100 # Node ID b633be53b40e8b2f5debb3a7aa528799072987bf # Parent f997405d59861cf460931d519425b361b7aea0fb # Available At http://hg.logilab.org/users/dlaxalde/hg # hg pull http

[PATCH 6 of 7 V4] hgweb: filter diff hunks when 'linerange' and 'patch' are specified in filelog

2017-03-24 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1489414640 -3600 # Mon Mar 13 15:17:20 2017 +0100 # Node ID f997405d59861cf460931d519425b361b7aea0fb # Parent 30d2823af2d2f38a3bb2adc8e925b61f0b1b1098 # Available At http://hg.logilab.org/users/dlaxalde/hg # hg pull http

Re: [PATCH 2 of 7 V4] hgweb: add a "patch" query parameter to filelog command

2017-03-25 Thread Denis Laxalde
Augie Fackler a écrit : Can you take a look at this? There's a typo in patch 1 that got fixed in patch 4 (unrelated change). I'll send a V5. --- /home/augie/hg/tests/test-websub.t +++ /home/augie/hg/tests/test-websub.t.err @@ -28,9 +28,29 @@ log $ get-with-headers.py localhost:$HGPORT

[PATCH 3 of 7 V5] revset: factor out linerange processing into a utility function

2017-03-25 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1487957948 -3600 # Fri Feb 24 18:39:08 2017 +0100 # Node ID 137ff409f34ad82bc0840e4161de1b9f502811b7 # Parent a7b9bc1af8b81c332cf34960f581359e6942ca17 # Available At https://hg.logilab.org/users/dlaxalde/hg # hg pull https

[PATCH 2 of 7 V5] hgweb: add a "patch" query parameter to filelog command

2017-03-25 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1489398073 -3600 # Mon Mar 13 10:41:13 2017 +0100 # Node ID a7b9bc1af8b81c332cf34960f581359e6942ca17 # Parent ffd1a15d456342caba744f5049b97862fcb697c7 # Available At https://hg.logilab.org/users/dlaxalde/hg # hg pull https

[PATCH 6 of 7 V5] hgweb: filter diff hunks when 'linerange' and 'patch' are specified in filelog

2017-03-25 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1489414640 -3600 # Mon Mar 13 15:17:20 2017 +0100 # Node ID 2f75006a7f31c97d29fd6dd9b72fa7cc9e7ab840 # Parent 5b6a965fd0e2a1d0607672c5c6de70856e15df9f # Available At https://hg.logilab.org/users/dlaxalde/hg # hg pull https

[PATCH 1 of 7 V5] hgweb: handle "parity" internally in webutil.diffs()

2017-03-25 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1489398019 -3600 # Mon Mar 13 10:40:19 2017 +0100 # Node ID ffd1a15d456342caba744f5049b97862fcb697c7 # Parent 527a247f114f8af37326805fd6cce923f9ac6453 # Available At https://hg.logilab.org/users/dlaxalde/hg # hg pull https

[PATCH 4 of 7 V5] hgweb: handle a "linerange" request parameter in filelog command

2017-03-25 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1484844060 -3600 # Thu Jan 19 17:41:00 2017 +0100 # Node ID 7f68dc6319094b00f78ede75a01af62801f6a765 # Parent 137ff409f34ad82bc0840e4161de1b9f502811b7 # Available At https://hg.logilab.org/users/dlaxalde/hg # hg pull https

[PATCH 7 of 7 V5] hgweb: expose a followlines UI in filerevision view (RFC)

2017-03-25 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1489594320 -3600 # Wed Mar 15 17:12:00 2017 +0100 # Node ID ec77aa4ff2993057b604bdffb449d2d179525a9f # Parent 2f75006a7f31c97d29fd6dd9b72fa7cc9e7ab840 # Available At https://hg.logilab.org/users/dlaxalde/hg # hg pull https

[PATCH 5 of 7 V5] hgweb: add a 'linerange' parameter to webutil.diffs()

2017-03-25 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1489414549 -3600 # Mon Mar 13 15:15:49 2017 +0100 # Node ID 5b6a965fd0e2a1d0607672c5c6de70856e15df9f # Parent 7f68dc6319094b00f78ede75a01af62801f6a765 # Available At https://hg.logilab.org/users/dlaxalde/hg # hg pull https

[PATCH 2 of 4] templatekw: add an "obsolete" keyword

2017-03-25 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1490434451 -3600 # Sat Mar 25 10:34:11 2017 +0100 # Node ID c4c825f1402861e4b988395ac3deebcc6b5292cf # Parent 130358da2eb894aa04e3bb731d0ccae84205c2ba # Available At https://bitbucket.org/dlax/hg-work # hg pull https

[PATCH 4 of 4] summary: display obsolete state of parents

2017-03-25 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1490437808 -3600 # Sat Mar 25 11:30:08 2017 +0100 # Node ID af7190c42c1cd6ba16a9bd83ad54208d89f343fe # Parent 94a70894c394268b845f427f7643738a70e336bb # Available At https://bitbucket.org/dlax/hg-work # hg pull https

[PATCH 1 of 4] cmdutil: add a "changeset.obsolete" label in changeset_printer

2017-03-25 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1490431147 -3600 # Sat Mar 25 09:39:07 2017 +0100 # Node ID 130358da2eb894aa04e3bb731d0ccae84205c2ba # Parent 91ddb33deea5b4813d4897f6860b00078afd3f19 # Available At https://bitbucket.org/dlax/hg-work # hg pull https

[PATCH 3 of 4] templates: add "changeset.obsolete" label in command line style

2017-03-25 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1490434829 -3600 # Sat Mar 25 10:40:29 2017 +0100 # Node ID 94a70894c394268b845f427f7643738a70e336bb # Parent c4c825f1402861e4b988395ac3deebcc6b5292cf # Available At https://bitbucket.org/dlax/hg-work # hg pull https

Re: [PATCH 2 of 4] templatekw: add an "obsolete" keyword

2017-03-27 Thread Denis Laxalde
Yuya Nishihara a écrit : On Sat, 25 Mar 2017 14:09:17 +0100, Denis Laxalde wrote: # HG changeset patch # User Denis Laxalde # Date 1490434451 -3600 # Sat Mar 25 10:34:11 2017 +0100 # Node ID c4c825f1402861e4b988395ac3deebcc6b5292cf # Parent 130358da2eb894aa04e3bb731d0ccae84205c2ba

Re: [PATCH 4 of 4] summary: display obsolete state of parents

2017-03-27 Thread Denis Laxalde
Yuya Nishihara a écrit : On Sat, 25 Mar 2017 14:09:19 +0100, Denis Laxalde wrote: # HG changeset patch # User Denis Laxalde # Date 1490437808 -3600 # Sat Mar 25 11:30:08 2017 +0100 # Node ID af7190c42c1cd6ba16a9bd83ad54208d89f343fe # Parent 94a70894c394268b845f427f7643738a70e336bb

Re: [PATCH 7 of 7 V5] hgweb: expose a followlines UI in filerevision view (RFC)

2017-03-28 Thread Denis Laxalde
Gregory Szorc a écrit : On Sat, Mar 25, 2017 at 12:34 PM, Gregory Szorc wrote: On Sat, Mar 25, 2017 at 2:21 AM, Denis Laxalde wrote: # HG changeset patch # User Denis Laxalde # Date 1489594320 -3600 # Wed Mar 15 17:12:00 2017 +0100 # Node ID ec77aa4ff2993057b604bdffb449d2d179525a9f

Re: [PATCH 7 of 7 V5] hgweb: expose a followlines UI in filerevision view (RFC)

2017-03-28 Thread Denis Laxalde
Gregory Szorc a écrit : On Sat, Mar 25, 2017 at 2:21 AM, Denis Laxalde wrote: > # HG changeset patch > # User Denis Laxalde > # Date 1489594320 -3600 > # Wed Mar 15 17:12:00 2017 +0100 > # Node ID ec77aa4ff2993057b604bdffb449d2d17952

Re: [PATCH 2 of 4] templatekw: add an "obsolete" keyword

2017-03-28 Thread Denis Laxalde
Pierre-Yves David a écrit : On 03/27/2017 09:52 AM, Denis Laxalde wrote: Yuya Nishihara a écrit : On Sat, 25 Mar 2017 14:09:17 +0100, Denis Laxalde wrote: # HG changeset patch # User Denis Laxalde # Date 1490434451 -3600 # Sat Mar 25 10:34:11 2017 +0100 # Node ID

[PATCH 1 of 6 V2] cmdutil: add a "changeset.obsolete" label in changeset_printer

2017-03-28 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1490431147 -3600 # Sat Mar 25 09:39:07 2017 +0100 # Node ID 432a32f1941181e0fce98eda306601cbbf5c122a # Parent 91ddb33deea5b4813d4897f6860b00078afd3f19 # Available At https://bitbucket.org/dlax/hg-work # hg pull https

[PATCH 2 of 6 V2] templatekw: add an "obsolete" keyword

2017-03-28 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1490434451 -3600 # Sat Mar 25 10:34:11 2017 +0100 # Node ID cfa19b56c4cc0efad538f2e503161f1a8f211f22 # Parent 432a32f1941181e0fce98eda306601cbbf5c122a # Available At https://bitbucket.org/dlax/hg-work # hg pull https

[PATCH 6 of 6 V2] summary: display obsolete state of parents

2017-03-28 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1490437808 -3600 # Sat Mar 25 11:30:08 2017 +0100 # Node ID 390382cc1218e11ad7258d54bce590288cafbad2 # Parent 2c19dbbb54ff65847d93665072f4452ab9e357e8 # Available At https://bitbucket.org/dlax/hg-work # hg pull https

[PATCH 3 of 6 V2] templates: use separate() to build changeset labels in command-line style

2017-03-28 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1490733382 -7200 # Tue Mar 28 22:36:22 2017 +0200 # Node ID b331a0451cdb6225f4763e6f32353127f6b4d2bc # Parent cfa19b56c4cc0efad538f2e503161f1a8f211f22 # Available At https://bitbucket.org/dlax/hg-work # hg pull https

[PATCH 4 of 6 V2] templates: shorten definition of changeset labels in command-line style

2017-03-28 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1490733525 -7200 # Tue Mar 28 22:38:45 2017 +0200 # Node ID 59177c6110f2dc3e60730b00d54738528071b8ed # Parent b331a0451cdb6225f4763e6f32353127f6b4d2bc # Available At https://bitbucket.org/dlax/hg-work # hg pull https

[PATCH 5 of 6 V2] templates: add "changeset.obsolete" label in command line style

2017-03-28 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1490434829 -3600 # Sat Mar 25 10:40:29 2017 +0100 # Node ID 2c19dbbb54ff65847d93665072f4452ab9e357e8 # Parent 59177c6110f2dc3e60730b00d54738528071b8ed # Available At https://bitbucket.org/dlax/hg-work # hg pull https

[PATCH] hgweb: fix diff hunks filtering by line range in webutil.diffs()

2017-03-29 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1490782027 -7200 # Wed Mar 29 12:07:07 2017 +0200 # Node ID 28297d6c3ae842f4c26f878bf5b107619366fbd5 # Parent e540846c67e0f838bcdb1db567a57df28d92491c # Available At http://hg.logilab.org/users/dlaxalde/hg # hg pull http

Re: [PATCH] hgweb: fix diff hunks filtering by line range in webutil.diffs()

2017-03-30 Thread Denis Laxalde
Gregory Szorc a écrit : On Wed, Mar 29, 2017 at 6:10 AM, Denis Laxalde wrote: # HG changeset patch # User Denis Laxalde # Date 1490782027 -7200 # Wed Mar 29 12:07:07 2017 +0200 # Node ID 28297d6c3ae842f4c26f878bf5b107619366fbd5 # Parent e540846c67e0f838bcdb1db567a57df28d92491c

[PATCH V6] hgweb: expose a followlines UI in filerevision view

2017-03-30 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1490819176 -7200 # Wed Mar 29 22:26:16 2017 +0200 # Node ID 1c360ab5640bc326dd6ff70bdee78e4da006dcef # Parent e540846c67e0f838bcdb1db567a57df28d92491c # Available At http://hg.logilab.org/users/dlaxalde/hg # hg pull http

Re: [PATCH 7 of 7 V5] hgweb: expose a followlines UI in filerevision view (RFC)

2017-03-30 Thread Denis Laxalde
Gregory Szorc a écrit : On Sat, Mar 25, 2017 at 2:21 AM, Denis Laxalde wrote: # HG changeset patch # User Denis Laxalde # Date 1489594320 -3600 # Wed Mar 15 17:12:00 2017 +0100 # Node ID ec77aa4ff2993057b604bdffb449d2d179525a9f # Parent 2f75006a7f31c97d29fd6dd9b72fa7cc9e7ab840

Re: [PATCH 2 of 7 V5] hgweb: add a "patch" query parameter to filelog command

2017-03-30 Thread Denis Laxalde
Yuya Nishihara a écrit : On Sat, 25 Mar 2017 10:20:57 +0100, Denis Laxalde wrote: # HG changeset patch # User Denis Laxalde # Date 1489398073 -3600 # Mon Mar 13 10:41:13 2017 +0100 # Node ID a7b9bc1af8b81c332cf34960f581359e6942ca17 # Parent ffd1a15d456342caba744f5049b97862fcb697c7

[PATCH] hgweb: prefix line id by ctx shortnode in filelog when patches are shown

2017-03-31 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1490902810 -7200 # Thu Mar 30 21:40:10 2017 +0200 # Node ID 7ae1cc7ae6c50a037525f27e203a2ce75fc3004f # Parent dea2a17cbfd00bf08ee87b3e44b1c71499189f89 # Available At http://hg.logilab.org/users/dlaxalde/hg # hg pull http

[PATCH V7] hgweb: expose a followlines UI in filerevision view

2017-03-31 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1490819176 -7200 # Wed Mar 29 22:26:16 2017 +0200 # Node ID be7965e3afe82be35d258a2cff12b389a857ef88 # Parent dea2a17cbfd00bf08ee87b3e44b1c71499189f89 # Available At http://hg.logilab.org/users/dlaxalde/hg # hg pull http

[PATCH] mdiff: add a hunkinrange helper function

2017-04-03 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1491042299 -7200 # Sat Apr 01 12:24:59 2017 +0200 # Node ID e8e4889598b8e0d50f2cc14c87a83268187c4f5f # Parent 04ec317b81280c189fcea33a05c8cbbac3c186b1 # Available At http://hg.logilab.org/users/dlaxalde/hg # hg pull http

[PATCH 3 of 3] hgweb: rename linerangelog.js as followlines.js

2017-04-03 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1491206575 -7200 # Mon Apr 03 10:02:55 2017 +0200 # Node ID 90569fa94f7e29148fd3697474074f5531231550 # Parent 99f5eb0cb78b74e418a2035dde180381a0b89622 # Available At http://hg.logilab.org/users/dlaxalde/hg # hg pull http

[PATCH 2 of 3] hgweb: rely on a specific class to change cursor type in followlines UI

2017-04-03 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1491206316 -7200 # Mon Apr 03 09:58:36 2017 +0200 # Node ID 99f5eb0cb78b74e418a2035dde180381a0b89622 # Parent 0ac235a0ef4f08d227d96de458a91cbaff46dc92 # Available At http://hg.logilab.org/users/dlaxalde/hg # hg pull http

[PATCH 1 of 3] hgweb: use a function expression for the install listener of followlines UI

2017-04-03 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1491205225 -7200 # Mon Apr 03 09:40:25 2017 +0200 # Node ID 0ac235a0ef4f08d227d96de458a91cbaff46dc92 # Parent 04ec317b81280c189fcea33a05c8cbbac3c186b1 # Available At http://hg.logilab.org/users/dlaxalde/hg # hg pull http

  1   2   3   4   5   6   >