Re: [PATCH 3 of 3] listkeypattern: add listkeypattern wireproto method

2016-08-16 Thread Gregory Szorc
On Tue, Aug 16, 2016 at 5:22 PM, Pierre-Yves David < pierre-yves.da...@ens-lyon.org> wrote: > > > On 08/14/2016 07:17 PM, Gregory Szorc wrote: > >> On Fri, Aug 12, 2016 at 5:09 AM, Stanislau Hlebik > > wrote: >> >> # HG changeset patch >> # User

Re: [PATCH 3 of 5] outgoing: add a 'missingroots' argument

2016-08-16 Thread Pierre-Yves David
On 08/14/2016 06:07 PM, Gregory Szorc wrote: On Thu, Aug 11, 2016 at 1:06 PM, Pierre-Yves David > wrote: # HG changeset patch # User Pierre-Yves David

Re: [PATCH 5 of 5] computeoutgoing: move the function from 'changegroup' to 'exchange'

2016-08-16 Thread Pierre-Yves David
On 08/14/2016 05:57 PM, Gregory Szorc wrote: On Thu, Aug 11, 2016 at 1:06 PM, Pierre-Yves David > wrote: # HG changeset patch # User Pierre-Yves David

Re: [PATCH 3 of 3] listkeypattern: add listkeypattern wireproto method

2016-08-16 Thread Pierre-Yves David
On 08/14/2016 07:17 PM, Gregory Szorc wrote: On Fri, Aug 12, 2016 at 5:09 AM, Stanislau Hlebik > wrote: # HG changeset patch # User Stanislau Hlebik > # Date 1470999441 25200 # Fri Aug 12 03:57:21 2016

Re: [PATCH 9 of 9 RFC] exchange: call listkeys2 to fetch obsolescence data if available

2016-08-16 Thread Pierre-Yves David
On 08/14/2016 11:10 PM, Gregory Szorc wrote: # HG changeset patch # User Gregory Szorc # Date 1471208941 25200 # Sun Aug 14 14:09:01 2016 -0700 # Node ID f878f764517369b28d0dfd9bd9fb14514dc44862 # Parent d2870bcbc43041909e9f637b294cb889f7ed4933 exchange: call

Re: [PATCH 7 of 9 RFC] pushkey: support for encoding and decoding raw listkeys dicts

2016-08-16 Thread Pierre-Yves David
On 08/16/2016 03:57 PM, Yuya Nishihara wrote: On Sun, 14 Aug 2016 14:10:06 -0700, Gregory Szorc wrote: # HG changeset patch # User Gregory Szorc # Date 1471207500 25200 # Sun Aug 14 13:45:00 2016 -0700 # Node ID eb2bc1ac7869ad255965d16004524a95cea83c9d # Parent

Re: [PATCH 5 of 9 RFC] pushkey: define raw listing functions on each namespace (API)

2016-08-16 Thread Pierre-Yves David
On 08/14/2016 11:10 PM, Gregory Szorc wrote: # HG changeset patch # User Gregory Szorc # Date 1471208975 25200 # Sun Aug 14 14:09:35 2016 -0700 # Node ID a94e1b0bb3ba0f6b0a3e62d5daece6a5f9ff295c # Parent 67501b93c9875cc6cdef0e77d2d148a14a5d60a8 pushkey: define

Re: [PATCH 4 of 9 RFC] obsolete: add binary version of listmarkers (API)

2016-08-16 Thread Pierre-Yves David
On 08/14/2016 11:10 PM, Gregory Szorc wrote: # HG changeset patch # User Gregory Szorc # Date 1471206127 25200 # Sun Aug 14 13:22:07 2016 -0700 # Node ID 67501b93c9875cc6cdef0e77d2d148a14a5d60a8 # Parent cab15fd54ee60cc067920454544586cc4aa03d8e obsolete: add

Re: [PATCH 8 of 9 RFC] wireproto: introduce listkeys2 command

2016-08-16 Thread Sean Farley
Augie Fackler writes: > On Mon, Aug 15, 2016 at 10:04:34AM +0900, Mike Hommey wrote: >> On Sun, Aug 14, 2016 at 04:59:50PM -0700, Gregory Szorc wrote: >> > On Sun, Aug 14, 2016 at 3:12 PM, Mike Hommey wrote: >> > >> > > On Sun, Aug 14, 2016 at 02:10:07PM

Re: [PATCH 5 of 5 V2] py3: import builtin wrappers automagically by code transformer

2016-08-16 Thread timeless
Yuya Nishihara wrote: > Since tokenize.untokenize() looks start/end positions of tokens, we calculates For reference, it would be `we calculate` http://english.cactus2000.de/showverb.en.php?verb=calculate indicative present | indicative past tense I calculate

