Re: [PATCH] ui: add optional timestamp to output

2017-04-14 Thread Pierre-Yves David
On 04/13/2017 05:56 AM, Gregory Szorc wrote: On Tue, Apr 11, 2017 at 12:54 PM, Jun Wu > wrote: Excerpts from Pierre-Yves David's message of 2017-04-11 20:24:00 +0200: > > On 04/11/2017 07:49 PM, Bryan O'Sullivan wrote: > > > > On Tue, Apr

Re: [PATCH 4 of 4 NEW-CONCEPT] track-tags: write all tag changes to a file

2017-04-14 Thread Pierre-Yves David
On 04/07/2017 05:25 PM, Yuya Nishihara wrote: On Fri, 7 Apr 2017 15:11:16 +0200, Pierre-Yves David wrote: On 04/06/2017 05:27 PM, Yuya Nishihara wrote: On Thu, 6 Apr 2017 01:09:47 +0200, Pierre-Yves David wrote: On 04/05/2017 10:54 PM, Jun Wu wrote: I don't think "writing things that hook

Re: [PATCH 8 of 8] obsolescence: add test case D-4 for obsolescence markers exchange

2017-04-14 Thread Pierre-Yves David
On 04/14/2017 08:37 PM, Sean Farley wrote: Pierre-Yves David writes: # HG changeset patch # User Pierre-Yves David # Date 1491836116 -7200 # Mon Apr 10 16:55:16 2017 +0200 # Node ID

[PATCH] windows: add win32com.shell to demandimport ignore list

2017-04-14 Thread Kostia Balytskyi
# HG changeset patch # User Kostia Balytskyi # Date 1492198466 25200 # Fri Apr 14 12:34:26 2017 -0700 # Node ID 8c3ee067eeb2337ea2a51ed0d707f599a3aaa4c6 # Parent 4c2c30bc38b4f84ce8f215146bbf158e299065b3 windows: add win32com.shell to demandimport ignore list Module

[Bug 5538] New: followlines() spends a lot of time in linkrev adjustment

2017-04-14 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=5538 Bug ID: 5538 Summary: followlines() spends a lot of time in linkrev adjustment Product: Mercurial Version: default branch Hardware: All OS: All

Re: [PATCH 9 of 9 v2] stdio: add Linux-specific tests for error checking

2017-04-14 Thread Sean Farley
Bryan O'Sullivan writes: > # HG changeset patch > # User Bryan O'Sullivan > # Date 1491947652 25200 > # Tue Apr 11 14:54:12 2017 -0700 > # Node ID 19530f1d18bc0b6697f2996f089c614548f90269 > # Parent 800f9ec2664e515d8ad807c0df1efaccda8ff5e5 > stdio: add

Re: [PATCH 8 of 8] obsolescence: add test case D-4 for obsolescence markers exchange

2017-04-14 Thread Sean Farley
Pierre-Yves David writes: > # HG changeset patch > # User Pierre-Yves David > # Date 1491836116 -7200 > # Mon Apr 10 16:55:16 2017 +0200 > # Node ID c482cba3fbe734de7968451cabea051644c292c4 > # Parent

[PATCH] revset: properly parse "descend" argument of followlines()

2017-04-14 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1492188762 -7200 # Fri Apr 14 18:52:42 2017 +0200 # Node ID 6b9fbf9d5196681d213d2a61ac2bed79c18e3a4c # Parent 4c2c30bc38b4f84ce8f215146bbf158e299065b3 revset: properly parse "descend" argument of followlines() We get

RE: [PATCH 4 of 4 shelve-ext v3] shelve: make shelvestate use simplekeyvaluefile

2017-04-14 Thread Kostia Balytskyi
> -Original Message- > From: Yuya Nishihara [mailto:you...@gmail.com] On Behalf Of Yuya > Nishihara > Sent: Friday, 14 April, 2017 12:16 > To: Kostia Balytskyi > Cc: mercurial-devel@mercurial-scm.org > Subject: Re: [PATCH 4 of 4 shelve-ext v3] shelve: make shelvestate use

[PATCH 2 of 5] templatekw: rename 'args' to 'mapping' in showlist()

2017-04-14 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1491395552 -32400 # Wed Apr 05 21:32:32 2017 +0900 # Node ID 5576b1534780d86cb455348ef85de3c45e351786 # Parent ab39d72f0fd0e26f8803482d337adb7528f25a96 templatekw: rename 'args' to 'mapping' in showlist() The name 'args'

