Re: [PATCH 04 of 10] repair: identify repository deficiencies

2016-11-21 Thread Gregory Szorc
On Mon, Nov 21, 2016 at 6:14 PM, Pierre-Yves David < pierre-yves.da...@ens-lyon.org> wrote: > On 11/06/2016 05:40 AM, Gregory Szorc wrote: > >> # HG changeset patch >> # User Gregory Szorc >> # Date 1478382332 25200 >> # Sat Nov 05 14:45:32 2016 -0700 >> # Node ID

Re: [PATCH] httppeer: document why super() isn't used

2016-11-21 Thread Augie Fackler
queued thanks > On Nov 21, 2016, at 11:13 PM, Gregory Szorc wrote: > > # HG changeset patch > # User Gregory Szorc > # Date 1479787971 28800 > # Mon Nov 21 20:12:51 2016 -0800 > # Node ID fccc56be8db71e11d146da4bd36f2ed4e26b6d9f > # Parent

Re: [PATCH 03 of 10] commands: stub for debugupgraderepo command

2016-11-21 Thread Gregory Szorc
On Mon, Nov 21, 2016 at 6:05 PM, Pierre-Yves David < pierre-yves.da...@ens-lyon.org> wrote: > > > On 11/06/2016 05:40 AM, Gregory Szorc wrote: > >> # HG changeset patch >> # User Gregory Szorc >> # Date 1478391613 25200 >> # Sat Nov 05 17:20:13 2016 -0700 >> # Node

[PATCH] httppeer: document why super() isn't used

2016-11-21 Thread Gregory Szorc
# HG changeset patch # User Gregory Szorc # Date 1479787971 28800 # Mon Nov 21 20:12:51 2016 -0800 # Node ID fccc56be8db71e11d146da4bd36f2ed4e26b6d9f # Parent c84baff8c3d45579fc0cb03492ced5c8f745749c httppeer: document why super() isn't used Adding a follow-up to

Re: [PATCH 08 of 10 V10] pull: use `bookmarks` bundle2 part

2016-11-21 Thread Gregory Szorc
On Sun, Nov 20, 2016 at 4:14 AM, Stanislau Hlebik wrote: > # HG changeset patch > # User Stanislau Hlebik > # Date 1479373181 28800 > # Thu Nov 17 00:59:41 2016 -0800 > # Node ID 2ac3e9d5983f18f94a1df84317d1d2f1bd9b88b8 > # Parent

Re: [PATCH 07 of 10 V10] exchange: getbundle `bookmarks` part generator

2016-11-21 Thread Gregory Szorc
On Sun, Nov 20, 2016 at 4:14 AM, Stanislau Hlebik wrote: > # HG changeset patch > # User Stanislau Hlebik > # Date 1479373181 28800 > # Thu Nov 17 00:59:41 2016 -0800 > # Node ID 5af41d2c5226c36d5a1f999ff3d99d8694ae68b9 > # Parent

Re: [PATCH 06 of 10 V10] bundle2: add `bookmarks` part handler

2016-11-21 Thread Gregory Szorc
On Sun, Nov 20, 2016 at 4:13 AM, Stanislau Hlebik wrote: > # HG changeset patch > # User Stanislau Hlebik > # Date 1479643450 28800 > # Sun Nov 20 04:04:10 2016 -0800 > # Node ID 866281dae2407308c19c7c3109bb5501b940ee67 > # Parent

[PATCH oldpy] keepalive: discard legacy Python support for error handling

2016-11-21 Thread Augie Fackler
# HG changeset patch # User Augie Fackler # Date 1479784665 18000 # Mon Nov 21 22:17:45 2016 -0500 # Node ID 41a5d880f24e5bdf21a96bf72dda7e16d444eaf9 # Parent eb23353777d3bd87b376b8b159d614c89cb7bb17 keepalive: discard legacy Python support for error handling We never

Re: [PATCH 05 of 10 V10] bookmarks: make bookmarks.compare accept binary nodes