Re: [PATCH V2] pycompat: delay loading modules registered to stub

2016-08-16 Thread timeless
On Mon, Aug 15, 2016 at 6:06 AM, Yuya Nishihara wrote: > Replacement _pycompatstub is designed to be compatible with our > demandimporter. drop the `is` ___ Mercurial-devel mailing list Mercurial-devel@mercurial-scm.org

Re: [PATCH 6 of 9 RFC] statprof: pass data structure to display functions

2016-08-16 Thread timeless
On Tue, Aug 16, 2016 at 1:25 AM, Gregory Szorc wrote: > @@ -317,16 +317,17 @@ def stop(): > state.thread.join() > > state.accumulate_time(clock()) > state.last_start_time = None > statprofpath = os.environ.get('STATPROF_DEST') >

Re: [PATCH 7 of 9 RFC] pushkey: support for encoding and decoding raw listkeys dicts

2016-08-16 Thread Gregory Szorc
On Tue, Aug 16, 2016 at 6:57 AM, Yuya Nishihara wrote: > On Sun, 14 Aug 2016 14:10:06 -0700, Gregory Szorc wrote: > > # HG changeset patch > > # User Gregory Szorc > > # Date 1471207500 25200 > > # Sun Aug 14 13:45:00 2016 -0700 > > # Node ID

[PATCH 1 of 2] subrepo: cleanup of subrepo filematcher logic

2016-08-16 Thread Hannes Oldenburg
# HG changeset patch # User Hannes Oldenburg # Date 1471335312 0 # Tue Aug 16 08:15:12 2016 + # Node ID ad4abe10145930a1067660221fb8e06bb5d03995 # Parent 997e8cf4d0a29d28759e38659736cb3d1cf9ef3f subrepo: cleanup of subrepo filematcher logic

[PATCH 2 of 2] match: remove matchessubrepo method

2016-08-16 Thread Hannes Oldenburg
# HG changeset patch # User Hannes Oldenburg # Date 1471335676 0 # Tue Aug 16 08:21:16 2016 + # Node ID 1dc53807ae73733ab5655e22f56ccf99ab7688ff # Parent ad4abe10145930a1067660221fb8e06bb5d03995 match: remove matchessubrepo method Since it is no

Re: [PATCH 5 of 5 V2] py3: import builtin wrappers automagically by code transformer

2016-08-16 Thread Pulkit Goyal
On Tue, Aug 16, 2016 at 2:20 PM, Yuya Nishihara wrote: > # HG changeset patch > # User Yuya Nishihara > # Date 1471318515 -32400 > # Tue Aug 16 12:35:15 2016 +0900 > # Node ID 30c0fc2f9d07b0251e24ff1a61a23416038022c4 > # Parent

Re: [PATCH 5 of 5 V2] py3: import builtin wrappers automagically by code transformer

2016-08-16 Thread Augie Fackler
On Tue, Aug 16, 2016 at 05:50:46PM +0900, Yuya Nishihara wrote: > # HG changeset patch > # User Yuya Nishihara > # Date 1471318515 -32400 > # Tue Aug 16 12:35:15 2016 +0900 > # Node ID 30c0fc2f9d07b0251e24ff1a61a23416038022c4 > # Parent

Re: [PATCH 3 of 3] debugobsolete: add formatter support (issue5134)

2016-08-16 Thread Augie Fackler
On Tue, Aug 16, 2016 at 05:00:37PM +0900, Yuya Nishihara wrote: > # HG changeset patch > # User Yuya Nishihara > # Date 1471244875 -32400 > # Mon Aug 15 16:07:55 2016 +0900 > # Node ID d80c1a19fa4c15953f312b75f0403ec897ec7fbd > # Parent

Re: [PATCH] obsolete: move branch cache debug message to proper location

2016-08-16 Thread Augie Fackler
On Mon, Aug 08, 2016 at 10:05:57PM -0700, Gregory Szorc wrote: > # HG changeset patch > # User Gregory Szorc > # Date 1470719070 25200 > # Mon Aug 08 22:04:30 2016 -0700 > # Node ID a35b82be446e0fe4d35ad9a858f9fcc7ad1b3cd5 > # Parent

Re: [PATCH] hgweb: tweak zlib chunking behavior

2016-08-16 Thread Augie Fackler
On Sun, Aug 14, 2016 at 09:31:58PM -0700, Gregory Szorc wrote: > # HG changeset patch > # User Gregory Szorc > # Date 1471235386 25200 > # Sun Aug 14 21:29:46 2016 -0700 > # Node ID 9428cb5b1bb55c2e72f0713cc6e2536cc3de0292 > # Parent

Re: [PATCH 3 of 3] test-gpg: run migration of v1 secret keys beforehand

