Re: [PATCH] color: show mode warning based on ui.formatted

2016-11-10 Thread Sean Farley
Xidorn Quan writes: > # HG changeset patch > # User Xidorn Quan > # Date 1478829965 -39600 > # Fri Nov 11 13:06:05 2016 +1100 > # Node ID 1ffdeb65f19e74ea211af4d9f7c9c4c1dfaa7069 > # Parent e1d6aa0e4c3aed73e0dc523b8a8fd5f9fe23510a > color: show mode

[PATCH 5 of 5 py3] extensions: fix extension module hunting on Python 3

2016-11-10 Thread Augie Fackler
# HG changeset patch # User Augie Fackler # Date 1476019688 14400 # Sun Oct 09 09:28:08 2016 -0400 # Node ID bfc0c8c65e9cfec70e0e68e50fb4d1e7c6398a57 # Parent 61d6c1706d3246ea08a4176a5b3d286f498b8054 extensions: fix extension module hunting on Python 3 importlib is a firm

[PATCH 1 of 5 py3] error: wrap super() init call in try/except

2016-11-10 Thread Augie Fackler
# HG changeset patch # User Augie Fackler # Date 1476019730 14400 # Sun Oct 09 09:28:50 2016 -0400 # Node ID ee65fbd6dde3b95c62708c34eec81c88a8d1fe1f # Parent 038547a14d850f14ecd2671852093dc07848a134 error: wrap super() init call in try/except This is how we have to

[PATCH 3 of 5 py3] config: open config files as binary explicitly all the time

2016-11-10 Thread Augie Fackler
# HG changeset patch # User Augie Fackler # Date 1476019794 14400 # Sun Oct 09 09:29:54 2016 -0400 # Node ID 86c54d5610fc355ba0a68b51319740a1a8b4a975 # Parent 7ae2625413fd48679660eeb6500b41fd2564d570 config: open config files as binary explicitly all the time We had been

Re: [PATCH 3 of 4 py3] config: open config files as binary explicitly all the time

2016-11-10 Thread Augie Fackler
On Thu, Nov 10, 2016 at 10:25:16PM +0900, Yuya Nishihara wrote: > On Wed, 9 Nov 2016 11:29:26 -0500, Augie Fackler wrote: > > > On Nov 9, 2016, at 11:23, Augie Fackler wrote: > > > # HG changeset patch > > > # User Augie Fackler > > > # Date 1476019794 14400 >

[PATCH 5 of 9 pyflakes] minirst: avoid shadowing a variable in a list comprehension

2016-11-10 Thread Augie Fackler
# HG changeset patch # User Augie Fackler # Date 1478813621 18000 # Thu Nov 10 16:33:41 2016 -0500 # Node ID 1c86e7eac26b1bf16ad9c66f4214bb761a28ab1e # Parent e1cb78979e91cbe80b0b9445a07cc651604b1baa minirst: avoid shadowing a variable in a list comprehension diff --git

[PATCH 2 of 9 pyflakes] color: avoid shadowing a variable inside a list comprehension

2016-11-10 Thread Augie Fackler
# HG changeset patch # User Augie Fackler # Date 1478813571 18000 # Thu Nov 10 16:32:51 2016 -0500 # Node ID 77dce11c461ed9d6668fbbe6ff2ea1149ded4e94 # Parent 9e9aa14582e1fb793aa831d3120d7354f2d62782 color: avoid shadowing a variable inside a list comprehension diff --git

[PATCH 9 of 9 pyflakes] filterpyflakes: whitelist listcomp aliasing checking

2016-11-10 Thread Augie Fackler
# HG changeset patch # User Augie Fackler # Date 1478813838 18000 # Thu Nov 10 16:37:18 2016 -0500 # Node ID 2e8dd3bf04a35a482b46dccd4cff14015eab47e9 # Parent 36bb399e6ca5cecb2f6f1b7338b2f73569ffbaf0 filterpyflakes: whitelist listcomp aliasing checking The test change is

