Re: [PATCH 5 of 5 v4] changegroup3: enable on 'lfs' repo requirements

2016-11-28 Thread Pierre-Yves David
[cc martin because I've a question about some code mentioning 'treemanifest' On 11/23/2016 06:39 PM, Remi Chaintron wrote: # HG changeset patch # User Remi Chaintron # Date 1479916365 0 # Wed Nov 23 15:52:45 2016 + # Branch stable # Node ID

Re: [PATCH 2 of 5 v4] revlog: add flagprocessor

2016-11-28 Thread Pierre-Yves David
On 11/23/2016 06:39 PM, Remi Chaintron wrote: # HG changeset patch # User Remi Chaintron # Date 1479916365 0 # Wed Nov 23 15:52:45 2016 + # Branch stable # Node ID eb24cc60a279d614b3181a84464200bbcf5f6bb4 # Parent e908dd63d485424df4c4a4482b742d82652e2893 revlog: add

[PATCH 7 of 8 V2] httppeer: advertise and support application/mercurial-0.2

2016-11-28 Thread Gregory Szorc
# HG changeset patch # User Gregory Szorc # Date 1480402173 28800 # Mon Nov 28 22:49:33 2016 -0800 # Node ID 64c2f7a3f0f2ea73552d6134035335699e450833 # Parent df89cc275198b7ebebf2f9a477a1886c5fef2288 httppeer: advertise and support application/mercurial-0.2 Now

Re: [PATCH 4 of 5 v4] revlog: REVIDX_ISLARGEFILE flag

2016-11-28 Thread Pierre-Yves David
On 11/23/2016 06:39 PM, Remi Chaintron wrote: # HG changeset patch # User Remi Chaintron # Date 1479922644 0 # Wed Nov 23 17:37:24 2016 + # Branch stable # Node ID 75ee4746c198f039a39400e855e9335afc34f1dd # Parent da91f91e979d6bf807912e956cf2f29573ede56f revlog:

[PATCH 2 of 8 V2] wireproto: only advertise HTTP-specific capabilities to HTTP peers (BC)

2016-11-28 Thread Gregory Szorc
# HG changeset patch # User Gregory Szorc # Date 1480394802 28800 # Mon Nov 28 20:46:42 2016 -0800 # Node ID e32ff1ce869243618aaab30bb6fba2b13be536ff # Parent 05d19f908c3abf62e2ed6d453a8cd52bbc727408 wireproto: only advertise HTTP-specific capabilities to HTTP peers

[PATCH 2 of 5] crecord: make _getstatuslines update numstatuslines

2016-11-28 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1479939795 0 # Wed Nov 23 22:23:15 2016 + # Node ID bb6a5e96a536b37075e1c79f7b74d19dfe671827 # Parent e48c90823ca48725263c5cc2040827c31d6e447b # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull

[PATCH 3 of 5] crecord: rewrite status line text (BC)

2016-11-28 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1480375982 0 # Mon Nov 28 23:33:02 2016 + # Node ID 527aa5f0098020651d0eb437538ed429380cd1ce # Parent bb6a5e96a536b37075e1c79f7b74d19dfe671827 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull

[PATCH 4 of 5] crecord: change help text for the space key dynamically

2016-11-28 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1480376249 0 # Mon Nov 28 23:37:29 2016 + # Node ID 799c420180287cbe9bb2626c5c6286444ba695ab # Parent 527aa5f0098020651d0eb437538ed429380cd1ce # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull

[PATCH remotefilelog-ext] cdatapack: include sys/types.h for off_t

2016-11-28 Thread Augie Fackler
# HG changeset patch # User Augie Fackler # Date 1480371885 18000 # Mon Nov 28 17:24:45 2016 -0500 # Node ID 26bc28cb6f435212bf1a3a120e21175754a7af5e # Parent 214ac612b5f1555c52ed2c3c4f70551bce880346 cdatapack: include sys/types.h for off_t This isn't required on all

[Bug 5433] New: hg clone doesnt work with # in repository name

2016-11-28 Thread bugzilla
https://bz.mercurial-scm.org/show_bug.cgi?id=5433 Bug ID: 5433 Summary: hg clone doesnt work with # in repository name Product: Mercurial Version: 3.9.2 Hardware: PC OS: Windows Status: UNCONFIRMED

Re: [PATCH V3] rebase: calculate ancestors for --base separately (issue5420)

2016-11-28 Thread Jun Wu
Excerpts from Mateusz Kwapich's message of 2016-11-28 13:46:05 +: > Just two nits, the rest looks good. > > Excerpts from Jun Wu's message of 2016-11-28 05:54:44 +: > > # HG changeset patch > > # User Jun Wu > > # Date 1480311922 0 > > # Mon Nov 28 05:45:22 2016 +

Re: [PATCH 2 of 2] formatter: add overview of API and example as doctest

2016-11-28 Thread Yuya Nishihara
On Sun, 27 Nov 2016 14:26:03 +, Kostia Balytskyi wrote: > I like this and previous patch, but if the purpose of this one is to provide > examlpes to developers, should we maybe also include debugformatter? Good point, but debugformatter uses repr() so the output order is unstable. I think

Re: [PATCH 1 of 5 v4] revlog: merge hash checking subfunctions

2016-11-28 Thread Pierre-Yves David
On 11/28/2016 12:20 PM, Rémi Chaintron wrote: Updated in local commit, should I wait for a complete review before sending another patch? I've more feedback coming on patch 2 and patch 4. I'll post that a bit later today. (Also patch 5 seems to need an update of its description) Cheers,

[PATCH v2] revlog: ensure that flags do not overflow 2 bytes

2016-11-28 Thread Cotizo Sima
# HG changeset patch # User Cotizo Sima # Date 1480336441 28800 # Mon Nov 28 04:34:01 2016 -0800 # Node ID bfbb27dffad7ae41e5238087b4e7ff5a26b030b5 # Parent a3163433647108b7bec8fc45896db1c20b18ab21 revlog: ensure that flags do not overflow 2 bytes This patch adds a line that

Re: [PATCH 1 of 5 v4] revlog: merge hash checking subfunctions

2016-11-28 Thread Rémi Chaintron
Updated in local commit, should I wait for a complete review before sending another patch? On Thu, 24 Nov 2016 at 16:41 Rémi Chaintron wrote: > On Thu, 24 Nov 2016 at 16:30 Pierre-Yves David < > pierre-yves.da...@ens-lyon.org> wrote: > > > > On 11/23/2016 06:39 PM,

Re: [PATCH 3 of 3] revset: add a changes(file, fromline, toline[, rev]) revset

2016-11-28 Thread Denis Laxalde
Denis Laxalde a écrit : # HG changeset patch # User Denis Laxalde # Date 1480086890 -3600 # Fri Nov 25 16:14:50 2016 +0100 # Node ID e88a112076294d9b1639a486e7ef0ec9c1ffa660 # Parent 6dd93ae7b35002531308444c87dcf47beb773648 # EXP-Topic linerange-log/revset

[PATCH 2 of 3] context: add a `blockancestors(fromline, toline)` method to filectx

2016-11-28 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1480086869 -3600 # Fri Nov 25 16:14:29 2016 +0100 # Node ID 6dd93ae7b35002531308444c87dcf47beb773648 # Parent 0cf70234a38e47a3f7107611885368db9d52f574 # EXP-Topic linerange-log/revset context: add a

[PATCH 3 of 3] revset: add a changes(file, fromline, toline[, rev]) revset

2016-11-28 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1480086890 -3600 # Fri Nov 25 16:14:50 2016 +0100 # Node ID e88a112076294d9b1639a486e7ef0ec9c1ffa660 # Parent 6dd93ae7b35002531308444c87dcf47beb773648 # EXP-Topic linerange-log/revset revset: add a changes(file,

[PATCH 1 of 3] mdiff: add a "blocksinrange" function to filter diff blocks by line range

2016-11-28 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1476279051 -7200 # Wed Oct 12 15:30:51 2016 +0200 # Node ID 0cf70234a38e47a3f7107611885368db9d52f574 # Parent 342d0cb4f446826169a83a6e773f1c767e0c977b # EXP-Topic linerange-log/revset mdiff: add a "blocksinrange"

Re: [PATCH 3 of 3] py3: update test-check-py3-compat.t output

2016-11-28 Thread Martijn Pieters
On 26 November 2016 at 10:52, Yuya Nishihara wrote: > On Mon, 21 Nov 2016 16:26:06 +0530, Pulkit Goyal wrote: > > # HG changeset patch > > # User Pulkit Goyal <7895pul...@gmail.com> > > # Date 1479722936 -19800 > > # Mon Nov 21 15:38:56 2016 +0530 > > # Node ID