2016-08-16 Thread Augie Fackler
On Sun, Aug 14, 2016 at 06:29:27PM +0900, Yuya Nishihara wrote: > # HG changeset patch > # User Yuya Nishihara > # Date 1471162025 -32400 > # Sun Aug 14 17:07:05 2016 +0900 > # Node ID 0cb2d4db308b97e8fe7faa8d45a47b228037f230 > # Parent

Re: [PATCH 3 of 9 RFC] phases: add a binary version of listphases

2016-08-16 Thread Yuya Nishihara
On Sun, 14 Aug 2016 14:10:02 -0700, Gregory Szorc wrote: > # HG changeset patch > # User Gregory Szorc > # Date 1471204404 25200 > # Sun Aug 14 12:53:24 2016 -0700 > # Node ID cab15fd54ee60cc067920454544586cc4aa03d8e > # Parent

Re: [PATCH 7 of 9 RFC] pushkey: support for encoding and decoding raw listkeys dicts

2016-08-16 Thread Yuya Nishihara
On Sun, 14 Aug 2016 14:10:06 -0700, Gregory Szorc wrote: > # HG changeset patch > # User Gregory Szorc > # Date 1471207500 25200 > # Sun Aug 14 13:45:00 2016 -0700 > # Node ID eb2bc1ac7869ad255965d16004524a95cea83c9d > # Parent

Re: [PATCH 8 of 9 RFC] wireproto: introduce listkeys2 command

2016-08-16 Thread Augie Fackler
On Mon, Aug 15, 2016 at 10:04:34AM +0900, Mike Hommey wrote: > On Sun, Aug 14, 2016 at 04:59:50PM -0700, Gregory Szorc wrote: > > On Sun, Aug 14, 2016 at 3:12 PM, Mike Hommey wrote: > > > > > On Sun, Aug 14, 2016 at 02:10:07PM -0700, Gregory Szorc wrote: > > > > # HG changeset

[PATCH 3 of 5 V2] py3: check python version to enable builtins hack

2016-08-16 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1471146253 -32400 # Sun Aug 14 12:44:13 2016 +0900 # Node ID c3639410ef41ee95ce795ac1a461889feb9f9cf5 # Parent 72d31f469f3b89eddd3f138af567bed3a9fac0a7 py3: check python version to enable builtins hack Future patches will add

[PATCH 5 of 5 V2] py3: import builtin wrappers automagically by code transformer

2016-08-16 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1471318515 -32400 # Tue Aug 16 12:35:15 2016 +0900 # Node ID 30c0fc2f9d07b0251e24ff1a61a23416038022c4 # Parent 82f7a2639ea514b22a2cbb2000740dce513663e2 py3: import builtin wrappers automagically by code transformer This

[PATCH 4 of 5 V2] py3: provide (del|get|has|set)attr wrappers that accepts bytes

2016-08-16 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1471146681 -32400 # Sun Aug 14 12:51:21 2016 +0900 # Node ID 82f7a2639ea514b22a2cbb2000740dce513663e2 # Parent c3639410ef41ee95ce795ac1a461889feb9f9cf5 py3: provide (del|get|has|set)attr wrappers that accepts bytes These

[PATCH 2 of 5 V2] py3: move xrange alias next to import lines

2016-08-16 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1471146114 -32400 # Sun Aug 14 12:41:54 2016 +0900 # Node ID 72d31f469f3b89eddd3f138af567bed3a9fac0a7 # Parent 2a4b9fa66b0b568c50e2069b44cf01ea79eba6df py3: move xrange alias next to import lines Builtin functions should be

[PATCH 2 of 3] formatter: add function to convert dict to appropriate format

2016-08-16 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1471233513 -32400 # Mon Aug 15 12:58:33 2016 +0900 # Node ID 9ebf906301117f824c4cc72ab191eb30c4a83d5b # Parent 9f9284385805b57572eb255ce35be3927ce0785b formatter: add function to convert dict to appropriate format This will

[PATCH 3 of 3] debugobsolete: add formatter support (issue5134)

2016-08-16 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1471244875 -32400 # Mon Aug 15 16:07:55 2016 +0900 # Node ID d80c1a19fa4c15953f312b75f0403ec897ec7fbd # Parent 9ebf906301117f824c4cc72ab191eb30c4a83d5b debugobsolete: add formatter support (issue5134) It appears that

[PATCH 1 of 3] check-code: make dict() pattern less invasive

2016-08-16 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1471249059 -32400 # Mon Aug 15 17:17:39 2016 +0900 # Node ID 9f9284385805b57572eb255ce35be3927ce0785b # Parent 3747d3543f8b6d28709490b637197cfb0bc4ba64 check-code: make dict() pattern less invasive 'foodict(x=y)' should be