2016-11-21 Thread Gregory Szorc
On Sun, Nov 20, 2016 at 4:13 AM, Stanislau Hlebik wrote: > # HG changeset patch > # User Stanislau Hlebik > # Date 1479373181 28800 > # Thu Nov 17 00:59:41 2016 -0800 > # Node ID 57d7f92db34461da87850e26d831d2d235282356 > # Parent

Re: [PATCH 10 of 10] repair: clean up stale lock file from store backup

2016-11-21 Thread Augie Fackler
> On Nov 21, 2016, at 9:27 PM, Pierre-Yves David > wrote: > > > > On 11/06/2016 05:40 AM, Gregory Szorc wrote: >> # HG changeset patch >> # User Gregory Szorc >> # Date 1478392394 25200 >> # Sat Nov 05 17:33:14 2016 -0700 >> #

Re: [PATCH 01 of 10 V10] bookmarks: introduce listbinbookmarks()

2016-11-21 Thread Augie Fackler
I’ve queued patches 1-3 per Greg’s review and my own secondary quick pass. Thanks! > On Nov 20, 2016, at 7:13 AM, Stanislau Hlebik wrote: > > # HG changeset patch > # User Stanislau Hlebik > # Date 1479373181 28800 > # Thu Nov 17 00:59:41 2016 -0800 > # Node ID

[PATCH 02 of 10 layering] mq: refer to dirstateguard by its new name

2016-11-21 Thread Augie Fackler
# HG changeset patch # User Augie Fackler # Date 1479780352 18000 # Mon Nov 21 21:05:52 2016 -0500 # Node ID 68b751b930e60a4d3d9f37b34bc31ee0a4467f72 # Parent 459f26a431fe7d04f7f935ccf46a3aec66956d84 mq: refer to dirstateguard by its new name diff --git a/hgext/mq.py

[PATCH 09 of 10 layering] localrepo: refer to checkunresolved by its new name

2016-11-21 Thread Augie Fackler
# HG changeset patch # User Augie Fackler # Date 1479781975 18000 # Mon Nov 21 21:32:55 2016 -0500 # Node ID 6302626248347074dea4080bbd22ccb26342cf40 # Parent e289afbde6a86a818330fbf76802d31da158ec9b localrepo: refer to checkunresolved by its new name diff --git

[PATCH 05 of 10 layering] localrepo: refer to dirstateguard by its new name

2016-11-21 Thread Augie Fackler
# HG changeset patch # User Augie Fackler # Date 1479780394 18000 # Mon Nov 21 21:06:34 2016 -0500 # Node ID fe0b18c02e53589b043cff35f6987fdf63d855fb # Parent 7869b39b3bd3c28f7bf6cf9c6c921dc6de254b9d localrepo: refer to dirstateguard by its new name diff --git

[PATCH 08 of 10 layering] rebase: refer to checkunresolved by its new name

2016-11-21 Thread Augie Fackler
# HG changeset patch # User Augie Fackler # Date 1479781959 18000 # Mon Nov 21 21:32:39 2016 -0500 # Node ID e289afbde6a86a818330fbf76802d31da158ec9b # Parent 8cbc5499d3563877cf072f45c0c66328e8cc406b rebase: refer to checkunresolved by its new name diff --git

[PATCH 06 of 10 layering] cmdutil: mark dirstateguard as deprecated

2016-11-21 Thread Augie Fackler
# HG changeset patch # User Augie Fackler # Date 1479781014 18000 # Mon Nov 21 21:16:54 2016 -0500 # Node ID 3c0eded240368fe2c276cbc5f29172e02f37869f # Parent fe0b18c02e53589b043cff35f6987fdf63d855fb cmdutil: mark dirstateguard as deprecated I sincerely doubt this is used

[PATCH 03 of 10 layering] rebase: refer to dirstateguard by its new name