[PATCH 3 of 5] templatekw: change _showlist() to take mapping dict with no **kwargs expansion

2017-04-14 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1491396038 -32400 # Wed Apr 05 21:40:38 2017 +0900 # Node ID ab5a1c0708d8a6ddb81b90c8d13e05f29087722f # Parent 5576b1534780d86cb455348ef85de3c45e351786 templatekw: change _showlist() to take mapping dict with no **kwargs

[PATCH 4 of 5] templatekw: have showlist() take mapping dict with no **kwargs expansion (API)

2017-04-14 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1491396454 -32400 # Wed Apr 05 21:47:34 2017 +0900 # Node ID eaf7cd4f0194bd7aa1861e06f5078f667b270fb2 # Parent ab5a1c0708d8a6ddb81b90c8d13e05f29087722f templatekw: have showlist() take mapping dict with no **kwargs expansion

[PATCH 1 of 5] templatekw: eliminate unnecessary temporary variable 'names' from _showlist()

2017-04-14 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1491395264 -32400 # Wed Apr 05 21:27:44 2017 +0900 # Node ID ab39d72f0fd0e26f8803482d337adb7528f25a96 # Parent 4c2c30bc38b4f84ce8f215146bbf158e299065b3 templatekw: eliminate unnecessary temporary variable 'names' from

[PATCH 5 of 5] templatekw: factor out showdict() helper

2017-04-14 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1491397025 -32400 # Wed Apr 05 21:57:05 2017 +0900 # Node ID 3776ae7011f71bdc5e51be7cfd4219bf438ca384 # Parent eaf7cd4f0194bd7aa1861e06f5078f667b270fb2 templatekw: factor out showdict() helper Make it less cryptic for common

Re: [PATCH 1 of 3] context: drop a superfluous "if" clause in blockdescendants()

2017-04-14 Thread Yuya Nishihara
On Fri, 14 Apr 2017 15:03:54 +0200, Denis Laxalde wrote: > # HG changeset patch > # User Denis Laxalde > # Date 1492171660 -7200 > # Fri Apr 14 14:07:40 2017 +0200 > # Node ID 45c2968ee4ed385aa6ab64b7136a38180ca03ec5 > # Parent

[PATCH 1 of 3] context: drop a superfluous "if" clause in blockdescendants()

2017-04-14 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1492171660 -7200 # Fri Apr 14 14:07:40 2017 +0200 # Node ID 45c2968ee4ed385aa6ab64b7136a38180ca03ec5 # Parent b1fe2c5dd2c65a3774c848e0113b8fdf82e4bd95 # Available At http://hg.logilab.org/users/dlaxalde/hg #

[PATCH 3 of 3] context: possibly yield initial fctx in blockdescendants()

2017-04-14 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1492172706 -7200 # Fri Apr 14 14:25:06 2017 +0200 # Node ID 70d27ff6691001bdf51f0e0a2ca9898e4385d834 # Parent 7ddcc9c1844b284e72bcbbb4697fb88a46ac1b44 # Available At http://hg.logilab.org/users/dlaxalde/hg #

[PATCH 2 of 3] context: add an assertion checking linerange consistency in blockdescendants()

2017-04-14 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1492171766 -7200 # Fri Apr 14 14:09:26 2017 +0200 # Node ID 7ddcc9c1844b284e72bcbbb4697fb88a46ac1b44 # Parent 45c2968ee4ed385aa6ab64b7136a38180ca03ec5 # Available At http://hg.logilab.org/users/dlaxalde/hg #

Re: [PATCH] context: follow all branches in blockdescendants()

2017-04-14 Thread Denis Laxalde
Yuya Nishihara a écrit : On Fri, 14 Apr 2017 08:57:21 +0200, Denis Laxalde wrote: # HG changeset patch # User Denis Laxalde # Date 1492152918 -7200 # Fri Apr 14 08:55:18 2017 +0200 # Node ID 0bed2dff50d5bc32820c973b7057f32dd97dd89d # Parent

Re: [PATCH 4 of 4 shelve-ext v3] shelve: make shelvestate use simplekeyvaluefile

2017-04-14 Thread Yuya Nishihara
On Thu, 13 Apr 2017 21:28:52 +, Kostia Balytskyi wrote: > > > Comparing versions (if I understand you correctly) wouldn't work, see > > below. > > > > I couldn't get why new format can't be version 2. The old format had '1\n' > > for future extension. This patch introduces new format, so

Re: [PATCH] sshpeer: fix docstring typo

