Re: [PATCH RFC] releasenotes: add similarity check function to compare incoming notes

2017-06-29 Thread Jun Wu
Excerpts from 's message of 2017-06-27 17:37:08 +0200: > Sure I'll do that. And about the external dependency issue, actually > fuzzywuzzy is implemented using difflib and python levenshtien distance, > so if we want we can import that part of the code or probably even rewrite > it. I discussed

Re: [PATCH 2 of 2 v2] hgweb: forward arguments to ui.config

2017-06-29 Thread Jun Wu
I might miss something, but why is this change necessary? I slightly prefer the old code where arguments are more explicit, and people can override untrusted to False. Excerpts from 's message of 2017-06-28 13:42:14 +0200: > # HG changeset patch > # User David Demelier > # Date 1498646251 -7200

Re: [PATCH 1 of 2 v2] configitems: add alias support in config

2017-06-29 Thread Jun Wu
Excerpts from 's message of 2017-06-28 13:42:13 +0200: > configitems: add alias support in config > > [...] > > diff -r 247bae545061 -r 9a80ff1ee41c mercurial/configitems.py > --- a/mercurial/configitems.pyTue Jun 27 23:50:22 2017 +0900 > +++ b/mercurial/configitems.pyWed Jun 28 12:44:36

Re: [PATCH] rev: C implementation of delta chain resolution

2017-06-29 Thread Jun Wu
Looks good to me. I have some minor comments, which don't affect correctness and only count for 2% performance difference. So nothing serious. I'd suggest queue this now, and we can improve later. Excerpts from 's message of 2017-06-25 12:42:53 -0700: > +static inline int

Re: [PATCH] tests: enable obsolete markers when invoking system hg to avoid warnings

2017-06-29 Thread Matt Harbison
On Thu, 29 Jun 2017 15:58:50 -0400, Adam Simpkins wrote: On Jun 29, Matt Harbison wrote: # HG changeset patch # User Matt Harbison # Date 1498708353 14400 # Wed Jun 28 23:52:33 2017 -0400 # Node ID fea411e4e1f3c098dc8928e08bc2ce57091ffb05 #

Re: [PATCH] tests: more completely restore the environment in syshgenv

2017-06-29 Thread Matt Harbison
On Thu, 29 Jun 2017 15:21:10 -0400, Adam Simpkins wrote: On Jun 29, Matt Harbison wrote: On Wed, 28 Jun 2017 15:34:56 -0400, Adam Simpkins wrote: ># HG changeset patch ># User Adam Simpkins ># Date 1498677802 25200 ># Wed Jun 28

Re: [PATCH 2 of 2] tests: replace yet more calls to `python` with $PYTHON

2017-06-29 Thread Jun Wu
Excerpts from Augie Fackler's message of 2017-06-29 22:08:41 -0400: > Yeah. > > We also need a way to land patches out of phabricator, which I think might > take some doing. Phabricator has "RAW patch" feature. Might be just one API call and it returns plain text patches suitable for "hg

Re: [PATCH 2 of 2] tests: replace yet more calls to `python` with $PYTHON

2017-06-29 Thread Augie Fackler
> On Jun 29, 2017, at 10:07 PM, Jun Wu wrote: > > Excerpts from Augie Fackler's message of 2017-06-29 16:18:57 -0400: >>> On Jun 29, 2017, at 16:17, Augie Fackler wrote: >>> >>> # HG changeset patch >>> # User Augie Fackler >>> # Date

Re: [PATCH 2 of 2] tests: replace yet more calls to `python` with $PYTHON

2017-06-29 Thread Jun Wu
Excerpts from Augie Fackler's message of 2017-06-29 16:18:57 -0400: > > On Jun 29, 2017, at 16:17, Augie Fackler wrote: > > > > # HG changeset patch > > # User Augie Fackler > > # Date 1497993027 14400 > > # Tue Jun 20 17:10:27 2017 -0400 > > # Node ID

Re: [PATCH] tests: enable obsolete markers when invoking system hg to avoid warnings