2016-11-21 Thread Augie Fackler
# HG changeset patch # User Augie Fackler # Date 1479781632 18000 # Mon Nov 21 21:27:12 2016 -0500 # Node ID 88fc0975fe25d18346a368cddfd1a0eaab8b6473 # Parent 68b751b930e60a4d3d9f37b34bc31ee0a4467f72 rebase: refer to dirstateguard by its new name diff --git

[PATCH 04 of 10 layering] commands: refer to dirstateguard by its new name

2016-11-21 Thread Augie Fackler
# HG changeset patch # User Augie Fackler # Date 1479780382 18000 # Mon Nov 21 21:06:22 2016 -0500 # Node ID 7869b39b3bd3c28f7bf6cf9c6c921dc6de254b9d # Parent 88fc0975fe25d18346a368cddfd1a0eaab8b6473 commands: refer to dirstateguard by its new name diff --git

[PATCH 10 of 10 layering] cmdutil: turn forward of checkunresolved into a deprecation warning

2016-11-21 Thread Augie Fackler
# HG changeset patch # User Augie Fackler # Date 1479782206 18000 # Mon Nov 21 21:36:46 2016 -0500 # Node ID 3302f16200e1ca7b74cf17a27e4fff0d6bb5ebf3 # Parent 6302626248347074dea4080bbd22ccb26342cf40 cmdutil: turn forward of checkunresolved into a deprecation warning As

Re: [PATCH 04 of 10 V10] bookmarks: introduce binary encoding

2016-11-21 Thread Gregory Szorc
On Sun, Nov 20, 2016 at 4:13 AM, Stanislau Hlebik wrote: > # HG changeset patch > # User Stanislau Hlebik > # Date 1479373181 28800 > # Thu Nov 17 00:59:41 2016 -0800 > # Node ID bd590f83eb640f4464ba5465f4e10677e348e83c > # Parent

[PATCH 1 of 2 deprecations] dispatch: stop supporting non-use of @command

2016-11-21 Thread Augie Fackler
# HG changeset patch # User Augie Fackler # Date 1479783083 18000 # Mon Nov 21 21:51:23 2016 -0500 # Node ID de8e9f6a830166fe1cdb14bca0433fa328681ece # Parent c84baff8c3d45579fc0cb03492ced5c8f745749c dispatch: stop supporting non-use of @command We said we'd delete this

[PATCH 2 of 2 deprecations] mergemod: drop support for merge.update without a target

2016-11-21 Thread Augie Fackler
# HG changeset patch # User Augie Fackler # Date 1479783139 18000 # Mon Nov 21 21:52:19 2016 -0500 # Node ID e46571ef16ffc14d1b887bf98d78b4f65e702b14 # Parent de8e9f6a830166fe1cdb14bca0433fa328681ece mergemod: drop support for merge.update without a target This was to be

Re: [PATCH 5 of 5 oldpy] archival: simplify code and drop message about Python 2.5

2016-11-21 Thread Pierre-Yves David
On 11/22/2016 12:48 AM, Augie Fackler wrote: # HG changeset patch # User Augie Fackler # Date 1479770222 18000 # Mon Nov 21 18:17:02 2016 -0500 # Node ID 0c18783234e5abe63826edbb890f125b93c53c9b # Parent 30886d0c0d17add55d64e53fb087bb53499cb682 archival: simplify code

Re: [PATCH 10 of 10] repair: clean up stale lock file from store backup

2016-11-21 Thread Pierre-Yves David
On 11/06/2016 05:40 AM, Gregory Szorc wrote: # HG changeset patch # User Gregory Szorc # Date 1478392394 25200 # Sat Nov 05 17:33:14 2016 -0700 # Node ID 0e130e8d2156d9f2523c711ef4fefe4ba33e6818 # Parent 3d4dd237b705479f8c7475b821ae719893381fa8 repair: clean up

Re: [PATCH 06 of 11] internals: document compression negotiation

2016-11-21 Thread Augie Fackler
> On Nov 21, 2016, at 7:00 PM, Kyle Lippincott wrote: > > The 2 character limitation concerns me, because it doesn't give many usable > values (considering that a lot of compression has a Z in it, this is perhaps > fewer than you might expect) or mechanisms to describe

