Re: [PATCH evolve] tests: use curl instead of wget

2016-10-24 Thread Matt Harbison
On Mon, 24 Oct 2016 09:37:27 -0400, Simon Farnsworth wrote: On 24/10/2016 14:32, Pierre-Yves David wrote: On 10/24/2016 03:26 PM, Simon Farnsworth wrote: # HG changeset patch # User Simon Farnsworth # Date 1477315431 25200 # Mon Oct 24 06:23:51

Re: [PATCH remotefilelog-ext] fileserverclient: avoid ever requesting nullid nodes

2016-10-24 Thread Augie Fackler
> On Oct 24, 2016, at 19:06, Jun Wu wrote: > > Other than "len(nullids)", the patch looks good to me. I think we can fix it > in flight. > > Excerpts from Augie Fackler's message of 2016-10-24 18:44:31 -0400: >> # HG changeset patch >> # User Augie Fackler >> #

Re: [PATCH V5] update: warn if cwd was deleted

2016-10-24 Thread Danek Duvall
Stanislau Hlebik wrote: > diff --git a/tests/test-rebase-scenario-global.t > b/tests/test-rebase-scenario-global.t > --- a/tests/test-rebase-scenario-global.t > +++ b/tests/test-rebase-scenario-global.t > @@ -758,6 +758,8 @@ >$ hg commit -m 'second source with subdir' >$ hg rebase -b .

Re: [PATCH] match: adding non-recursive directory matching

2016-10-24 Thread Rodrigo Damazio via Mercurial-devel
It sounds like we'd like to do 3 somewhat orthogonal things: - allow user to specify the directory the pattern is relative to (root/cwd/any) - allow the user to specify recursiveness/non-recursiveness consistently (not covered by the *path patterns, but could be the defined behavior for the globs)

Re: [PATCH python-hglib v2] Add feature to allow hglib user to get call backs for prompts, output

2016-10-24 Thread Barry Scott
FYI: My code that uses this patch is in SCM Workbench. Here is the code I use for init() and clone(): https://github.com/barry-scott/scm-workbench/blob/master/Source/Hg/ wb_hg_project.py#L65 Here is the object that handles the call back interface and map into my GUI's world:

Re: [PATCH python-hglib v2] Add feature to allow hglib user to get call backs for prompts, output

2016-10-24 Thread Barry Scott
On Monday, 24 October 2016 22:30:08 BST Yuya Nishihara wrote: > On Mon, 24 Oct 2016 11:04:39 +0100, Barry Scott wrote: > > > So this patch contains 3 different things. Can you send them as separate > > > patches? > > > > > > - add callbacks > > > - change clone() behavior (which seems wrong) > >

Re: [PATCH evolve] tests: use curl instead of wget

2016-10-24 Thread Simon Farnsworth
On 24/10/2016 14:32, Pierre-Yves David wrote: On 10/24/2016 03:26 PM, Simon Farnsworth wrote: # HG changeset patch # User Simon Farnsworth # Date 1477315431 25200 # Mon Oct 24 06:23:51 2016 -0700 # Branch stable # Node ID 5fbaca977cd43dfd806a3f452543ef0ed4a4732e #

Re: [PATCH evolve] tests: use curl instead of wget

2016-10-24 Thread Pierre-Yves David
On 10/24/2016 03:26 PM, Simon Farnsworth wrote: # HG changeset patch # User Simon Farnsworth # Date 1477315431 25200 # Mon Oct 24 06:23:51 2016 -0700 # Branch stable # Node ID 5fbaca977cd43dfd806a3f452543ef0ed4a4732e # Parent 970a4c13ebc320a034bc0aff21e0ef0a84157a92

Re: [PATCH python-hglib v2] Add feature to allow hglib user to get call backs for prompts, output

2016-10-24 Thread Yuya Nishihara
On Mon, 24 Oct 2016 11:04:39 +0100, Barry Scott wrote: > > So this patch contains 3 different things. Can you send them as separate > > patches? > > > > - add callbacks > > - change clone() behavior (which seems wrong) > > - add init() > > Yes and no. Both clone and init cannot be used with the

[PATCH evolve] tests: use curl instead of wget

2016-10-24 Thread Simon Farnsworth
# HG changeset patch # User Simon Farnsworth # Date 1477315431 25200 # Mon Oct 24 06:23:51 2016 -0700 # Branch stable # Node ID 5fbaca977cd43dfd806a3f452543ef0ed4a4732e # Parent 970a4c13ebc320a034bc0aff21e0ef0a84157a92 tests: use curl instead of wget curl is supplied by

Re: [PATCH] match: adding non-recursive directory matching

2016-10-24 Thread Pierre-Yves David
On 10/22/2016 11:35 AM, Yuya Nishihara wrote: On Thu, 20 Oct 2016 09:19:24 -0700, Rodrigo Damazio wrote: The issue is that glob:foo/* is recursive in some cases - e.g. "hg files -I glob:contrib/*" in the hg repo gives me subdirectories of contrib recursively (including e.g.

Re: [PATCH 1 of 2] templater: do not use index.partialmatch() directly to calculate shortest()

2016-10-24 Thread Yuya Nishihara
On Sun, 23 Oct 2016 12:52:34 -0700, Martin von Zweigbergk wrote: > On Sat, Oct 22, 2016 at 11:35 PM, Yuya Nishihara wrote: > > # HG changeset patch > > # User Yuya Nishihara > > # Date 1477199123 -32400 > > # Sun Oct 23 14:05:23 2016 +0900 > > # Branch stable >

[PATCH STABLE v2] sslutil: guard against broken certifi installations (issue5406)

2016-10-24 Thread Gábor Stefanik
# HG changeset patch # User Gábor Stefanik # Date 1476893174 -7200 # Wed Oct 19 18:06:14 2016 +0200 # Branch stable # Node ID c3fe0e56546a44a7961354d4840cdcb82cbecefc # Parent 76c57e1fe79b0980b377b4f305635dea393d6315 sslutil: guard against broken certifi