[PATCH 1 of 4 RFC] bundle2: don't check for whether we can do stream clones

2017-05-08 Thread Siddharth Agarwal
# HG changeset patch # User Siddharth Agarwal # Date 1494289851 25200 # Mon May 08 17:30:51 2017 -0700 # Node ID b433f29233e32d1c1e665b0c04ae0ef356ce0396 # Parent 8f1a2b848b52ea7bf3fe2404e3b62924c7aae93f bundle2: don't check for whether we can do stream clones At the moment

[PATCH 4 of 4 RFC] clone: add a server-side option to disable full getbundles (pull-based clones)

2017-05-08 Thread Siddharth Agarwal
# HG changeset patch # User Siddharth Agarwal # Date 1494301361 25200 # Mon May 08 20:42:41 2017 -0700 # Node ID 68ab508896918ac1d56ae0d2681e39fbf623aa5c # Parent 052bd5cfe3769b10c64a4a39d9734a2740d44e16 clone: add a server-side option to disable full getbundles (pull-based

[PATCH 2 of 4 RFC] clone: test streaming disabled because client is missing requirement

2017-05-08 Thread Siddharth Agarwal
# HG changeset patch # User Siddharth Agarwal # Date 149429 25200 # Mon May 08 18:47:24 2017 -0700 # Node ID 16696b166a70288f05d9306591d66fdd87c51702 # Parent b433f29233e32d1c1e665b0c04ae0ef356ce0396 clone: test streaming disabled because client is missing requirement

[PATCH 3 of 4 RFC] clone: warn when streaming was requested but couldn't be performed

2017-05-08 Thread Siddharth Agarwal
# HG changeset patch # User Siddharth Agarwal # Date 1494298866 25200 # Mon May 08 20:01:06 2017 -0700 # Node ID 052bd5cfe3769b10c64a4a39d9734a2740d44e16 # Parent 16696b166a70288f05d9306591d66fdd87c51702 clone: warn when streaming was requested but couldn't be performed This

[PATCH STABLE] churn: use the non-deprecated template option in the examples

2017-05-08 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1494299101 14400 # Mon May 08 23:05:01 2017 -0400 # Node ID 0921d3c7603004a2104fce0c9a5582c1b59291df # Parent 707683d56e5cbd3fe3453ddab9a57222b998f2af churn: use the non-deprecated template option in the examples

Re: [PATCH 1 of 2] hghave: enable 'serve' on Windows

2017-05-08 Thread Matt Harbison
On Mon, 08 May 2017 01:09:28 -0400, Adrian Buehlmann wrote: On 2017-05-08 06:39, Matt Harbison wrote: # HG changeset patch # User Matt Harbison # Date 1494183520 14400 # Sun May 07 14:58:40 2017 -0400 # Node ID

[PATCH] treemanifest: allow manifestrevlog to take an explicit treemanifest arg

2017-05-08 Thread Durham Goode
# HG changeset patch # User Durham Goode # Date 1494292924 25200 # Mon May 08 18:22:04 2017 -0700 # Node ID 6d02589fd6a76c354aff165503cc72333b14307a # Parent 8f1a2b848b52ea7bf3fe2404e3b62924c7aae93f treemanifest: allow manifestrevlog to take an explicit treemanifest arg

[PATCH 6 of 7] osutil: use PYMODULEINIT

2017-05-08 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1494288978 25200 # Mon May 08 17:16:18 2017 -0700 # Node ID ad8cf58a8ba5bf96e6020eb88560c283eb7463c6 # Parent 219c4e0d41d807078e3cc9663da11243e81625dd # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull

[PATCH 7 of 7] parsers: use PYMODULEINIT

2017-05-08 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1494290762 25200 # Mon May 08 17:46:02 2017 -0700 # Node ID b9a58a643dcc103d122e02c66a4545820fa60807 # Parent ad8cf58a8ba5bf96e6020eb88560c283eb7463c6 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull

[PATCH 1 of 7] util: add a macro initializing CPython modules

2017-05-08 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1494288921 25200 # Mon May 08 17:15:21 2017 -0700 # Node ID a2c5e183cafca6d58a0dd986870ac620be1fb107 # Parent 52ec3072fe46bc4b193b6273357e3cc40b4421ad # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull

[PATCH 2 of 7] base85: use PYMODULEINIT

2017-05-08 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1494289632 25200 # Mon May 08 17:27:12 2017 -0700 # Node ID 1d76f329321de2af7afb59dc06c61bae87078481 # Parent a2c5e183cafca6d58a0dd986870ac620be1fb107 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull

[PATCH 5 of 7] mpatch: use PYMODULEINIT