[PATCH 7 of 9 pyflakes] revset: avoid shadowing a variable with a list comprehension

2016-11-10 Thread Augie Fackler
# HG changeset patch # User Augie Fackler # Date 1478813710 18000 # Thu Nov 10 16:35:10 2016 -0500 # Node ID dace366e1d4818d03d65dce96e749acbcd4aadf4 # Parent 24b97734ad1dc450a320c863a2f8023b7fd1cb75 revset: avoid shadowing a variable with a list comprehension diff --git

[PATCH 8 of 9 pyflakes] verify: avoid shadowing two variables with a list comprehension

2016-11-10 Thread Augie Fackler
# HG changeset patch # User Augie Fackler # Date 1478813754 18000 # Thu Nov 10 16:35:54 2016 -0500 # Node ID 36bb399e6ca5cecb2f6f1b7338b2f73569ffbaf0 # Parent dace366e1d4818d03d65dce96e749acbcd4aadf4 verify: avoid shadowing two variables with a list comprehension The

[PATCH 4 of 9 pyflakes] hbisect: avoid shadowing a variable in a list comprehension

2016-11-10 Thread Augie Fackler
# HG changeset patch # User Augie Fackler # Date 1478813603 18000 # Thu Nov 10 16:33:23 2016 -0500 # Node ID e1cb78979e91cbe80b0b9445a07cc651604b1baa # Parent 87382e400db545de30015c477a16e682d8ef36c3 hbisect: avoid shadowing a variable in a list comprehension diff --git

[PATCH 1 of 9 pyflakes] memory: avoid shadowing variables inside a list comprehension

2016-11-10 Thread Augie Fackler
# HG changeset patch # User Augie Fackler # Date 1478813558 18000 # Thu Nov 10 16:32:38 2016 -0500 # Node ID 9e9aa14582e1fb793aa831d3120d7354f2d62782 # Parent 4a82a34d2694953ad58e5565a318d6909978d4ca memory: avoid shadowing variables inside a list comprehension diff --git

[PATCH 3 of 9 pyflakes] filemerge: avoid shadowing a variable in a list comprehension

2016-11-10 Thread Augie Fackler
# HG changeset patch # User Augie Fackler # Date 1478813587 18000 # Thu Nov 10 16:33:07 2016 -0500 # Node ID 87382e400db545de30015c477a16e682d8ef36c3 # Parent 77dce11c461ed9d6668fbbe6ff2ea1149ded4e94 filemerge: avoid shadowing a variable in a list comprehension diff --git

[PATCH] run-tests: forward Python USER_BASE from site (issue5425)

2016-11-10 Thread Augie Fackler
# HG changeset patch # User Augie Fackler # Date 1478812044 18000 # Thu Nov 10 16:07:24 2016 -0500 # Node ID 4a82a34d2694953ad58e5565a318d6909978d4ca # Parent 61c9f8b3663cc616bbe1b8d8fc5088f081be run-tests: forward Python USER_BASE from site (issue5425) We do this so

[Bug 5425] New: run-tests PYTHONPATH mangling breaks pyflakes

2016-11-10 Thread bugzilla
https://bz.mercurial-scm.org/show_bug.cgi?id=5425 Bug ID: 5425 Summary: run-tests PYTHONPATH mangling breaks pyflakes Product: Mercurial Version: default branch Hardware: PC OS: Mac OS Status: UNCONFIRMED

Re: [PATCH 1 of 3] dirstate: change placeholder hash length to 20 bytes

2016-11-10 Thread Sean Farley
Augie Fackler writes: >> On Nov 10, 2016, at 14:29, Durham Goode wrote: >> >> On Nov 10, 2016 6:08 PM, Sean Farley wrote: >> > >> > Durham Goode writes: >> > >> > > # HG changeset patch >> > > # User Durham Goode

