[PATCH v2] bashcompletion: allow skipping completion for 'hg status'

2016-10-17 Thread Mathias De Maré
# HG changeset patch # User Mathias De Maré # Date 1474879657 -7200 # Mon Sep 26 10:47:37 2016 +0200 # Node ID b1a58a479b5af23c7224b58413477daa007728e0 # Parent 1779dde4c9ef97cb242f8d501655f236f66e5439 bashcompletion: allow skipping completion for 'hg status' On

RE: [PATCH] bashcompletion: allow skipping completion for 'hg status'

2016-10-17 Thread De Mare, Mathias (Nokia - BE)
> -Original Message- > From: Yuya Nishihara [mailto:you...@gmail.com] On Behalf Of Yuya > Nishihara > Sent: donderdag 13 oktober 2016 15:09 > To: De Mare, Mathias (Nokia - BE) > Cc: mercurial-devel@mercurial-scm.org > Subject: Re: [PATCH] bashcompletion: allow

[PATCH] copies: improve assertions during copy recombination

2016-10-17 Thread Gábor Stefanik
# HG changeset patch # User Gábor Stefanik # Date 1476749348 -7200 # Tue Oct 18 02:09:08 2016 +0200 # Node ID 87a7c0d403ff29dcae2a41e0516c75bbd9f6a5a8 # Parent abe7230025099bbeb9eaa0d3ca29c8f700ddb1e2 copies: improve assertions during copy recombination - Make sure

RE: [PATCH 2 of 5 v4] mergecopies: add logic to process incomplete data

2016-10-17 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] spelling: fixes of non-dictionary words

2016-10-17 Thread Augie Fackler
On Mon, Oct 17, 2016 at 11:38:02PM +0200, Mads Kiilerich wrote: > # HG changeset patch > # User Mads Kiilerich > # Date 1476739015 -7200 > # Mon Oct 17 23:16:55 2016 +0200 > # Node ID efd5397e9da5b1d7e2c3353b0b06fc904651b150 > # Parent

[PATCH] spelling: fixes of non-dictionary words

2016-10-17 Thread Mads Kiilerich
# HG changeset patch # User Mads Kiilerich # Date 1476739015 -7200 # Mon Oct 17 23:16:55 2016 +0200 # Node ID efd5397e9da5b1d7e2c3353b0b06fc904651b150 # Parent 8a864844d5a0c34bdb24d2e098a0cd339e32e020 spelling: fixes of non-dictionary words diff --git

mercurial@30191: 3 new changesets (3 on stable)

2016-10-17 Thread Mercurial Commits
3 new changesets (3 on stable) in mercurial: http://selenic.com/repo/hg//rev/4999c12c526b changeset: 30189:4999c12c526b branch: stable parent: 30030:8d74027bd4e7 user:Mads Kiilerich date:Sun Oct 16 02:26:38 2016 +0200 summary: largefiles: test

[PATCH] treemanifest: fix bad argument order to treemanifestctx

2016-10-17 Thread Martin von Zweigbergk via Mercurial-devel
# HG changeset patch # User Martin von Zweigbergk # Date 1476745932 25200 # Mon Oct 17 16:12:12 2016 -0700 # Node ID b36a81cd4015b9742d1fbb0d5f94207e7a400cdb # Parent 8a864844d5a0c34bdb24d2e098a0cd339e32e020 treemanifest: fix bad argument order to treemanifestctx

Re: [PATCH] treemanifest: fix bad argument order to treemanifestctx

2016-10-17 Thread Martin von Zweigbergk via Mercurial-devel
On Mon, Oct 17, 2016 at 4:42 PM Durham Goode wrote: *From: *Martin von Zweigbergk *Date: *Monday, October 17, 2016 at 4:39 PM *To: *Durham Goode , "mercurial-devel@mercurial-scm.org" < mercurial-devel@mercurial-scm.org> *Subject: *Re:

Re: [PATCH 2 of 2 V2] wireproto: compress data from a generator