2017-05-08 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1494290506 25200 # Mon May 08 17:41:46 2017 -0700 # Node ID 219c4e0d41d807078e3cc9663da11243e81625dd # Parent 4bd6bf0ecf1ba186851ba6fa3776561b67fe6a7c # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull

[PATCH 3 of 7] bdiff: use PYMODULEINIT

2017-05-08 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1494290228 25200 # Mon May 08 17:37:08 2017 -0700 # Node ID 04056409e50d16af48c92d69d81733bd04fed01c # Parent 1d76f329321de2af7afb59dc06c61bae87078481 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull

Re: [PATCH] setup: use setuptools on Windows (issue5400)

2017-05-08 Thread Sean Farley
Matt Harbison writes: > On Wed, 03 May 2017 20:12:39 -0400, Pierre-Yves David > wrote: > >> On 04/09/2017 02:30 AM, Matt Harbison wrote: >>> On Thu, 09 Mar 2017 23:06:34 -0500, Gregory Szorc >>> wrote: >>> #

Re: [PATCH 12 of 12 RFC] policy: add helper to import cext/pure module

2017-05-08 Thread Jun Wu
Excerpts from Augie Fackler's message of 2017-05-08 15:22:41 -0400: > I've taken patches 1-10 since they seem to clean up a lot of things. I > don't have strong feelings on patch 12, and patch 11 looks fine to me, > but I didn't take either one. Patch 11 looks good to me too. It's solving a

Re: [PATCH 6 of 6] bundle: add optional 'tagsfnodecache' data to on disk bundle (issue5543)

2017-05-08 Thread Gregory Szorc
On Sat, May 6, 2017 at 1:05 AM, Pierre-Yves David < pierre-yves.da...@ens-lyon.org> wrote: > # HG changeset patch > # User Pierre-Yves David > # Date 1493998275 -7200 > # Fri May 05 17:31:15 2017 +0200 > # Node ID 3a04e2424b2821fa92d41ac9e40430aa25d4560d > #

[PATCH 2 of 2 stable] graft: fix graft across merges of duplicates of grafted changes

2017-05-08 Thread Mads Kiilerich
# HG changeset patch # User Mads Kiilerich # Date 1494283376 -7200 # Tue May 09 00:42:56 2017 +0200 # Branch stable # Node ID dd256de590dfd363fa5d497d566d456f471b8d52 # Parent 6710017995b4e8b361d6ad5b897ff7d0cc658285 graft: fix graft across merges of duplicates of

[PATCH 1 of 2 stable] graft: test coverage of grafts and how merges can break duplicate detection

2017-05-08 Thread Mads Kiilerich
# HG changeset patch # User Mads Kiilerich # Date 1494281490 -7200 # Tue May 09 00:11:30 2017 +0200 # Branch stable # Node ID 6710017995b4e8b361d6ad5b897ff7d0cc658285 # Parent 247bb7a2c492d8a946cc7ed61a627d53566b7c16 graft: test coverage of grafts and how merges can

[Bug 5562] New: [Feature request] hg up -

2017-05-08 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=5562 Bug ID: 5562 Summary: [Feature request] hg up - Product: Mercurial Version: 4.1 Hardware: All OS: All Status: UNCONFIRMED Severity: feature

[PATCH 1 of 2] tests: remove test targeting Python 2.6

2017-05-08 Thread Gregory Szorc
# HG changeset patch # User Gregory Szorc # Date 1494282615 25200 # Mon May 08 15:30:15 2017 -0700 # Node ID 50eabab39ddfb8b5db7acef36827755166a59a9d # Parent 52ec3072fe46bc4b193b6273357e3cc40b4421ad tests: remove test targeting Python 2.6 We just removed support

[PATCH 2 of 2] hghave: remove py27+ capability

2017-05-08 Thread Gregory Szorc
# HG changeset patch # User Gregory Szorc # Date 1494282694 25200 # Mon May 08 15:31:34 2017 -0700 # Node ID 48936726f8731b840cb7bd08fcf5ec5af0b4cc7a # Parent 50eabab39ddfb8b5db7acef36827755166a59a9d hghave: remove py27+ capability It is now unused. And we require

Re: [PATCH V2] setup: drop support for Python 2.6 (BC)

2017-05-08 Thread Kevin Bullock
> On May 3, 2017, at 12:57, Gregory Szorc wrote: > > # HG changeset patch > # User Gregory Szorc > # Date 1493767144 25200 > # Tue May 02 16:19:04 2017 -0700 > # Node ID 6a14047b05f5a9f1c3bf848f3a0b758015c4f8cd > # Parent

Re: [PATCH 1 of 3] bundle: allow creation of changegroup3 bundles

2017-05-08 Thread Gregory Szorc
> On May 6, 2017, at 02:50, Pierre-Yves David > wrote: > > > >> On 05/05/2017 12:14 AM, Gregory Szorc wrote: >> On Thu, May 4, 2017 at 12:14 PM, Pierre-Yves David >> > >> wrote: >> >> >>