Re: [PATCH 1 of 3] dirstate: change placeholder hash length to 20 bytes

2016-11-10 Thread Augie Fackler
> On Nov 10, 2016, at 14:29, Durham Goode wrote: > > On Nov 10, 2016 6:08 PM, Sean Farley wrote: > > > > Durham Goode writes: > > > > > # HG changeset patch > > > # User Durham Goode > > > # Date 1478773042 28800 > > > # Thu

[Bug 5424] New: Hook to block a specific changeset

2016-11-10 Thread bugzilla
https://bz.mercurial-scm.org/show_bug.cgi?id=5424 Bug ID: 5424 Summary: Hook to block a specific changeset Product: Mercurial Version: unspecified Hardware: PC OS: Windows Status: UNCONFIRMED Severity:

Re: [PATCH 1 of 3] dirstate: change placeholder hash length to 20 bytes

2016-11-10 Thread Sean Farley
Durham Goode writes: > # HG changeset patch > # User Durham Goode > # Date 1478773042 28800 > # Thu Nov 10 02:17:22 2016 -0800 > # Node ID 84d7edbc0712c8c71b5e32c9cc1ee04032b9eb2d > # Parent 3fd53cc1aad882ac9191d735acdbbc2d7103 > dirstate: change

Vendoring zstd

2016-11-10 Thread Gregory Szorc
I plan to add support for zstd to Mercurial this release cycle. I don't think support itself is too controversial. (There will be bikeshedding over implementation details, of course.) Since zstd is relatively new and not part of a Python distribution, we can't rely on its shared libraries being

Re: [PATCH 1 of 2] debugcommands: introduce standalone module for debug commands

2016-11-10 Thread Gregory Szorc
I started this series a few months ago, told Pierre-Yves about it, and he encouraged me to start patchbombing. While I haven't completed the work, the remainder of what I've started can be pulled from https://hg.mozilla.org/users/gszorc_mozilla.com/hg/rev/916144fdac95. I don't plan on

[PATCH 2 of 2] debugcommands: move debugbuilddag

2016-11-10 Thread Gregory Szorc
# HG changeset patch # User Gregory Szorc # Date 1478799942 28800 # Thu Nov 10 09:45:42 2016 -0800 # Node ID 6a4f8298893b2c6c98a2cae4ddb46a704545f7e1 # Parent 52e8ce0d0992ad87be2815bd7c5f0d92aab21851 debugcommands: move debugbuilddag And we drop some now unused

Re: [PATCH 2 of 2] commands: introduce `hg display`

2016-11-10 Thread Pierre-Yves David
On 11/08/2016 03:50 AM, Gregory Szorc wrote: On Mon, Nov 7, 2016 at 4:41 AM, Pierre-Yves David > wrote: On 11/05/2016 07:26 PM, Gregory Szorc wrote: # HG changeset patch # User Gregory Szorc

Re: [PATCH 6 of 9 V6] bundle2: add `bookmarks` part handler

2016-11-10 Thread Pierre-Yves David
On 11/02/2016 10:56 AM, Stanislau Hlebik wrote: On 10/14/16, 2:28 AM, "Pierre-Yves David" wrote: What is your plan regarding hooks execution here? I planned to add it when I’m going to work on push How do you handle cases where the part exist

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

2016-11-10 Thread Pierre-Yves David
On 11/09/2016 05:05 PM, Augie Fackler wrote: 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 #

[PATCH 2 of 2 V2] rebase: update _rebaseset inside transaction

2016-11-10 Thread Durham Goode
# HG changeset patch # User Durham Goode # Date 1478798531 28800 # Thu Nov 10 09:22:11 2016 -0800 # Node ID 839aa67de1a6436dfc1ae29265d0bfb0c1ce3cb7 # Parent 03bc2afdfa26ad5ab057a28ac037524407ca5a92 rebase: update _rebaseset inside transaction Rebase has the concept of the

