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

2016-12-19 Thread Rodrigo Damazio via Mercurial-devel
Unfortunately, while set would match the right files, because of the way the code is structured, it provides no way to not try visiting the directories inside the non-recursive match - the set needs to first collect all the files in all subdirectories (match.py, _expandset) and then filter that

[PATCH] p4: drop an assignment that is never used

2016-12-19 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1482186162 0 # Mon Dec 19 22:22:42 2016 + # Node ID a99748ec71eb65b50dabf1d73ab9de0c6b9124b2 # Parent 935092e525b0ee5656d0830162a1c2adf8248de3 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull

[PATCH 2 of 3 V2] chg: start server at a unique address

2016-12-19 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1482185389 0 # Mon Dec 19 22:09:49 2016 + # Node ID 24534dee38fe515f2c406e18153f623a074148b3 # Parent c543f9fd1a5b7657d4114e61e87a8d9bc32f7617 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull

[PATCH 1 of 3 V2] chgserver: truncate base address at "." for hash address

2016-12-19 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1482185261 0 # Mon Dec 19 22:07:41 2016 + # Node ID c543f9fd1a5b7657d4114e61e87a8d9bc32f7617 # Parent 935092e525b0ee5656d0830162a1c2adf8248de3 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull

[PATCH 3 of 3 V2] chg: remove locks

2016-12-19 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1482185700 0 # Mon Dec 19 22:15:00 2016 + # Node ID 467f4027b8d0162e3e8f09cd0cc0ca627164bce1 # Parent 24534dee38fe515f2c406e18153f623a074148b3 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull

Re: [PATCH] ui: do not translate empty configsource() to 'none' (API)

2016-12-19 Thread Augie Fackler
On Sun, Dec 18, 2016 at 06:54:27PM +0900, Yuya Nishihara wrote: > # HG changeset patch > # User Yuya Nishihara > # Date 1477212420 -32400 > # Sun Oct 23 17:47:00 2016 +0900 > # Node ID f2565fc73557e6cbf78119da2953bfae6d457f94 > # Parent

Re: [PATCH] convert: remove unused-but-set variable introduced in db9e883566e8

2016-12-19 Thread Augie Fackler
On Sun, Dec 18, 2016 at 04:49:11PM +0900, Yuya Nishihara wrote: > # HG changeset patch > # User Yuya Nishihara > # Date 1482045604 -32400 > # Sun Dec 18 16:20:04 2016 +0900 > # Node ID 7d505a99f16d0a7faae231432deef5c9bcfd3ad1 > # Parent

RE: [PATCH] update: introduce config option ui.allowdirtyupdate for dirty nonlinear updates

2016-12-19 Thread Gábor STEFANIK
> -- This message, including its attachments, is confidential. For more information please read NNG's email policy here: http://www.nng.com/emailpolicy/ By responding to this email you accept the email policy.

Re: [PATCH] push: add a message when pushing phases but not changes

2016-12-19 Thread Pierre-Yves David
On 12/06/2016 06:15 PM, Martin von Zweigbergk via Mercurial-devel wrote: On Fri, Dec 2, 2016 at 11:12 AM, Jeremy Wall (zaphar) wrote: # HG changeset patch # User Jeremy Wall (zaphar) # Date 1480542942 21600 # Wed Nov 30 15:55:42

Re: [PATCH STABLE] demandimport: do not raise ImportError for unknown item in fromlist

2016-12-19 Thread Pierre-Yves David
On 12/19/2016 04:18 PM, Yuya Nishihara wrote: # HG changeset patch # User Yuya Nishihara # Date 1482155160 -32400 # Mon Dec 19 22:46:00 2016 +0900 # Branch stable # Node ID 58ebfc1af9f290638bed3cc9faf9d6f2deb0fc20 # Parent 7817df5585db1d87d3f6c7f496085c86d87e2e9a

[PATCH STABLE] demandimport: do not raise ImportError for unknown item in fromlist