Re: [PATCH 09 of 10] repair: copy non-revlog store files during upgrade

2016-11-21 Thread Pierre-Yves David
On 11/21/2016 11:08 PM, Augie Fackler wrote: On Sat, Nov 05, 2016 at 09:40:25PM -0700, Gregory Szorc wrote: # HG changeset patch # User Gregory Szorc # Date 1478392019 25200 # Sat Nov 05 17:26:59 2016 -0700 # Node ID 3d4dd237b705479f8c7475b821ae719893381fa8 #

mercurial@30448: 3 new changesets

2016-11-21 Thread Mercurial Commits
3 new changesets in mercurial: http://selenic.com/repo/hg//rev/b324b4e431e5 changeset: 30446:b324b4e431e5 user:Mads Kiilerich date:Wed Jan 14 01:15:26 2015 +0100 summary: posix: give checkexec a fast path; keep the check files and test read only

Re: [PATCH 05 of 10] repair: obtain and validate requirements for upgraded repo

2016-11-21 Thread Pierre-Yves David
On 11/21/2016 09:50 PM, Augie Fackler wrote: On Sat, Nov 05, 2016 at 09:40:21PM -0700, Gregory Szorc wrote: # HG changeset patch # User Gregory Szorc # Date 1478394961 25200 # Sat Nov 05 18:16:01 2016 -0700 # Node ID b768004ef2db9c2e6dd267997e9e0c011f1b732a #

Re: [PATCH 04 of 10] repair: identify repository deficiencies

2016-11-21 Thread Pierre-Yves David
On 11/06/2016 05:40 AM, Gregory Szorc wrote: # HG changeset patch # User Gregory Szorc # Date 1478382332 25200 # Sat Nov 05 14:45:32 2016 -0700 # Node ID 7518e68e2f8276e85fb68174b3055a9dd16c665d # Parent 9daec9c7adabe8c84cf2c01fc938e010ee4884d6 repair: identify

Re: [PATCH 03 of 10] commands: stub for debugupgraderepo command

2016-11-21 Thread Pierre-Yves David
On 11/06/2016 05:40 AM, Gregory Szorc wrote: # HG changeset patch # User Gregory Szorc # Date 1478391613 25200 # Sat Nov 05 17:20:13 2016 -0700 # Node ID 9daec9c7adabe8c84cf2c01fc938e010ee4884d6 # Parent ed3241d8b00e476818ff1aec3db0136bf960de35 commands: stub

Re: [PATCH 01 of 10] revlog: add clone method

2016-11-21 Thread Pierre-Yves David
On 11/21/2016 10:14 PM, Gregory Szorc wrote: On Mon, Nov 21, 2016 at 12:37 PM, Augie Fackler > wrote: On Sat, Nov 05, 2016 at 09:40:17PM -0700, Gregory Szorc wrote: > # HG changeset patch > # User Gregory Szorc

Re: [PATCH v2] ui: add configoverride context manager

2016-11-21 Thread Augie Fackler
> On Nov 21, 2016, at 7:24 PM, Kostia Balytskyi wrote: > > # HG changeset patch > # User Kostia Balytskyi > # Date 1479774146 28800 > # Mon Nov 21 16:22:26 2016 -0800 > # Node ID a7c57b059190f02a450667411d92d9a4862f6375 > # Parent

mercurial@30445: 17 new changesets

2016-11-21 Thread Mercurial Commits
17 new changesets in mercurial: http://selenic.com/repo/hg//rev/38ed54888617 changeset: 30429:38ed54888617 user:Mads Kiilerich date:Tue Nov 08 18:37:33 2016 +0100 summary: bdiff: adjust criteria for getting optimal longest match in the A side middle

Re: [PATCH 01 of 10] revlog: add clone method