[PATCH 1 of 2 V2] rebase: move bookmark update to before rebase clearing

2016-11-10 Thread Durham Goode
# HG changeset patch # User Durham Goode # Date 1478798501 28800 # Thu Nov 10 09:21:41 2016 -0800 # Node ID 03bc2afdfa26ad5ab057a28ac037524407ca5a92 # Parent 3fd53cc1aad882ac9191d735acdbbc2d7103 rebase: move bookmark update to before rebase clearing Bookmark fixing

Re: [PATCH 2 of 5] adjustlinkrev: use C implementation to test ancestor if possible

2016-11-10 Thread Pierre-Yves David
On 11/10/2016 04:34 PM, Jun Wu wrote: Excerpts from Pierre-Yves David's message of 2016-11-10 15:02:26 +: Plan page does not needs to be very complex, So you current plan is to have this "(path, fnode) → [linkrev]" mapping stored into a sqlite database and update it on the fly when

Re: [PATCH 1 of 3 V2] cmdutil: add support for evolution "troubles" display in changeset_printer

2016-11-10 Thread Pierre-Yves David
On 11/10/2016 07:56 AM, Denis Laxalde wrote: Augie Fackler a écrit : On Tue, Nov 08, 2016 at 03:19:55PM +0100, Denis Laxalde wrote: > # HG changeset patch > # User Denis Laxalde > # Date 1476094018 -7200 > # Mon Oct 10 12:06:58 2016 +0200 > # Node ID

Re: [PATCH RESEND] revert: do not reverse hunks in interactive when REV is not parent (issue5096)

2016-11-10 Thread Pierre-Yves David
On 11/10/2016 03:34 PM, Augie Fackler wrote: On Thu, Nov 10, 2016 at 9:19 AM, Pierre-Yves David wrote: On 11/07/2016 03:17 PM, Denis Laxalde wrote: # HG changeset patch # User Denis Laxalde # Date 1475237490 -7200 # Fri Sep 30

Re: [PATCH 1 of 4 py3] error: wrap super() init call in try/except

2016-11-10 Thread Martijn Pieters
> On 10 Nov 2016, at 13:09, Yuya Nishihara wrote: > > On Wed, 09 Nov 2016 11:23:38 -0500, Augie Fackler wrote: >> # HG changeset patch >> # User Augie Fackler >> # Date 1476019730 14400 >> # Sun Oct 09 09:28:50 2016 -0400 >> # Node ID

Re: [PATCH 2 of 5] adjustlinkrev: use C implementation to test ancestor if possible

2016-11-10 Thread Jun Wu
Excerpts from Pierre-Yves David's message of 2016-11-10 15:02:26 +: > Plan page does not needs to be very complex, > > So you current plan is to have this "(path, fnode) → [linkrev]" mapping > stored into a sqlite database and update it on the fly when needed. What > were your rational to

mercurial@30318: new changeset

2016-11-10 Thread Mercurial Commits
New changeset in mercurial: http://selenic.com/repo/hg//rev/e1d6aa0e4c3a changeset: 30318:e1d6aa0e4c3a bookmark:@ tag: tip user:Gregory Szorc date:Sun Nov 06 18:51:57 2016 -0800 summary: bdiff: replace hash algorithm -- Repository URL:

Re: [PATCH 10 of 10 V2] util: remove compressorobj API from compression engines

2016-11-10 Thread Augie Fackler
On Wed, Nov 09, 2016 at 03:48:39PM -0800, Gregory Szorc wrote: > On Wed, Nov 9, 2016 at 9:35 AM, Augie Fackler wrote: > > > On Mon, Nov 07, 2016 at 07:13:58PM -0800, Gregory Szorc wrote: > > > # HG changeset patch > > > # User Gregory Szorc > > > # Date

Re: [PATCH 2 of 8 V7] bookmarks: introduce binary encoding