Re: [PATCH] fsmonitor: do not nuke dirstate filecache

2017-05-08 Thread Augie Fackler
On Sat, May 06, 2017 at 04:36:47PM -0700, Jun Wu wrote: > # HG changeset patch > # User Jun Wu > # Date 1494113784 25200 > # Sat May 06 16:36:24 2017 -0700 > # Node ID 7e038d1911a6472647d27d73f9de30923f51c3d3 > # Parent 31f42e683321f225eb9c306f8d4b3a9e8d82a1da > # Available At

Re: [PATCH 3 of 3] revlog: rename _chunkraw to _getsegmentforrevs()

2017-05-08 Thread Augie Fackler
On Sat, May 06, 2017 at 12:19:46PM -0700, Gregory Szorc wrote: > # HG changeset patch > # User Gregory Szorc > # Date 1494097973 25200 > # Sat May 06 12:12:53 2017 -0700 > # Node ID 13ac158a12d3b1256a6910affdf3aa63eb660ac1 > # Parent

Re: [PATCH 5 of 5] perf: move revlog construction and length calculation out of benchmark

2017-05-08 Thread Augie Fackler
On Sat, May 06, 2017 at 11:22:01AM -0700, Gregory Szorc wrote: > # HG changeset patch > # User Gregory Szorc > # Date 1494094619 25200 > # Sat May 06 11:16:59 2017 -0700 > # Node ID 975e9dc35eccecb002843848d91964bca327e33a > # Parent

Re: [PATCH 6 of 6] bundle: add optional 'tagsfnodecache' data to on disk bundle (issue5543)

2017-05-08 Thread Augie Fackler
On Sat, May 06, 2017 at 10:05:00AM +0200, Pierre-Yves David wrote: > # HG changeset patch > # User Pierre-Yves David > # Date 1493998275 -7200 > # Fri May 05 17:31:15 2017 +0200 > # Node ID 3a04e2424b2821fa92d41ac9e40430aa25d4560d > # Parent

Re: [PATCH 12 of 12 RFC] policy: add helper to import cext/pure module

2017-05-08 Thread Augie Fackler
On Sun, May 07, 2017 at 10:45:53AM +0900, Yuya Nishihara wrote: > # HG changeset patch > # User Yuya Nishihara > # Date 1470969017 -32400 > # Fri Aug 12 11:30:17 2016 +0900 > # Node ID 7d94765310f0b8fb04765ce0bc958edfc3f12960 > # Parent

Re: [PATCH 5 of 5] extdiff: copy back files to the working directory if the size changed

2017-05-08 Thread Augie Fackler
On Sun, May 07, 2017 at 01:07:14AM -0400, Matt Harbison wrote: > # HG changeset patch > # User Matt Harbison > # Date 1494126057 14400 > # Sat May 06 23:00:57 2017 -0400 > # Node ID e51c0ad57dcfeac4942816c5b669644638d5367c > # Parent

Re: [PATCH 2 of 2] strip: make tree stripping O(changes) instead of O(repo)

2017-05-08 Thread Augie Fackler
On Mon, May 08, 2017 at 11:40:03AM -0700, Durham Goode wrote: > # HG changeset patch > # User Durham Goode > # Date 1494268523 25200 > # Mon May 08 11:35:23 2017 -0700 > # Node ID 74881b9a39b2bab273d09009385e3c9ca717a13a > # Parent 5dec5907fe49a488d3ade272d4a5cf090914e59c >

Re: [PATCH] manifest: remove unused property _oldmanifest

2017-05-08 Thread Augie Fackler
On Mon, May 08, 2017 at 11:22:58AM -0700, Martin von Zweigbergk via Mercurial-devel wrote: > # HG changeset patch > # User Martin von Zweigbergk > # Date 1494261561 25200 > # Mon May 08 09:39:21 2017 -0700 > # Node ID f7920a409fb0516b7dc48404537b1fd24cf8e23e > #

[PATCH] manifest: remove unused property _oldmanifest

2017-05-08 Thread Martin von Zweigbergk via Mercurial-devel
# HG changeset patch # User Martin von Zweigbergk # Date 1494261561 25200 # Mon May 08 09:39:21 2017 -0700 # Node ID f7920a409fb0516b7dc48404537b1fd24cf8e23e # Parent 8f1a2b848b52ea7bf3fe2404e3b62924c7aae93f manifest: remove unused property _oldmanifest The last use

[PATCH 2 of 2] strip: make tree stripping O(changes) instead of O(repo)