2016-11-21 Thread Augie Fackler
> On Nov 21, 2016, at 16:14, Gregory Szorc wrote: > > > +The destination revlog will contain the same revisions and nodes. > > It might be worth calling out that this copying is done via repeated > calls to addrevision, so delta recomputation will take place.

Re: [PATCH 09 of 11] wireproto: advertise supported compression formats in capabilities

2016-11-21 Thread Augie Fackler
> On Nov 21, 2016, at 19:24, Kyle Lippincott wrote: > >> +# No explicit config. Filter out the ones that aren't supposed to be >> +# advertised and return default ordering. >> +if not configengines: >> +idx = 1 if role == 'server' else 2 > > This is

Re: [PATCH 08 of 11] util: declare wire protocol support of compression engines

2016-11-21 Thread Kyle Lippincott
On Sun, Nov 20, 2016 at 2:23 PM, Gregory Szorc wrote: > # HG changeset patch > # User Gregory Szorc > # Date 1479679442 28800 > # Sun Nov 20 14:04:02 2016 -0800 > # Node ID 9e0c42d347fd8bcba87561c92fc93b3ba597ec6f > # Parent

[PATCH v2] ui: add configoverride context manager

2016-11-21 Thread Kostia Balytskyi
# HG changeset patch # User Kostia Balytskyi # Date 1479774146 28800 # Mon Nov 21 16:22:26 2016 -0800 # Node ID a7c57b059190f02a450667411d92d9a4862f6375 # Parent 141b0d27e9e1e846215ead5314237536efc1a185 ui: add configoverride context manager I feel like this idea might've

Re: [PATCH 08 of 11] util: declare wire protocol support of compression engines

2016-11-21 Thread Kyle Lippincott
On Mon, Nov 21, 2016 at 2:57 PM, Augie Fackler wrote: > On Sun, Nov 20, 2016 at 02:23:45PM -0800, Gregory Szorc wrote: > > # HG changeset patch > > # User Gregory Szorc > > # Date 1479679442 28800 > > # Sun Nov 20 14:04:02 2016 -0800 > > # Node ID

Re: [PATCH 06 of 11] internals: document compression negotiation

2016-11-21 Thread Kyle Lippincott
On Sun, Nov 20, 2016 at 2:23 PM, Gregory Szorc wrote: > # HG changeset patch > # User Gregory Szorc > # Date 1479679271 28800 > # Sun Nov 20 14:01:11 2016 -0800 > # Node ID 952478a50f2583be4400c0f6fcc156d73d46711c > # Parent

[PATCH 3 of 5 oldpy] tests: update sitecustomize to use uuid1() instead of randrange()

2016-11-21 Thread Augie Fackler
# HG changeset patch # User Augie Fackler # Date 1479768699 18000 # Mon Nov 21 17:51:39 2016 -0500 # Node ID 59ed48548b8d21484008d3c8a9617dd6dddf13f4 # Parent 90385d2c7d7b968c4e36398f33f22fe9b28ec05b tests: update sitecustomize to use uuid1() instead of randrange() The

[PATCH 5 of 5 oldpy] archival: simplify code and drop message about Python 2.5

2016-11-21 Thread Augie Fackler
# HG changeset patch # User Augie Fackler # Date 1479770222 18000 # Mon Nov 21 18:17:02 2016 -0500 # Node ID 0c18783234e5abe63826edbb890f125b93c53c9b # Parent 30886d0c0d17add55d64e53fb087bb53499cb682 archival: simplify code and drop message about Python 2.5 diff --git

[PATCH 2 of 5 oldpy] win32mbcs: drop code that was catering to Python 2.3 and earlier

2016-11-21 Thread Augie Fackler
# HG changeset patch # User Augie Fackler # Date 1479768493 18000 # Mon Nov 21 17:48:13 2016 -0500 # Node ID 90385d2c7d7b968c4e36398f33f22fe9b28ec05b # Parent 2959ba0b3a7b265f6e717faaa1f45292b8f606e9 win32mbcs: drop code that was catering to Python 2.3 and earlier diff

[PATCH 4 of 5 oldpy] bugzilla: stop mentioning Pythons older than 2.6