2016-11-10 Thread Augie Fackler
On Thu, Nov 10, 2016 at 09:24:56AM +, Stanislau Hlebik wrote: > We can use 32 bytes, but only 20 bytes will be used. > What’s the point then? Because some day sha3 or sha256 will be used. > > On 11/9/16, 5:22 PM, "Augie Fackler" wrote: > > On Wed, Nov 02, 2016 at

Re: [PATCH 1 of 3 V2] cmdutil: add support for evolution "troubles" display in changeset_printer

2016-11-10 Thread Pierre-Yves David
On 11/08/2016 04:07 PM, Augie Fackler wrote: On Tue, Nov 08, 2016 at 03:19:55PM +0100, Denis Laxalde wrote: # HG changeset patch # User Denis Laxalde # Date 1476094018 -7200 # Mon Oct 10 12:06:58 2016 +0200 # Node ID 8be06285117259ddd122201b1e0428711c0e2a6b #

Re: [PATCH RESEND] revert: do not reverse hunks in interactive when REV is not parent (issue5096)

2016-11-10 Thread Augie Fackler
On Thu, Nov 10, 2016 at 9:19 AM, Pierre-Yves David wrote: > On 11/07/2016 03:17 PM, Denis Laxalde wrote: >> >> # HG changeset patch >> # User Denis Laxalde >> # Date 1475237490 -7200 >> # Fri Sep 30 14:11:30 2016 +0200 >> # Node ID

Re: [PATCH] rebase: update _rebaseset inside transaction

2016-11-10 Thread Pierre-Yves David
On 11/10/2016 02:42 PM, Durham Goode wrote: On 11/10/16 1:17 PM, Pierre-Yves David wrote: On 11/10/2016 11:56 AM, Durham Goode wrote: # HG changeset patch # User Durham Goode # Date 1478778918 28800 # Thu Nov 10 03:55:18 2016 -0800 # Node ID

[PATCH 2 of 3] hook: flush stdout before restoring stderr redirection

2016-11-10 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1478611342 -32400 # Tue Nov 08 22:22:22 2016 +0900 # Node ID 0cba9f6a152e2b175e344bae23d0ec76a0ffe59d # Parent 2d667ad51c1f2daa8ea5365709365d951f610aaa hook: flush stdout before restoring stderr redirection There was a

[PATCH 3 of 3] hook: lower inflated use of sys.__stdout__ and __stderr__

2016-11-10 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1478612505 -32400 # Tue Nov 08 22:41:45 2016 +0900 # Node ID fd6ae865d906db2103088b042c17a4b3e0672aeb # Parent 0cba9f6a152e2b175e344bae23d0ec76a0ffe59d hook: lower inflated use of sys.__stdout__ and __stderr__ They were

[PATCH 1 of 3] hook: do not redirect stdout/err/in to ui while running in-process hooks (BC)

2016-11-10 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1476970799 -32400 # Thu Oct 20 22:39:59 2016 +0900 # Node ID 2d667ad51c1f2daa8ea5365709365d951f610aaa # Parent 954002426f7850c92b359e6f52ce1217ac33c11e hook: do not redirect stdout/err/in to ui while running in-process hooks

Re: [PATCH RESEND] revert: do not reverse hunks in interactive when REV is not parent (issue5096)

2016-11-10 Thread Pierre-Yves David
On 11/07/2016 03:17 PM, Denis Laxalde wrote: # HG changeset patch # User Denis Laxalde # Date 1475237490 -7200 # Fri Sep 30 14:11:30 2016 +0200 # Node ID 4f7b7750403ce48e78d0f361236f65ac03584c3c # Parent d06c049695e6ad3219e7479c65ce98a2f123e878 revert: do not

Re: [PATCH RESEND] revert: do not reverse hunks in interactive when REV is not parent (issue5096)