2017-06-29 Thread Jun Wu
Excerpts from Adam Simpkins's message of 2017-06-29 12:58:50 -0700: > I think there's something else going wrong here that I don't > understand yet. This doesn't seem like the right fix to me, and I'd > like to help track down what's actually going wrong. > > The goal of syshg is to run "hg"

[PATCH 2 of 2] releasenotes: add custom admonitions support for release notes

2017-06-29 Thread Rishabh Madan
# HG changeset patch # User Rishabh Madan # Date 1498776526 -7200 # Fri Jun 30 00:48:46 2017 +0200 # Node ID 9674e42ec8aac0f4f0d237c6270b38ace21d5d52 # Parent 9f7c675413ffce1497c7db3ff1495e4050b151d6 releasenotes: add custom admonitions support for release notes

[PATCH 1 of 2] releasenotes: add import check for fuzzywuzzy

2017-06-29 Thread Rishabh Madan
# HG changeset patch # User Rishabh Madan # Date 1498771803 -7200 # Thu Jun 29 23:30:03 2017 +0200 # Node ID 9f7c675413ffce1497c7db3ff1495e4050b151d6 # Parent eb4c49f55f1f0d7719f514c16bec54515eb54f62 releasenotes: add import check for fuzzywuzzy This patch adds

Re: [PATCH 5 of 5 STABLE] rebase: also test abort from pretxnclose error

2017-06-29 Thread Martin von Zweigbergk via Mercurial-devel
On Wed, Jun 28, 2017 at 1:52 PM, Martin von Zweigbergk wrote: > On Tue, Jun 27, 2017 at 9:29 AM, Pierre-Yves David > wrote: >> # HG changeset patch >> # User Pierre-Yves David >> # Date 1498579990 -7200 >> #

Re: [PATCH 2 of 2] tests: replace yet more calls to `python` with $PYTHON

2017-06-29 Thread Augie Fackler
> On Jun 29, 2017, at 16:17, Augie Fackler wrote: > > # HG changeset patch > # User Augie Fackler > # Date 1497993027 14400 > # Tue Jun 20 17:10:27 2017 -0400 > # Node ID 298f967da627a90149e823cf9ae11fc503029d9f > # Parent

[PATCH 1 of 2] tests: capitalize Python when it's not used as a command name

2017-06-29 Thread Augie Fackler
# HG changeset patch # User Augie Fackler # Date 1497992947 14400 # Tue Jun 20 17:09:07 2017 -0400 # Node ID 8238b8e8920aee16caa57b97aef8bc988559c67b # Parent 98e2c78e309cf750fa6dff6c8965fb24b979022c tests: capitalize Python when it's not used as a command name Summary:

[PATCH 2 of 2] tests: replace yet more calls to `python` with $PYTHON

2017-06-29 Thread Augie Fackler
# HG changeset patch # User Augie Fackler # Date 1497993027 14400 # Tue Jun 20 17:10:27 2017 -0400 # Node ID 298f967da627a90149e823cf9ae11fc503029d9f # Parent 8238b8e8920aee16caa57b97aef8bc988559c67b tests: replace yet more calls to `python` with $PYTHON Summary: These

Re: [PATCH] tests: enable obsolete markers when invoking system hg to avoid warnings

2017-06-29 Thread Adam Simpkins
On Jun 29, Matt Harbison wrote: > # HG changeset patch > # User Matt Harbison > # Date 1498708353 14400 > # Wed Jun 28 23:52:33 2017 -0400 > # Node ID fea411e4e1f3c098dc8928e08bc2ce57091ffb05 > # Parent b9ea297237606ab49ea81aa80b44ede8f49ecc5b > tests: enable

Re: [PATCH] tests: more completely restore the environment in syshgenv

2017-06-29 Thread Adam Simpkins
On Jun 29, Yuya Nishihara wrote: > On Wed, 28 Jun 2017 12:34:56 -0700, Adam Simpkins wrote: > > # HG changeset patch > > # User Adam Simpkins > > # Date 1498677802 25200 > > # Wed Jun 28 12:23:22 2017 -0700 > > # Node ID 236c593941ab8034c500039c54bee0b3a19a0cef > > # Parent