2016-11-21 Thread Augie Fackler
# HG changeset patch # User Augie Fackler # Date 1479768752 18000 # Mon Nov 21 17:52:32 2016 -0500 # Node ID 30886d0c0d17add55d64e53fb087bb53499cb682 # Parent 59ed48548b8d21484008d3c8a9617dd6dddf13f4 bugzilla: stop mentioning Pythons older than 2.6 We don't support those

[PATCH 1 of 5 oldpy] httppeer: drop an except block that says it happens only on Python 2.3

2016-11-21 Thread Augie Fackler
# HG changeset patch # User Augie Fackler # Date 1479768431 18000 # Mon Nov 21 17:47:11 2016 -0500 # Node ID 2959ba0b3a7b265f6e717faaa1f45292b8f606e9 # Parent 55b0a192ce240483da89ac7376bc6392d3c1c46f httppeer: drop an except block that says it happens only on Python 2.3

Re: [PATCH 5 of 5 RESEND] windows: do not replace sys.stdout by winstdout

2016-11-21 Thread Augie Fackler
On Sat, Nov 12, 2016 at 12:50:24AM +0900, Yuya Nishihara wrote: > # HG changeset patch > # User Yuya Nishihara > # Date 1476975826 -32400 > # Fri Oct 21 00:03:46 2016 +0900 > # Node ID 95d7be9da5d1e1b85e3d91d24fe5eb1e1be84857 > # Parent

Re: [PATCH 3 of 3] py3: update test-check-py3-compat.t output

2016-11-21 Thread Augie Fackler
On Mon, Nov 21, 2016 at 04:26:06PM +0530, Pulkit Goyal wrote: > # HG changeset patch > # User Pulkit Goyal <7895pul...@gmail.com> > # Date 1479722936 -19800 > # Mon Nov 21 15:38:56 2016 +0530 > # Node ID 7717d96973c86d0007a00eb477aabe395d9eb644 > # Parent

Re: [PATCH 3 of 3 V3] memctx: allow the memlightctx thats reusing the manifest node

2016-11-21 Thread Augie Fackler
On Mon, Nov 21, 2016 at 08:13:32AM -0800, Mateusz Kwapich wrote: > # HG changeset patch > # User Mateusz Kwapich > # Date 1479744581 28800 > # Mon Nov 21 08:09:41 2016 -0800 > # Node ID 4af70f21264ac8e52d9b218080bbc96ee5505606 > # Parent

Re: [PATCH 09 of 11] wireproto: advertise supported compression formats in capabilities

2016-11-21 Thread Augie Fackler
On Sun, Nov 20, 2016 at 02:23:46PM -0800, Gregory Szorc wrote: > # HG changeset patch > # User Gregory Szorc > # Date 1479667112 28800 > # Sun Nov 20 10:38:32 2016 -0800 > # Node ID f3f2bb7d66a45f16856ad890a8892b3dbafa480e > # Parent

Re: [PATCH 08 of 11] util: declare wire protocol support of compression engines

2016-11-21 Thread Augie Fackler
On Sun, Nov 20, 2016 at 02:23:45PM -0800, Gregory Szorc wrote: > # HG changeset patch > # User Gregory Szorc > # Date 1479679442 28800 > # Sun Nov 20 14:04:02 2016 -0800 > # Node ID 9e0c42d347fd8bcba87561c92fc93b3ba597ec6f > # Parent

Re: [PATCH 04 of 11] httppeer: use compression engine API for decompressing responses

2016-11-21 Thread Augie Fackler
> On Nov 21, 2016, at 17:27, Gregory Szorc wrote: > > nit: I think you could use super(readerproxy, self).read() here (but > do this as a follow-up if you agree with the idea) > > Fun fact: I did this initially and ran into a wonky failure about super > expecting a

Re: [PATCH 04 of 11] httppeer: use compression engine API for decompressing responses