2016-10-17 Thread Pierre-Yves David
On 10/16/2016 08:14 PM, Gregory Szorc wrote: # HG changeset patch # User Gregory Szorc # Date 1476641421 25200 # Sun Oct 16 11:10:21 2016 -0700 # Node ID 23457f8910d43bd637b945ced2f963ab71255844 # Parent 3f18f7464e651128a5f8d9c9312805adbc22f547 wireproto:

Re: [PATCH 1 of 4] revlog: add a context manager to allow file handle reuse

2016-10-17 Thread Pierre-Yves David
On 10/16/2016 10:35 PM, Gregory Szorc wrote: # HG changeset patch # User Gregory Szorc # Date 1476649322 25200 # Sun Oct 16 13:22:02 2016 -0700 # Node ID 735adf139447190fe52c65ec6e9b4e5e0c81d6aa # Parent 757d25d2bbe63fc560e92b6bb25fbfbf09b09342 revlog: add a

[PATCH stable] tests: work around instability that caused test from 4999c12c526b to fail

2016-10-17 Thread Mads Kiilerich
# HG changeset patch # User Mads Kiilerich # Date 1476746894 -7200 # Tue Oct 18 01:28:14 2016 +0200 # Branch stable # Node ID 548f82b480d086c7a551b025fb980cd70187c880 # Parent 328545c7d8a1044330b8a5bfbdd9c2ff08625d6a tests: work around instability that caused test from

Re: [PATCH] treemanifest: fix bad argument order to treemanifestctx

2016-10-17 Thread Augie Fackler
On Mon, Oct 17, 2016 at 11:39:51PM +, Martin von Zweigbergk via Mercurial-devel wrote: > On Mon, Oct 17, 2016 at 4:34 PM Durham Goode wrote: > > > On 10/17/16, 4:13 PM, "Martin von Zweigbergk" > > wrote: > > > > ># HG changeset patch > > ># User Martin

Re: [PATCH 4 of 4] changegroup: increase write buffer size to 128k

2016-10-17 Thread Augie Fackler
On Sun, Oct 16, 2016 at 01:35:37PM -0700, Gregory Szorc wrote: > # HG changeset patch > # User Gregory Szorc > # Date 1476650123 25200 > # Sun Oct 16 13:35:23 2016 -0700 > # Node ID 4582f12754622ae049afefee05176ef107d99a7e > # Parent

RE: [PATCH v3] update: enable copy tracing for backwards and non-linear updates

2016-10-17 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.

[PATCH] revset: optimize for destination() being "inefficient"

2016-10-17 Thread Mads Kiilerich
# HG changeset patch # User Mads Kiilerich # Date 1476726516 -7200 # Mon Oct 17 19:48:36 2016 +0200 # Node ID 50a7bbe82bd3b63a934640b1480ee643cf14ec5f # Parent 5cb830801855dbb63e98b948e355bc995d295bf3 revset: optimize for destination() being "inefficient" destination()

Re: [PATCH v3] update: enable copy tracing for backwards and non-linear updates

2016-10-17 Thread Kevin Bullock
> On Oct 17, 2016, at 13:27, Gábor Stefanik wrote: > > # HG changeset patch > # User Gábor Stefanik > # Date 1472155346 -7200 > # Thu Aug 25 22:02:26 2016 +0200 > # Node ID a41abe53dbc2c28d3b656f2a138da26949cf91d3 > # Parent

RE: [PATCH] bashcompletion: allow skipping completion for 'hg status'

2016-10-17 Thread Sean Farley
"De Mare, Mathias (Nokia - BE)" writes: >> -Original Message- >> From: Yuya Nishihara [mailto:you...@gmail.com] On Behalf Of Yuya >> Nishihara >> Sent: donderdag 13 oktober 2016 15:09 >> To: De Mare, Mathias (Nokia - BE) >> Cc:

[PATCH 5 of 5 v4] update: enable copy tracing for backwards and non-linear updates