2017-05-08 Thread Durham Goode
# HG changeset patch # User Durham Goode # Date 1494268523 25200 # Mon May 08 11:35:23 2017 -0700 # Node ID 74881b9a39b2bab273d09009385e3c9ca717a13a # Parent 5dec5907fe49a488d3ade272d4a5cf090914e59c strip: make tree stripping O(changes) instead of O(repo) The old tree

[PATCH 1 of 2] strip: move tree strip logic to it's own function

2017-05-08 Thread Durham Goode
# HG changeset patch # User Durham Goode # Date 1494268523 25200 # Mon May 08 11:35:23 2017 -0700 # Node ID 5dec5907fe49a488d3ade272d4a5cf090914e59c # Parent 8f1a2b848b52ea7bf3fe2404e3b62924c7aae93f strip: move tree strip logic to it's own function This will allow external

Re: [PATCH] sslutil: reference fingerprints config option properly (issue5559)

2017-05-08 Thread Augie Fackler
On Mon, May 08, 2017 at 09:31:22AM -0700, Gregory Szorc wrote: > # HG changeset patch > # User Gregory Szorc > # Date 1494261026 25200 > # Mon May 08 09:30:26 2017 -0700 > # Branch stable > # Node ID b0371710232710900977ff5fef1ee44a8dae90f0 > # Parent

Re: [PATCH 5 of 7] changegroup: deprecate 'getlocalchangroup' (API)

2017-05-08 Thread Pierre-Yves David
On 05/08/2017 06:15 PM, Martin von Zweigbergk wrote: On Mon, May 8, 2017 at 9:10 AM, Durham Goode wrote: On 5/6/17 6:55 AM, Martin von Zweigbergk wrote: On May 5, 2017 23:57, "Pierre-Yves David" >

Re: [PATCH 5 of 7] changegroup: deprecate 'getlocalchangroup' (API)

2017-05-08 Thread Pierre-Yves David
On 05/06/2017 03:55 PM, Martin von Zweigbergk wrote: On May 5, 2017 23:57, "Pierre-Yves David" > wrote: […] I've digged up a bit and already found a couple of Facebook extensions using getlocalchangegroup so I think it is

[Bug 5561] New: at least grep and churn need to have linkrevs adjusted in evolve repos

2017-05-08 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=5561 Bug ID: 5561 Summary: at least grep and churn need to have linkrevs adjusted in evolve repos Product: Mercurial Version: 4.2 Hardware: PC OS: Linux

Re: [PATCH 2 of 2] setup: prevent setuptools from laying an egg

2017-05-08 Thread Gregory Szorc
On Sun, May 7, 2017 at 9:39 PM, Matt Harbison wrote: > # HG changeset patch > # User Matt Harbison > # Date 1494214143 14400 > # Sun May 07 23:29:03 2017 -0400 > # Node ID 707683d56e5cbd3fe3453ddab9a57222b998f2af > # Parent

Re: [PATCH] sslutil: reference fingerprints config option properly (issue5559)

2017-05-08 Thread Gregory Szorc
Forgot to add STABLE to the email subject. On Mon, May 8, 2017 at 9:31 AM, Gregory Szorc wrote: > # HG changeset patch > # User Gregory Szorc > # Date 1494261026 25200 > # Mon May 08 09:30:26 2017 -0700 > # Branch stable > # Node ID

[PATCH] sslutil: reference fingerprints config option properly (issue5559)

2017-05-08 Thread Gregory Szorc
# HG changeset patch # User Gregory Szorc # Date 1494261026 25200 # Mon May 08 09:30:26 2017 -0700 # Branch stable # Node ID b0371710232710900977ff5fef1ee44a8dae90f0 # Parent 1b27e1793156fc56850010342dbf07a99fba0307 sslutil: reference fingerprints config option

Re: [PATCH 5 of 7] changegroup: deprecate 'getlocalchangroup' (API)

2017-05-08 Thread Durham Goode
On 5/6/17 6:55 AM, Martin von Zweigbergk wrote: On May 5, 2017 23:57, "Pierre-Yves David" > wrote: On 05/05/2017 09:16 PM, Martin von Zweigbergk wrote: On Fri, May 5, 2017 at 11:44 AM, Pierre-Yves David

[Bug 5560] New: Mercurial generates overly large HTTP headers on pull with many heads, causing HTTP 413 errors

2017-05-08 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=5560 Bug ID: 5560 Summary: Mercurial generates overly large HTTP headers on pull with many heads, causing HTTP 413 errors Product: Mercurial Version: 4.1.2 Hardware: All

[Bug 5559] New: sha256 upgrade error message prints wrong format: . instead of :

2017-05-08 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=5559 Bug ID: 5559 Summary: sha256 upgrade error message prints wrong format: . instead of : Product: Mercurial Version: 4.2 Hardware: PC OS: Mac OS