[PATCH 7 of 9] config: register the 'devel.serverexactprotocol' config

2017-06-29 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1498649538 -7200 # Wed Jun 28 13:32:18 2017 +0200 # Node ID 98715d9b700e2c281ada1b61369433bc19b4427b # Parent 3608160cf59caa363523626097eb4614e64e77c9 # EXP-Topic config.register # Available At

[PATCH 6 of 9] config: register the 'devel.servercafile' config

2017-06-29 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1498649527 -7200 # Wed Jun 28 13:32:07 2017 +0200 # Node ID 3608160cf59caa363523626097eb4614e64e77c9 # Parent a8353b65ae6154278338a52798a3f0196bdc7cb5 # EXP-Topic config.register # Available At

[PATCH 9 of 9] config: register the 'devel.strip-obsmarkers' config

2017-06-29 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1498649556 -7200 # Wed Jun 28 13:32:36 2017 +0200 # Node ID d2b47a9877191e6d6ca79864409b638a2ee03e5a # Parent 273de5653735bee42ccc887204fc31c14abd79c6 # EXP-Topic config.register # Available At

[PATCH 8 of 9] config: register the 'devel.serverrequirecert' config

2017-06-29 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1498649548 -7200 # Wed Jun 28 13:32:28 2017 +0200 # Node ID 273de5653735bee42ccc887204fc31c14abd79c6 # Parent 98715d9b700e2c281ada1b61369433bc19b4427b # EXP-Topic config.register # Available At

[PATCH 2 of 9] config: register the 'devel.bundle2.debug' config

2017-06-29 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1498649133 -7200 # Wed Jun 28 13:25:33 2017 +0200 # Node ID 2cc34b774cb869207449635b7090a612dd0cf2d2 # Parent 8e4ad21630cd8491527bcc0cc7a5b517e41f8f0a # EXP-Topic config.register # Available At

[PATCH 4 of 9] config: register the 'devel.check-relroot' config

2017-06-29 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1498649465 -7200 # Wed Jun 28 13:31:05 2017 +0200 # Node ID c267c9a4e88d8d8fa57870dd67eec6b30862774e # Parent b6486b057e705f0c6ad5e00556cf7f3f28b48302 # EXP-Topic config.register # Available At

[PATCH 5 of 9] config: register the 'devel.disableloaddefaultcerts' config

2017-06-29 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1498649478 -7200 # Wed Jun 28 13:31:18 2017 +0200 # Node ID a8353b65ae6154278338a52798a3f0196bdc7cb5 # Parent c267c9a4e88d8d8fa57870dd67eec6b30862774e # EXP-Topic config.register # Available At

[PATCH 1 of 9] config: register the 'devel.all-warnings' config

2017-06-29 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1498648780 -7200 # Wed Jun 28 13:19:40 2017 +0200 # Node ID 8e4ad21630cd8491527bcc0cc7a5b517e41f8f0a # Parent 78fc540c53e1ee7d3dc6dc7e32b739ce2dfeebf8 # EXP-Topic config.register # Available At

[PATCH 3 of 9] config: register the devel.check-locks config

2017-06-29 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1498649879 -7200 # Wed Jun 28 13:37:59 2017 +0200 # Node ID b6486b057e705f0c6ad5e00556cf7f3f28b48302 # Parent 2cc34b774cb869207449635b7090a612dd0cf2d2 # EXP-Topic config.register # Available At

[PATCH] tests: fix variable name regular expression in _genrestoreenv()

2017-06-29 Thread Adam Simpkins
# HG changeset patch # User Adam Simpkins # Date 1498760959 25200 # Thu Jun 29 11:29:19 2017 -0700 # Node ID ff64000ad1d198932a93630889e8ef1292be8e67 # Parent 78fc540c53e1ee7d3dc6dc7e32b739ce2dfeebf8 tests: fix variable name regular expression in _genrestoreenv() Update

Re: [PATCH] tests: more completely restore the environment in syshgenv