2016-10-17 Thread Gábor Stefanik
# HG changeset patch # User Gábor Stefanik # Date 1472155346 -7200 # Thu Aug 25 22:02:26 2016 +0200 # Node ID a41abe53dbc2c28d3b656f2a138da26949cf91d3 # Parent 3fc51a50bec71bb34c11beaaa6686d521ac706b1 update: enable copy tracing for backwards and non-linear updates

[PATCH 2 of 5 v4] mergecopies: add logic to process incomplete data

2016-10-17 Thread Gábor Stefanik
# HG changeset patch # User Gábor Stefanik # Date 1475578314 -7200 # Tue Oct 04 12:51:54 2016 +0200 # Node ID f5f046a680e6730485df1760f82a0e0084305873 # Parent d8379d11021b681a06cda08a07da237eaca520b2 mergecopies: add logic to process incomplete data We first

[PATCH 3 of 5 v4] checkcopies: add logic to handle remotebase

2016-10-17 Thread Gábor Stefanik
# HG changeset patch # User Gábor Stefanik # Date 1476152759 -7200 # Tue Oct 11 04:25:59 2016 +0200 # Node ID d1a0366565988c2a58a21f1788557064c9590c46 # Parent f5f046a680e6730485df1760f82a0e0084305873 checkcopies: add logic to handle remotebase As the two

[PATCH 4 of 5 v4] copies: make _checkcopies handle copy sequences spanning the TCA (issue4028)

2016-10-17 Thread Gábor Stefanik
# HG changeset patch # User Gábor Stefanik # Date 1476153587 -7200 # Tue Oct 11 04:39:47 2016 +0200 # Node ID 3fc51a50bec71bb34c11beaaa6686d521ac706b1 # Parent d1a0366565988c2a58a21f1788557064c9590c46 copies: make _checkcopies handle copy sequences spanning the TCA

[PATCH 1 of 5 v4] checkcopies: handle divergences contained entirely in tca::ctx

2016-10-17 Thread Gábor Stefanik
# HG changeset patch # User Gábor Stefanik # Date 1476266043 -7200 # Wed Oct 12 11:54:03 2016 +0200 # Node ID d8379d11021b681a06cda08a07da237eaca520b2 # Parent 475efa21684cbd7c7fffba34250267dc500a7e9e checkcopies: handle divergences contained entirely in tca::ctx

Re: [PATCH 4 of 5 v4] copies: make _checkcopies handle copy sequences spanning the TCA (issue4028)

2016-10-17 Thread Pierre-Yves David
On 10/17/2016 08:42 PM, Gábor Stefanik wrote: # HG changeset patch # User Gábor Stefanik # Date 1476153587 -7200 # Tue Oct 11 04:39:47 2016 +0200 # Node ID 3fc51a50bec71bb34c11beaaa6686d521ac706b1 # Parent d1a0366565988c2a58a21f1788557064c9590c46 copies: make

Re: [PATCH] revset: optimize for destination() being "inefficient"

2016-10-17 Thread Pierre-Yves David
On 10/17/2016 07:48 PM, Mads Kiilerich wrote: # HG changeset patch # User Mads Kiilerich # Date 1476726516 -7200 # Mon Oct 17 19:48:36 2016 +0200 # Node ID 50a7bbe82bd3b63a934640b1480ee643cf14ec5f # Parent 5cb830801855dbb63e98b948e355bc995d295bf3 revset: optimize for

Re: [PATCH 2 of 2 V3] py3: use namedtuple._replace to produce new tokens

2016-10-17 Thread Pierre-Yves David
On 10/16/2016 11:05 PM, Martijn Pieters wrote: On 16 Oct 2016, at 15:30, Pierre-Yves David wrote: py3: use namedtuple._replace to produce new tokens We seems to be using a private function of some stdlib type? Can you elaborate on why this is a good move?

Re: [PATCH STABLE] keyword: use fctx.filenode() instead of internal var (issue5364)

2016-10-17 Thread Christian Ebert
* Yuya Nishihara on Friday, September 09, 2016 at 21:50:31 +0900 > On Thu, 08 Sep 2016 17:12:34 +0100, Christian Ebert wrote: >> # HG changeset patch >> # User Christian Ebert >> # Date 1473350741 -3600 >> # Thu Sep 08 17:05:41 2016 +0100 >> # Branch stable >> # Node ID