2016-11-10 Thread Yuya Nishihara
On Wed, 9 Nov 2016 11:43:58 -0500, Augie Fackler wrote: > On Tue, Nov 08, 2016 at 09:21:19AM -0800, Martin von Zweigbergk via > Mercurial-devel wrote: > > On Mon, Nov 7, 2016 at 7:17 AM, Denis Laxalde > > wrote: > > > # HG changeset patch > > > # User Denis Laxalde

Re: [PATCH 3 of 4 py3] config: open config files as binary explicitly all the time

2016-11-10 Thread Yuya Nishihara
On Wed, 9 Nov 2016 11:29:26 -0500, Augie Fackler wrote: > > On Nov 9, 2016, at 11:23, Augie Fackler wrote: > > # HG changeset patch > > # User Augie Fackler > > # Date 1476019794 14400 > > # Sun Oct 09 09:29:54 2016 -0400 > > # Node ID

Re: [PATCH 1 of 4 py3] error: wrap super() init call in try/except

2016-11-10 Thread Yuya Nishihara
On Wed, 09 Nov 2016 11:23:38 -0500, Augie Fackler wrote: > # HG changeset patch > # User Augie Fackler > # Date 1476019730 14400 > # Sun Oct 09 09:28:50 2016 -0400 > # Node ID 6f2a1367baa59f33fcbc328aea1a637658ce345e > # Parent c9313a5b8e602b6b3b9a4427e5c2f452a711dd73 >

Re: [PATCH 4 of 4 py3] config: mark parser regexes as bytes explicitly

2016-11-10 Thread Yuya Nishihara
On Wed, 09 Nov 2016 11:23:41 -0500, Augie Fackler wrote: > # HG changeset patch > # User Augie Fackler > # Date 1476019539 14400 > # Sun Oct 09 09:25:39 2016 -0400 > # Node ID 6eca307a01fe1331f8a754d532f89e9c488c3923 > # Parent 5f29fffcc722d8993fda4155884c1aae4469d2f3 >

[PATCH 6 of 8 shelve-ext v2] shelve: move actual created commit shelving to a separate function

2016-11-10 Thread Kostia Balytskyi
# HG changeset patch # User Kostia Balytskyi # Date 1478776040 28800 # Thu Nov 10 03:07:20 2016 -0800 # Node ID f2a82865a03b0f36478fae50f60b00aa64d806c2 # Parent 455f00c4d332ae42498a4089aa4a54f135c802ed shelve: move actual created commit shelving to a separate function

[PATCH 8 of 8 shelve-ext v2] shelve: move shelve-finishing logic to a separate function

2016-11-10 Thread Kostia Balytskyi
# HG changeset patch # User Kostia Balytskyi # Date 1478776541 28800 # Thu Nov 10 03:15:41 2016 -0800 # Node ID 2188194ca1ee86953855e0d2fb9396ec18636ed9 # Parent d77543b3c0f6cd8dfc00be6060ef93743d98eeeb shelve: move shelve-finishing logic to a separate function With future

[PATCH 2 of 8 shelve-ext v2] shelve: move shelve name generation to a separate function

2016-11-10 Thread Kostia Balytskyi
# HG changeset patch # User Kostia Balytskyi # Date 1478776975 28800 # Thu Nov 10 03:22:55 2016 -0800 # Node ID dc50b5aa86a26417f3f6dee97ea762da3d891f1d # Parent ee1dc341d44f9408bdf960eb5a97abf1a1c69930 shelve: move shelve name generation to a separate function This has

[PATCH 5 of 8 shelve-ext v2] shelve: move 'nothing changed' messaging to a separate function

2016-11-10 Thread Kostia Balytskyi
# HG changeset patch # User Kostia Balytskyi # Date 1478777581 28800 # Thu Nov 10 03:33:01 2016 -0800 # Node ID 455f00c4d332ae42498a4089aa4a54f135c802ed # Parent 5e827a6196fe903c16123068ce8b312e5840ae57 shelve: move 'nothing changed' messaging to a separate function This