2017-06-29 Thread Adam Simpkins
On Jun 29, Matt Harbison wrote: > On Wed, 28 Jun 2017 15:34:56 -0400, Adam Simpkins wrote: > > ># HG changeset patch > ># User Adam Simpkins > ># Date 1498677802 25200 > ># Wed Jun 28 12:23:22 2017 -0700 > ># Node ID

Re: [PATCH] log: add an extension hook-point in changeset_printer

2017-06-29 Thread Boris Feld
On Thu, 2017-06-29 at 23:05 +0900, Yuya Nishihara wrote: > On Wed, 28 Jun 2017 16:02:29 +0200, Boris Feld wrote: > > # HG changeset patch > > # User Boris Feld > > # Date 1498484784 -7200 > > #  Mon Jun 26 15:46:24 2017 +0200 > > # Node ID

[PATCH V2] log: add an extension hook-point in changeset_printer

2017-06-29 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1498484784 -7200 # Mon Jun 26 15:46:24 2017 +0200 # Node ID 3a063ab1f1baf9a74bad7c163293dd2611025195 # Parent 176030f695cade8520c29d3a1df339ddf00d984b # EXP-Topic changesetprinterhook log: add an extension hook-point in

[PATCH 7 of 8] vfs: replace avoiding ambiguity in abstractvfs.rename with _avoidambig

2017-06-29 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori # Date 1498754870 -32400 # Fri Jun 30 01:47:50 2017 +0900 # Node ID 5bdabaa7c404da6074733e593516b460a1629483 # Parent b833b68a2bb86c160ea25006f9f7216fce2921f5 vfs: replace avoiding ambiguity in abstractvfs.rename with

[PATCH 8 of 8] vfs: add explanation about cost of checkambig=True in corner case

2017-06-29 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori # Date 1498754870 -32400 # Fri Jun 30 01:47:50 2017 +0900 # Node ID edd9fe8c3417d81e1c5fe2542dbac2682a37230c # Parent 5bdabaa7c404da6074733e593516b460a1629483 vfs: add explanation about cost of checkambig=True in corner

[PATCH 6 of 8] vfs: copy if EPERM to avoid file stat ambiguity forcibly at closing

2017-06-29 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori # Date 1498754870 -32400 # Fri Jun 30 01:47:50 2017 +0900 # Node ID b833b68a2bb86c160ea25006f9f7216fce2921f5 # Parent e3a1739ee331b182c973ce679828b29e880db5ee vfs: copy if EPERM to avoid file stat ambiguity forcibly at

[PATCH 2 of 8] localrepo: factor out base of filecache annotation class

2017-06-29 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori # Date 1498754869 -32400 # Fri Jun 30 01:47:49 2017 +0900 # Node ID de1d28aa7e7b94e01e109dcb26aecf073ce1fde7 # Parent 14a0f53f998eb8c9781942fb6d6eb6bdc14cfcfd localrepo: factor out base of filecache annotation class It

[PATCH 4 of 8] transaction: avoid file stat ambiguity only for files in blacklist

2017-06-29 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori # Date 1498754869 -32400 # Fri Jun 30 01:47:49 2017 +0900 # Node ID d4d47784511456e6cf77b194822f23586e052312 # Parent 9114ae36f40b733912705ef0bacb2961941f18d6 transaction: avoid file stat ambiguity only for files in

[PATCH 3 of 8] localrepo: store path and vfs location of cached properties

2017-06-29 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori # Date 1498754869 -32400 # Fri Jun 30 01:47:49 2017 +0900 # Node ID 9114ae36f40b733912705ef0bacb2961941f18d6 # Parent de1d28aa7e7b94e01e109dcb26aecf073ce1fde7 localrepo: store path and vfs location of cached properties

[PATCH 5 of 8] transaction: apply checkambig=True only on limited files for similarity

2017-06-29 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori # Date 1498754869 -32400 # Fri Jun 30 01:47:49 2017 +0900 # Node ID e3a1739ee331b182c973ce679828b29e880db5ee # Parent d4d47784511456e6cf77b194822f23586e052312 transaction: apply checkambig=True only on limited files for