2017-04-14 Thread Yuya Nishihara
On Thu, 13 Apr 2017 16:16:59 -0400, Augie Fackler wrote: > # HG changeset patch > # User Augie Fackler > # Date 1492109298 14400 > # Thu Apr 13 14:48:18 2017 -0400 > # Node ID 35afb54dbb4df2975dbbf0e1525b98611f18ba85 > # Parent f23d579a5a04e44f5e0370ba13ad20dd626e8ad7 >

Re: [PATCH] context: follow all branches in blockdescendants()

2017-04-14 Thread Yuya Nishihara
On Fri, 14 Apr 2017 08:57:21 +0200, Denis Laxalde wrote: > # HG changeset patch > # User Denis Laxalde > # Date 1492152918 -7200 > # Fri Apr 14 08:55:18 2017 +0200 > # Node ID 0bed2dff50d5bc32820c973b7057f32dd97dd89d > # Parent f23d579a5a04e44f5e0370ba13ad20dd626e8ad7 >

Re: [PATCH] util: pass sysstrs to warnings.filterwarnings

2017-04-14 Thread Yuya Nishihara
On Thu, 13 Apr 2017 13:16:10 -0400, Augie Fackler wrote: > # HG changeset patch > # User Augie Fackler > # Date 1492103569 14400 > # Thu Apr 13 13:12:49 2017 -0400 > # Node ID a34b5e7c66830e2f13e4ec32f7abbd64a06a5b8a > # Parent f23d579a5a04e44f5e0370ba13ad20dd626e8ad7 >

Re: [PATCH V2] pager: set some environment variables if they're not set

2017-04-14 Thread Yuya Nishihara
On Thu, 13 Apr 2017 09:36:30 -0700, Jun Wu wrote: > # HG changeset patch > # User Jun Wu > # Date 1492097239 25200 > # Thu Apr 13 08:27:19 2017 -0700 > # Node ID aec3d224f8955e8956bbb2b7d49c76d410f42e19 > # Parent eaf3819631c206722c7594d8f54ed769a95f54b4 > # Available At

[PATCH 5 of 6] httppeer: eliminate decompressresponse() proxy

2017-04-14 Thread Gregory Szorc
# HG changeset patch # User Gregory Szorc # Date 1492153410 25200 # Fri Apr 14 00:03:30 2017 -0700 # Node ID 8525abda8397f2a5a94edc5db2279549ef53b8e8 # Parent b8a66f70caadbe53bf2ea43b0be1d1d8acba94ad httppeer: eliminate decompressresponse() proxy Now that the

[PATCH 1 of 6] keepalive: send HTTP request headers in a deterministic order

2017-04-14 Thread Gregory Szorc
# HG changeset patch # User Gregory Szorc # Date 1492131878 25200 # Thu Apr 13 18:04:38 2017 -0700 # Node ID c56b03b176c65a460e282956827f5f8ab6890283 # Parent f23d579a5a04e44f5e0370ba13ad20dd626e8ad7 keepalive: send HTTP request headers in a deterministic order An

[PATCH 3 of 6] tests: add tests for poorly behaving HTTP server

2017-04-14 Thread Gregory Szorc
# HG changeset patch # User Gregory Szorc # Date 1492147168 25200 # Thu Apr 13 22:19:28 2017 -0700 # Node ID 80bd24abcf67d5dc8b5f5bf83c796e1f71fc5bd9 # Parent 283a95fe4ce5b91af4e2ed8ed1d3fe18ef3544bb tests: add tests for poorly behaving HTTP server I've spent

[PATCH 6 of 6] bundle2: don't attempt I/O after an I/O error occurs (issue4784)

2017-04-14 Thread Gregory Szorc
# HG changeset patch # User Gregory Szorc # Date 1492155656 25200 # Fri Apr 14 00:40:56 2017 -0700 # Node ID d1b31c378dc8e29d9827f9ded9fd023d5a00b0c9 # Parent 8525abda8397f2a5a94edc5db2279549ef53b8e8 bundle2: don't attempt I/O after an I/O error occurs (issue4784)

[PATCH] context: follow all branches in blockdescendants()

2017-04-14 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1492152918 -7200 # Fri Apr 14 08:55:18 2017 +0200 # Node ID 0bed2dff50d5bc32820c973b7057f32dd97dd89d # Parent f23d579a5a04e44f5e0370ba13ad20dd626e8ad7 context: follow all branches in blockdescendants() In the initial