Re: [PATCH] py3: update test output

2016-10-17 Thread Pierre-Yves David
On 10/17/2016 12:44 AM, Gregory Szorc wrote: On Sun, Oct 16, 2016 at 3:03 PM, Pulkit Goyal <7895pul...@gmail.com > wrote: # HG changeset patch # User Pulkit Goyal <7895pul...@gmail.com > # Date 1476557196 -19800 #

Re: [PATCH 2 of 2 stable] largefiles: more safe handling of interruptions while updating modifications

2016-10-17 Thread Yuya Nishihara
On Sun, 16 Oct 2016 02:30:01 +0200, Mads Kiilerich wrote: > # HG changeset patch > # User Mads Kiilerich > # Date 1476577785 -7200 > # Sun Oct 16 02:29:45 2016 +0200 > # Node ID dcd190cb73a0740be570bdfbc1090066c38e1173 > # Parent 2105975810c843d016ba930c44e63699af2703a6

Re: [PATCH v2] bashcompletion: allow skipping completion for 'hg status'

2016-10-17 Thread Yuya Nishihara
On Mon, 17 Oct 2016 02:14:59 -0500, Mathias De Maré wrote: > # HG changeset patch > # User Mathias De Maré > # Date 1474879657 -7200 > # Mon Sep 26 10:47:37 2016 +0200 > # Node ID b1a58a479b5af23c7224b58413477daa007728e0 > # Parent

Re: disrstate._check(link|exec) modifies repo dir mtime

2016-10-17 Thread Mads Kiilerich
On 10/17/2016 03:55 PM, Yuya Nishihara wrote: Please correct me if I misread the patch. 1. checkexec() on normal unix filesystem: creates 'checkisexec' 0755 2. copy it to VFAT: 'checkisexec' 0644 3. copy back from VFAT: 'checkisexec' 0644 4. checkexec() returns False because no exec

Re: disrstate._check(link|exec) modifies repo dir mtime

2016-10-17 Thread Yuya Nishihara
On Mon, 17 Oct 2016 14:41:53 +0200, Mads Kiilerich wrote: > On 10/16/2016 04:19 PM, Yuya Nishihara wrote on the users list: > > On Sun, 16 Oct 2016 14:08:52 +0200, Mads Kiilerich wrote: > >> On 10/16/2016 12:29 PM, Yuya Nishihara wrote: > >>> On Sat, 1 Oct 2016 11:35:40 -0700, Dorian Taylor wrote:

[PATCH] keyword: handle filectx _customcmp

2016-10-17 Thread Christian Ebert
# HG changeset patch # User Christian Ebert # Date 1476718966 -7200 # Mon Oct 17 17:42:46 2016 +0200 # Node ID ebef6b5593fa812e907fb4dae920a0c8b2ee00a0 # Parent b85fa6bf298be07804a74d8fdec0d19fdbc6d740 keyword: handle filectx _customcmp Related to issue5364. diff --git

Re: [PATCH] osutil: implement listdir for linux

2016-10-17 Thread Maciej Fijalkowski
Hi Gregory. It's needed because fstatat is faster (uses less system time). As far as backport of scandir - scandir is written entirely in C, so it's not completely clear to me how you would backport that to use cffi. I don't believe dropping python2 support will be a viable option for quite a

Re: [PATCH stable] largefiles: fix 'deleted' files sometimes persistently appearing with R status

2016-10-17 Thread Mads Kiilerich
On 10/17/2016 05:12 PM, Mads Kiilerich wrote: # HG changeset patch # User Mads Kiilerich # Date 1476717144 -7200 # Mon Oct 17 17:12:24 2016 +0200 # Node ID bba9f6bba98f82f2403aac8dc656569562690472 # Parent 92414d57a05de39864aecc625e775c693d9edb51 largefiles: fix

Re: [PATCH stable] largefiles: fix 'deleted' files sometimes persistently appearing with R status