Re: [PATCH 4 of 4 topic-experiment] topics: show more information in `hg topics`

2017-06-29 Thread Pierre-Yves David
On 06/29/2017 05:57 PM, Pulkit Goyal wrote: On Thu, Jun 29, 2017 at 9:17 PM, Pierre-Yves David wrote: On 06/29/2017 05:44 PM, Pierre-Yves David wrote: On 06/26/2017 10:28 AM, Pulkit Goyal wrote: # HG changeset patch # User Pulkit Goyal

Re: [PATCH 4 of 4 topic-experiment] topics: show more information in `hg topics`

2017-06-29 Thread Pulkit Goyal
On Thu, Jun 29, 2017 at 9:17 PM, Pierre-Yves David wrote: > > > On 06/29/2017 05:44 PM, Pierre-Yves David wrote: >> >> On 06/26/2017 10:28 AM, Pulkit Goyal wrote: >>> >>> # HG changeset patch >>> # User Pulkit Goyal <7895pul...@gmail.com> >>> # Date 1497889184

Re: [PATCH 4 of 4 topic-experiment] topics: show more information in `hg topics`

2017-06-29 Thread Pierre-Yves David
On 06/29/2017 05:44 PM, Pierre-Yves David wrote: On 06/26/2017 10:28 AM, Pulkit Goyal wrote: # HG changeset patch # User Pulkit Goyal <7895pul...@gmail.com> # Date 1497889184 -19800 # Mon Jun 19 21:49:44 2017 +0530 # Node ID 8523d4018183cf29600c4b1633479e941f89c6c2 # Parent

Re: [PATCH 4 of 4 topic-experiment] topics: show more information in `hg topics`

2017-06-29 Thread Pierre-Yves David
On 06/26/2017 10:28 AM, Pulkit Goyal wrote: # HG changeset patch # User Pulkit Goyal <7895pul...@gmail.com> # Date 1497889184 -19800 # Mon Jun 19 21:49:44 2017 +0530 # Node ID 8523d4018183cf29600c4b1633479e941f89c6c2 # Parent 4c0852883a31643a3f4fe50688f85ac90a8d63b9 topics: show more

Re: [PATCH 2 of 6] configitems: add an official API for extensions to register config item

2017-06-29 Thread Pierre-Yves David
On 06/29/2017 05:17 PM, Yuya Nishihara wrote: On Thu, 29 Jun 2017 16:37:44 +0200, Pierre-Yves David wrote: On 06/29/2017 04:29 PM, Yuya Nishihara wrote: On Thu, 29 Jun 2017 23:11:57 +0900, Yuya Nishihara wrote: On Thu, 29 Jun 2017 15:59:17 +0200, Pierre-Yves David wrote: On 06/29/2017

Re: [PATCH 2 of 6] configitems: add an official API for extensions to register config item

2017-06-29 Thread Yuya Nishihara
On Thu, 29 Jun 2017 16:37:44 +0200, Pierre-Yves David wrote: > On 06/29/2017 04:29 PM, Yuya Nishihara wrote: > > On Thu, 29 Jun 2017 23:11:57 +0900, Yuya Nishihara wrote: > >> On Thu, 29 Jun 2017 15:59:17 +0200, Pierre-Yves David wrote: > >>> On 06/29/2017 03:48 PM, Yuya Nishihara wrote: > On

Re: [PATCH 2 of 6] configitems: add an official API for extensions to register config item

2017-06-29 Thread Pierre-Yves David
On 06/29/2017 04:29 PM, Yuya Nishihara wrote: On Thu, 29 Jun 2017 23:11:57 +0900, Yuya Nishihara wrote: On Thu, 29 Jun 2017 15:59:17 +0200, Pierre-Yves David wrote: On 06/29/2017 03:48 PM, Yuya Nishihara wrote: On Tue, 27 Jun 2017 15:00:31 +0200, Pierre-Yves David wrote: # HG changeset

Re: [PATCH 2 of 6] configitems: add an official API for extensions to register config item