2016-11-21 Thread Augie Fackler
On Sun, Nov 20, 2016 at 02:23:41PM -0800, Gregory Szorc wrote: > # HG changeset patch > # User Gregory Szorc > # Date 1479678953 28800 > # Sun Nov 20 13:55:53 2016 -0800 > # Node ID da1caf5b703a641f0167ece15fdff167a1343ec1 > # Parent

Re: [PATCH 10 of 10] repair: clean up stale lock file from store backup

2016-11-21 Thread Augie Fackler
On Sat, Nov 05, 2016 at 09:40:26PM -0700, Gregory Szorc wrote: > # HG changeset patch > # User Gregory Szorc > # Date 1478392394 25200 > # Sat Nov 05 17:33:14 2016 -0700 > # Node ID 0e130e8d2156d9f2523c711ef4fefe4ba33e6818 > # Parent

Re: [PATCH 09 of 10] repair: copy non-revlog store files during upgrade

2016-11-21 Thread Augie Fackler
On Sat, Nov 05, 2016 at 09:40:25PM -0700, Gregory Szorc wrote: > # HG changeset patch > # User Gregory Szorc > # Date 1478392019 25200 > # Sat Nov 05 17:26:59 2016 -0700 > # Node ID 3d4dd237b705479f8c7475b821ae719893381fa8 > # Parent

Re: [PATCH 08 of 10] repair: migrate revlogs during upgrade

2016-11-21 Thread Augie Fackler
On Sat, Nov 05, 2016 at 09:40:24PM -0700, Gregory Szorc wrote: > # HG changeset patch > # User Gregory Szorc > # Date 1478393405 25200 > # Sat Nov 05 17:50:05 2016 -0700 > # Node ID d2261c558ca9639fb81c182de15d75151cbad0f9 > # Parent

mercurial@30428: 9 new changesets

2016-11-21 Thread Mercurial Commits
9 new changesets in mercurial: http://selenic.com/repo/hg//rev/270b077d434b changeset: 30420:270b077d434b parent: 30418:1156ec81f709 user:Augie Fackler date:Thu Nov 10 16:07:24 2016 -0500 summary: run-tests: forward Python USER_BASE from site

Re: [PATCH 01 of 10] revlog: add clone method

2016-11-21 Thread Gregory Szorc
On Mon, Nov 21, 2016 at 12:37 PM, Augie Fackler wrote: > On Sat, Nov 05, 2016 at 09:40:17PM -0700, Gregory Szorc wrote: > > # HG changeset patch > > # User Gregory Szorc > > # Date 1478405835 25200 > > # Sat Nov 05 21:17:15 2016 -0700 > > # Node

Re: [PATCH 06 of 10] repair: print what upgrade will do

2016-11-21 Thread Augie Fackler
On Sat, Nov 05, 2016 at 09:40:22PM -0700, Gregory Szorc wrote: > # HG changeset patch > # User Gregory Szorc > # Date 1478393040 25200 > # Sat Nov 05 17:44:00 2016 -0700 > # Node ID 82799afa72be5bb540b2b07cd878f307622c4354 > # Parent

Re: [PATCH 05 of 10] repair: obtain and validate requirements for upgraded repo

2016-11-21 Thread Augie Fackler
On Sat, Nov 05, 2016 at 09:40:21PM -0700, Gregory Szorc wrote: > # HG changeset patch > # User Gregory Szorc > # Date 1478394961 25200 > # Sat Nov 05 18:16:01 2016 -0700 > # Node ID b768004ef2db9c2e6dd267997e9e0c011f1b732a > # Parent

Re: [PATCH 04 of 10] repair: identify repository deficiencies

2016-11-21 Thread Augie Fackler
On Sat, Nov 05, 2016 at 09:40:20PM -0700, Gregory Szorc wrote: > # HG changeset patch > # User Gregory Szorc > # Date 1478382332 25200 > # Sat Nov 05 14:45:32 2016 -0700 > # Node ID 7518e68e2f8276e85fb68174b3055a9dd16c665d > # Parent