2016-12-19 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1482155160 -32400 # Mon Dec 19 22:46:00 2016 +0900 # Branch stable # Node ID 58ebfc1af9f290638bed3cc9faf9d6f2deb0fc20 # Parent 7817df5585db1d87d3f6c7f496085c86d87e2e9a demandimport: do not raise ImportError for unknown item in

Re: [PATCH 3 of 3 V2] summary: add evolution "troubles" information to parents header lines

2016-12-19 Thread Pierre-Yves David
On 12/19/2016 09:28 AM, Denis Laxalde wrote: Pierre-Yves David a écrit : On 11/08/2016 03:19 PM, Denis Laxalde wrote: # HG changeset patch # User Denis Laxalde # Date 1475935828 -7200 # Sat Oct 08 16:10:28 2016 +0200 # Node ID

Re: [PATCH] registrar: raise a programming error on duplicated registering

2016-12-19 Thread Pierre-Yves David
On 12/19/2016 03:09 PM, Yuya Nishihara wrote: On Mon, 19 Dec 2016 08:51:49 +0100, Pierre-Yves David wrote: On 12/18/2016 08:24 AM, Yuya Nishihara wrote: On Fri, 16 Dec 2016 20:31:29 +0100, Pierre-Yves David wrote: # HG changeset patch # User Pierre-Yves David

Re: [PATCH 4 of 4] chgserver: move wrapchgui to runcommand

2016-12-19 Thread Yuya Nishihara
On Sun, 18 Dec 2016 18:24:45 +, Jun Wu wrote: > Excerpts from Yuya Nishihara's message of 2016-12-18 17:30:31 +0900: > > On Fri, 16 Dec 2016 15:01:21 +, Jun Wu wrote: > > > # HG changeset patch > > > # User Jun Wu > > > # Date 1481900282 0 > > > # Fri Dec 16 14:58:02

[PATCH 2 of 3] changegroup: pass 'repo' to allsupportedversions

2016-12-19 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1482118173 -3600 # Mon Dec 19 04:29:33 2016 +0100 # Node ID fef4a4a522c7ea405d8a036213223dca79fc3f84 # Parent a03103bb5979f59d82a5fb8a383cc057bd9ceab6 # EXP-Topic cleanup.changegroup changegroup: pass

[PATCH 3 of 3] changegroup: simplify logic around enabling changegroup 03

2016-12-19 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1482117918 -3600 # Mon Dec 19 04:25:18 2016 +0100 # Node ID e62c766c60a19d89c4e0e50881701135c251fb6f # Parent fef4a4a522c7ea405d8a036213223dca79fc3f84 # EXP-Topic cleanup.changegroup changegroup: simplify

[PATCH 1 of 3] changegroup: simplify 'allsupportedversions' logic

2016-12-19 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1482118273 -3600 # Mon Dec 19 04:31:13 2016 +0100 # Node ID a03103bb5979f59d82a5fb8a383cc057bd9ceab6 # Parent 07025bd744a09dd5622e16ccef11966fda7b86f2 # EXP-Topic cleanup.changegroup changegroup: simplify

Re: [PATCH] registrar: raise a programming error on duplicated registering

2016-12-19 Thread Yuya Nishihara
On Mon, 19 Dec 2016 08:51:49 +0100, Pierre-Yves David wrote: > On 12/18/2016 08:24 AM, Yuya Nishihara wrote: > > On Fri, 16 Dec 2016 20:31:29 +0100, Pierre-Yves David wrote: > >> # HG changeset patch > >> # User Pierre-Yves David > >> # Date 1481545965 -3600 > >> #

Re: [PATCH 3 of 3 V2] summary: add evolution "troubles" information to parents header lines

2016-12-19 Thread Denis Laxalde
Pierre-Yves David a écrit : On 11/08/2016 03:19 PM, Denis Laxalde wrote: # HG changeset patch # User Denis Laxalde # Date 1475935828 -7200 # Sat Oct 08 16:10:28 2016 +0200 # Node ID 35c0f05d694cb9541d60bad9a940cb93a39d615d # Parent