2017-06-29 Thread Yuya Nishihara
On Thu, 29 Jun 2017 23:11:57 +0900, Yuya Nishihara wrote: > On Thu, 29 Jun 2017 15:59:17 +0200, Pierre-Yves David wrote: > > On 06/29/2017 03:48 PM, Yuya Nishihara wrote: > > > On Tue, 27 Jun 2017 15:00:31 +0200, Pierre-Yves David wrote: > > >> # HG changeset patch > > >> # User Pierre-Yves David

Re: [PATCH FIX-default] pushrace: avoid crash on bare push when using concurrent push mode

2017-06-29 Thread Yuya Nishihara
On Thu, 29 Jun 2017 23:05:45 +0900, Yuya Nishihara wrote: > On Thu, 29 Jun 2017 16:03:15 +0200, Pierre-Yves David wrote: > > On 06/29/2017 04:01 PM, Yuya Nishihara wrote: > > > On Wed, 28 Jun 2017 18:21:41 +0200, Pierre-Yves David wrote: > > >> # HG changeset patch > > >> # User Pierre-Yves David

Re: [PATCH 6 of 6 topic-experiment] topic: don't abort if there is no current topic in stack() revset

2017-06-29 Thread Pierre-Yves David
On 06/28/2017 11:08 PM, Pulkit Goyal wrote: # HG changeset patch # User Pulkit Goyal <7895pul...@gmail.com> # Date 1498683069 -19800 # Thu Jun 29 02:21:09 2017 +0530 # Node ID 34c0f9ca9a0ffe9196b2231e3df404054942941c # Parent 25bdd52e3c2a7c0acd925b241fb14b04ac3ceacf # EXP-Topic

Re: [PATCH 2 of 6] configitems: add an official API for extensions to register config item

2017-06-29 Thread Yuya Nishihara
On Thu, 29 Jun 2017 15:59:17 +0200, Pierre-Yves David wrote: > On 06/29/2017 03:48 PM, Yuya Nishihara wrote: > > On Tue, 27 Jun 2017 15:00:31 +0200, Pierre-Yves David wrote: > >> # HG changeset patch > >> # User Pierre-Yves David > >> # Date 1497700100 -7200 > >> #

Re: [PATCH FIX-default] pushrace: avoid crash on bare push when using concurrent push mode

2017-06-29 Thread Yuya Nishihara
On Thu, 29 Jun 2017 16:03:15 +0200, Pierre-Yves David wrote: > > > On 06/29/2017 04:01 PM, Yuya Nishihara wrote: > > On Wed, 28 Jun 2017 18:21:41 +0200, Pierre-Yves David wrote: > >> # HG changeset patch > >> # User Pierre-Yves David > >> # Date 1498664485 -7200 >

Re: [PATCH FIX-default] pushrace: avoid crash on bare push when using concurrent push mode

2017-06-29 Thread Pierre-Yves David
On 06/29/2017 04:01 PM, Yuya Nishihara wrote: On Wed, 28 Jun 2017 18:21:41 +0200, Pierre-Yves David wrote: # HG changeset patch # User Pierre-Yves David # Date 1498664485 -7200 # Wed Jun 28 17:41:25 2017 +0200 # Node ID

Re: [PATCH] show: config option to register aliases for views

2017-06-29 Thread Yuya Nishihara
On Sun, 25 Jun 2017 22:26:52 -0700, Gregory Szorc wrote: > # HG changeset patch > # User Gregory Szorc > # Date 1498454437 25200 > # Sun Jun 25 22:20:37 2017 -0700 > # Node ID 6546ab6d7a9aaa4266d1decf3da1501153be796b > # Parent

Re: [PATCH 2 of 6] configitems: add an official API for extensions to register config item

2017-06-29 Thread Pierre-Yves David
On 06/29/2017 03:48 PM, Yuya Nishihara wrote: On Tue, 27 Jun 2017 15:00:31 +0200, Pierre-Yves David wrote: # HG changeset patch # User Pierre-Yves David # Date 1497700100 -7200 # Sat Jun 17 13:48:20 2017 +0200 # Node ID