Re: [PATCH 01 of 10] revlog: add clone method

2016-11-21 Thread Augie Fackler
On Sat, Nov 05, 2016 at 09:40:17PM -0700, Gregory Szorc wrote: > # HG changeset patch > # User Gregory Szorc > # Date 1478405835 25200 > # Sat Nov 05 21:17:15 2016 -0700 > # Node ID ebbd8d975e4bf59b2bdd44736fdf13222988d1a4 > # Parent

Re: [PATCH RFC] ui: add configoverride context manager

2016-11-21 Thread Augie Fackler
On Sun, Nov 20, 2016 at 08:13:09AM -0800, Kostia Balytskyi wrote: > # HG changeset patch > # User Kostia Balytskyi > # Date 1479658212 28800 > # Sun Nov 20 08:10:12 2016 -0800 > # Node ID b226d57bafe182f379b144ec4f6374fedfc124ef > # Parent

[PATCH 2 of 3 V3] localrepo: make it possible to reuse manifest when commiting context

2016-11-21 Thread Mateusz Kwapich
# HG changeset patch # User Mateusz Kwapich # Date 1479409155 28800 # Thu Nov 17 10:59:15 2016 -0800 # Node ID 4a0824bead3ba5980bd8528937fba5f7bb31ba9f # Parent 7dfd4c184ee087f2c05e1bdae8a10ccefbff7a92 localrepo: make it possible to reuse manifest when commiting context

[PATCH 1 of 3 V3] manifest: expose the parents() method

2016-11-21 Thread Mateusz Kwapich
# HG changeset patch # User Mateusz Kwapich # Date 1479409155 28800 # Thu Nov 17 10:59:15 2016 -0800 # Node ID 7dfd4c184ee087f2c05e1bdae8a10ccefbff7a92 # Parent 96f2f50d923f94c23999df198ff16409e7539af8 manifest: expose the parents() method diff --git

[PATCH 3 of 3 V3] memctx: allow the memlightctx thats reusing the manifest node

2016-11-21 Thread Mateusz Kwapich
# HG changeset patch # User Mateusz Kwapich # Date 1479744581 28800 # Mon Nov 21 08:09:41 2016 -0800 # Node ID 4af70f21264ac8e52d9b218080bbc96ee5505606 # Parent 4a0824bead3ba5980bd8528937fba5f7bb31ba9f memctx: allow the memlightctx thats reusing the manifest node When we

[PATCH 2 of 3] py3: use pycompat.sysargv in dispatch.run()

2016-11-21 Thread Pulkit Goyal
# HG changeset patch # User Pulkit Goyal <7895pul...@gmail.com> # Date 1479722722 -19800 # Mon Nov 21 15:35:22 2016 +0530 # Node ID 8439604b72091313a46ceac1d03caa1299e610ab # Parent 05e95034383d926a46bf5dd72182a0f4ca8d6c62 py3: use pycompat.sysargv in dispatch.run() Another one to have a

[PATCH 1 of 3] py3: use pycompat.sysargv in scmposix.systemrcpath()

2016-11-21 Thread Pulkit Goyal
# HG changeset patch # User Pulkit Goyal <7895pul...@gmail.com> # Date 1479722207 -19800 # Mon Nov 21 15:26:47 2016 +0530 # Node ID 05e95034383d926a46bf5dd72182a0f4ca8d6c62 # Parent da2be40326918d65953cd6c44babc90fd3292346 py3: use pycompat.sysargv in scmposix.systemrcpath() sys.argv

[PATCH 3 of 3] py3: update test-check-py3-compat.t output

2016-11-21 Thread Pulkit Goyal
# HG changeset patch # User Pulkit Goyal <7895pul...@gmail.com> # Date 1479722936 -19800 # Mon Nov 21 15:38:56 2016 +0530 # Node ID 7717d96973c86d0007a00eb477aabe395d9eb644 # Parent 8439604b72091313a46ceac1d03caa1299e610ab py3: update test-check-py3-compat.t output This part remains