[PATCH 3 of 8 shelve-ext v2] shelve: move mutableancestors to not be a closure

2016-11-10 Thread Kostia Balytskyi
# HG changeset patch # User Kostia Balytskyi # Date 1478777047 28800 # Thu Nov 10 03:24:07 2016 -0800 # Node ID 98fdb6cda2b2cb38435560134c52a4ebb8859b45 # Parent dc50b5aa86a26417f3f6dee97ea762da3d891f1d shelve: move mutableancestors to not be a closure There's no value in

[PATCH 7 of 8 shelve-ext v2] shelve: move unknown files handling to a separate function

2016-11-10 Thread Kostia Balytskyi
# HG changeset patch # User Kostia Balytskyi # Date 1478776828 28800 # Thu Nov 10 03:20:28 2016 -0800 # Node ID d77543b3c0f6cd8dfc00be6060ef93743d98eeeb # Parent f2a82865a03b0f36478fae50f60b00aa64d806c2 shelve: move unknown files handling to a separate function This change

[PATCH 1 of 8 shelve-ext v2] shelve: move possible shelve file extensions to a single place

2016-11-10 Thread Kostia Balytskyi
# HG changeset patch # User Kostia Balytskyi # Date 1478776040 28800 # Thu Nov 10 03:07:20 2016 -0800 # Node ID ee1dc341d44f9408bdf960eb5a97abf1a1c69930 # Parent 494d5cec0b07653a6b5dec768dea92ffa987 shelve: move possible shelve file extensions to a single place This and

[PATCH 1 of 3] dirstate: change placeholder hash length to 20 bytes

2016-11-10 Thread Durham Goode
# HG changeset patch # User Durham Goode # Date 1478773042 28800 # Thu Nov 10 02:17:22 2016 -0800 # Node ID 84d7edbc0712c8c71b5e32c9cc1ee04032b9eb2d # Parent 3fd53cc1aad882ac9191d735acdbbc2d7103 dirstate: change placeholder hash length to 20 bytes Previously the new-node

[PATCH 3 of 3] merge: change modified indicator to be 20 bytes

2016-11-10 Thread Durham Goode
# HG changeset patch # User Durham Goode # Date 1478773275 28800 # Thu Nov 10 02:21:15 2016 -0800 # Node ID 8ac2dc68fe618be09e4e069a111d6149e4844763 # Parent 9b2f77c847a4dfc187b70c84caadebf41e8b248d merge: change modified indicator to be 20 bytes Previously we indicated that

Re: Fixing .hg file open ordering

2016-11-10 Thread Durham Goode
On 11/9/16, 4:51 PM, "Augie Fackler" wrote: On Wed, Nov 02, 2016 at 03:39:50PM -0700, Bryan O'Sullivan wrote: > On Wed, Nov 2, 2016 at 3:30 PM, Durham Goode wrote: > > > Bookmark writes are now within the wlock, and any inmemory read you did

Re: [PATCH 2 of 8 V7] bookmarks: introduce binary encoding

2016-11-10 Thread Stanislau Hlebik
We can use 32 bytes, but only 20 bytes will be used. What’s the point then? On 11/9/16, 5:22 PM, "Augie Fackler" wrote: On Wed, Nov 02, 2016 at 07:06:44AM -0700, Stanislau Hlebik wrote: > # HG changeset patch > # User Stanislau Hlebik > # Date

Re: [PATCH 8 of 8 V7] help: add documentation about bookmark part

2016-11-10 Thread Stanislau Hlebik
No, it doesn’t fix it yet, because this series only uses bookmarks part only for pull. I’ll add support for bookmarks part for push in the next patches and it will fix the issue. On 11/9/16, 5:27 PM, "Augie Fackler" wrote: On Wed, Nov 02, 2016 at 07:06:50AM -0700,