2016-10-17 Thread Augie Fackler
Queued this, thanks > On Oct 17, 2016, at 11:12, Mads Kiilerich wrote: > > # HG changeset patch > # User Mads Kiilerich > # Date 1476717144 -7200 > # Mon Oct 17 17:12:24 2016 +0200 > # Node ID bba9f6bba98f82f2403aac8dc656569562690472 > # Parent

Re: [PATCH v3] update: enable copy tracing for backwards and non-linear updates

2016-10-17 Thread Pierre-Yves David
On 10/17/2016 08:55 PM, Kevin Bullock wrote: On Oct 17, 2016, at 13:45, Gábor STEFANIK wrote: -Original Message- From: Kevin Bullock [mailto:kbullock+mercur...@ringworld.org] Sent: Monday, October 17, 2016 8:37 PM To: Gábor STEFANIK

Re: [PATCH 5 of 5 v4] update: enable copy tracing for backwards and non-linear updates

2016-10-17 Thread Pierre-Yves David
On 10/17/2016 08:42 PM, Gábor Stefanik wrote: # HG changeset patch # User Gábor Stefanik # Date 1472155346 -7200 # Thu Aug 25 22:02:26 2016 +0200 # Node ID a41abe53dbc2c28d3b656f2a138da26949cf91d3 # Parent 3fc51a50bec71bb34c11beaaa6686d521ac706b1 update: enable

Re: [PATCH v3] update: enable copy tracing for backwards and non-linear updates

2016-10-17 Thread Kevin Bullock
> On Oct 17, 2016, at 13:45, Gábor STEFANIK wrote: > > -Original Message- >> From: Kevin Bullock [mailto:kbullock+mercur...@ringworld.org] >> Sent: Monday, October 17, 2016 8:37 PM >> To: Gábor STEFANIK >> Cc:

Re: [PATCH v3] update: enable copy tracing for backwards and non-linear updates

2016-10-17 Thread Kevin Bullock
> On Oct 17, 2016, at 15:45, Pierre-Yves David > wrote: > > On 10/17/2016 10:41 PM, Pierre-Yves David wrote: >> >> On 10/17/2016 08:55 PM, Kevin Bullock wrote: >>> Fair enough, I wasn't aware of that. In that case I would've said to >>> resend just 8-11, but

Re: [PATCH v3] update: enable copy tracing for backwards and non-linear updates

2016-10-17 Thread Kevin Bullock
> On Oct 17, 2016, at 15:51, Kevin Bullock > wrote: > >> On Oct 17, 2016, at 15:45, Pierre-Yves David >> wrote: >> >> On 10/17/2016 10:41 PM, Pierre-Yves David wrote: >>> >>> On 10/17/2016 08:55 PM, Kevin Bullock wrote:

Re: [PATCH v3] update: enable copy tracing for backwards and non-linear updates

2016-10-17 Thread Pierre-Yves David
On 10/17/2016 10:52 PM, Kevin Bullock wrote: On Oct 17, 2016, at 15:51, Kevin Bullock wrote: On Oct 17, 2016, at 15:45, Pierre-Yves David wrote: On 10/17/2016 10:41 PM, Pierre-Yves David wrote: On 10/17/2016 08:55 PM,

Re: [PATCH v3] update: enable copy tracing for backwards and non-linear updates

2016-10-17 Thread Kevin Bullock
> On Oct 17, 2016, at 15:54, Pierre-Yves David > wrote: > > On 10/17/2016 10:52 PM, Kevin Bullock wrote: >>> On Oct 17, 2016, at 15:51, Kevin Bullock >>> wrote: >>> >>> As I understand it now, you've queued #5 out of v4 and

mercurial@30188: 25 new changesets

2016-10-17 Thread Mercurial Commits
25 new changesets in mercurial: http://selenic.com/repo/hg//rev/1c518d69d994 changeset: 30164:1c518d69d994 user:Pierre-Yves David date:Thu Oct 13 13:47:47 2016 +0200 summary: eol: make sure we always release the wlock when writing cache