Re: [PATCH 1 of 6] configitems: extract the logic to build a registrar on any configtable

2017-06-29 Thread Yuya Nishihara
On Tue, 27 Jun 2017 15:00:30 +0200, Pierre-Yves David wrote: > # HG changeset patch > # User Pierre-Yves David > # Date 1497699533 -7200 > # Sat Jun 17 13:38:53 2017 +0200 > # Node ID 714ce79885e32305c45febf0da59b2ce2093967d > # Parent

Re: [PATCH 2 of 6] configitems: add an official API for extensions to register config item

2017-06-29 Thread Yuya Nishihara
On Tue, 27 Jun 2017 15:00:31 +0200, Pierre-Yves David wrote: > # HG changeset patch > # User Pierre-Yves David > # Date 1497700100 -7200 > # Sat Jun 17 13:48:20 2017 +0200 > # Node ID 944f8e3191e6fa37f27d52d3c94d1ef702408ae4 > # Parent

Re: [PATCH 1 of 2] obsolete: provide a small function to retrieve all mutable revisions

2017-06-29 Thread Yuya Nishihara
On Tue, 27 Jun 2017 13:01:21 +0200, Pierre-Yves David wrote: > # HG changeset patch > # User Pierre-Yves David > # Date 1497818291 -7200 > # Sun Jun 18 22:38:11 2017 +0200 > # Node ID e7f139a172c2075ce88764938ea4c102ef87935f > # Parent

Re: [PATCH 1 of 2] bundle2: add some debugging information to the not-a-bundle error

2017-06-29 Thread Yuya Nishihara
On Tue, 27 Jun 2017 14:38:42 -0700, Siddharth Agarwal wrote: > # HG changeset patch > # User Siddharth Agarwal > # Date 1498599055 25200 > # Tue Jun 27 14:30:55 2017 -0700 > # Node ID 8b59a6d6f77927cc7b40b282056278829ca398b3 > # Parent eb4c49f55f1f0d7719f514c16bec54515eb54f62 >

mercurial@33119: 2 new changesets

2017-06-29 Thread Mercurial Commits
2 new changesets in mercurial: https://www.mercurial-scm.org/repo/hg/rev/cc9501fa5574 changeset: 33118:cc9501fa5574 user:Pulkit Goyal <7895pul...@gmail.com> date:Tue Jun 27 21:16:08 2017 +0530 summary: py3: update the python3-whitelist with new tests which pass on Python 3

Re: [PATCH] tests: more completely restore the environment in syshgenv

2017-06-29 Thread Yuya Nishihara
On Wed, 28 Jun 2017 12:34:56 -0700, Adam Simpkins wrote: > # HG changeset patch > # User Adam Simpkins > # Date 1498677802 25200 > # Wed Jun 28 12:23:22 2017 -0700 > # Node ID 236c593941ab8034c500039c54bee0b3a19a0cef > # Parent 649cb52c8cd94ab98068004e40bf9947de62a0ce >

Re: [PATCH STABLE] revlog: add an experimental option to mitigated delta issues (issue5480)

2017-06-29 Thread Pierre-Yves David
On 06/29/2017 11:23 AM, Gábor STEFANIK wrote: -Original Message- From: Pierre-Yves David [mailto:pierre-yves.da...@ens-lyon.org] Sent: Wednesday, June 28, 2017 10:48 PM To: Gábor STEFANIK ; mercurial- de...@mercurial-scm.org Subject: Re: [PATCH STABLE] revlog:

RE: [PATCH STABLE] revlog: add an experimental option to mitigated delta issues (issue5480)

2017-06-29 Thread Gábor STEFANIK
> -Original Message- > From: Pierre-Yves David [mailto:pierre-yves.da...@ens-lyon.org] > Sent: Wednesday, June 28, 2017 10:48 PM > To: Gábor STEFANIK ; mercurial- > de...@mercurial-scm.org > Subject: Re: [PATCH STABLE] revlog: add an experimental option to mitigated