Re: [PATCH 2 of 2] bookmarks: make bookmarks.comparebookmarks accept binary nodes (API)

2016-12-13 Thread Augie Fackler
On Fri, Dec 09, 2016 at 03:31:45AM -0800, Stanislau Hlebik wrote: > # HG changeset patch > # User Stanislau Hlebik > # Date 1481282546 28800 > # Fri Dec 09 03:22:26 2016 -0800 > # Node ID df861963a18c00d72362b415a77a62d2c18660bf > # Parent

[Bug 5444] New: 7x perf regression in huge hg pulls

2016-12-13 Thread bugzilla
https://bz.mercurial-scm.org/show_bug.cgi?id=5444 Bug ID: 5444 Summary: 7x perf regression in huge hg pulls Product: Mercurial Version: default branch Hardware: PC OS: Linux Status: UNCONFIRMED Severity:

[Bug 5445] New: Host html documentation/man pages on mercurial-scm.org

2016-12-13 Thread bugzilla
https://bz.mercurial-scm.org/show_bug.cgi?id=5445 Bug ID: 5445 Summary: Host html documentation/man pages on mercurial-scm.org Product: Mercurial Version: unspecified Hardware: All URL:

Re: [PATCH RFC v7] scmutil: add a simple key-value file helper

2016-12-13 Thread Pierre-Yves David
On 12/06/2016 10:53 PM, Jun Wu wrote: Excerpts from Kostia Balytskyi's message of 2016-12-06 13:41:07 -0800: class CorruptedState(Exception): """error raised when a command is not able to read its state from file""" + +class MissingRequiredKeyInFileException(Exception): +"""error

Re: [PATCH] revlog: merge hash checking subfunctions

2016-12-13 Thread Pierre-Yves David
On 12/13/2016 03:25 PM, Remi Chaintron wrote: # HG changeset patch # User Remi Chaintron # Date 1481638896 0 # Tue Dec 13 14:21:36 2016 + # Branch stable # Node ID d34c04da52a8f2eb61b51bb0aa9cedf1e4b43474 # Parent 7817df5585db1d87d3f6c7f496085c86d87e2e9a revlog: merge

[Bug 5446] New: Fix Bugzilla so that it doesn't comment on its own issues

2016-12-13 Thread bugzilla
https://bz.mercurial-scm.org/show_bug.cgi?id=5446 Bug ID: 5446 Summary: Fix Bugzilla so that it doesn't comment on its own issues Product: Mercurial Version: unspecified Hardware: PC OS: Mac OS

[PATCH] chg: ignore HG_* in confighash

2016-12-13 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1481681879 0 # Wed Dec 14 02:17:59 2016 + # Node ID b215e409984eb261508e24b6e55f4c18716cb6f6 # Parent af482d20004c97e7ad8d6e2e5932e82a934761e3 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull

[PATCH V6] py3: make keys of keyword arguments strings

2016-12-13 Thread Pulkit Goyal
# HG changeset patch # User Pulkit Goyal <7895pul...@gmail.com> # Date 1481642620 -19800 # Tue Dec 13 20:53:40 2016 +0530 # Node ID 3728b3d6924f6d4c92a9f7673a792805e8ba3c4b # Parent 95b076f5ddee5ab7bd208b8c2f42121ce9907129 py3: make keys of keyword arguments strings keys of keyword

Re: Constant naming convention (was: Re: [PATCH 1 of 7 upgraderepo V2] revlog: add clone method)

2016-12-13 Thread Yuya Nishihara
On Mon, 12 Dec 2016 10:12:48 -0500, Augie Fackler wrote: > On Mon, Dec 12, 2016 at 11:04:07AM +0100, Pierre-Yves David wrote: > > > > > > On 11/25/2016 04:28 AM, Gregory Szorc wrote: > > >diff --git a/mercurial/revlog.py b/mercurial/revlog.py > > >--- a/mercurial/revlog.py > > >+++

Re: [PATCH v2] graft: support grafting changes to new file in renamed directory (issue5436)

2016-12-13 Thread Yuya Nishihara
On Tue, 06 Dec 2016 18:09:40 +0100, Gábor Stefanik wrote: > # HG changeset patch > # User Gábor Stefanik > # Date 1480956001 -3600 > # Mon Dec 05 17:40:01 2016 +0100 > # Node ID 6472c33e16326b8c817a8bae0e75053b19badb2c > # Parent

RE: [PATCH 1 of 2] error: add ProgrammingError

2016-12-13 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: Constant naming convention

2016-12-13 Thread Kevin Bullock
> On Dec 13, 2016, at 10:29, Pierre-Yves David > wrote: > > On 12/12/2016 04:12 PM, Augie Fackler wrote: > >> Can we just align with prevailing Python style here and start using >> all caps for constants? This comes up roughly monthly, and I think >> it'd be a

Re: [PATCH 2 of 7 upgraderepo V2] debugcommands: stub for debugupgraderepo command

2016-12-13 Thread Augie Fackler
On Mon, Dec 12, 2016 at 09:18:51PM -0800, Gregory Szorc wrote: > On Mon, Dec 12, 2016 at 2:17 AM, Pierre-Yves David < > pierre-yves.da...@ens-lyon.org> wrote: > > > > > > > On 11/25/2016 04:28 AM, Gregory Szorc wrote: > > > >> # HG changeset patch > >> # User Gregory Szorc

Re: [PATCH 3 of 7 upgraderepo V2] repair: determine what upgrade will do

2016-12-13 Thread Augie Fackler
On Mon, Dec 12, 2016 at 12:34:31PM +0100, Pierre-Yves David wrote: > > > On 11/25/2016 04:28 AM, Gregory Szorc wrote: > ># HG changeset patch > ># User Gregory Szorc > ># Date 1480035243 28800 > ># Thu Nov 24 16:54:03 2016 -0800 > ># Node ID

Re: [PATCH] parsers: use buffer to store revlog index

2016-12-13 Thread Gregory Szorc
On Tue, Dec 13, 2016 at 6:04 AM, Yuya Nishihara wrote: > On Mon, 12 Dec 2016 22:11:02 -0800, Gregory Szorc wrote: > > This patch LGTM. Only thing I would have done differently is store a > > Py_buffer* instead of a Py_buffer to ensure alignment of indexObject > struct > > entries.

RE: [PATCH] update: introduce config option ui.allowdirtyupdate for dirty nonlinear updates

2016-12-13 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 2 of 7 upgraderepo V2] debugcommands: stub for debugupgraderepo command

2016-12-13 Thread Pierre-Yves David
On 12/13/2016 06:18 AM, Gregory Szorc wrote: On Mon, Dec 12, 2016 at 2:17 AM, Pierre-Yves David > wrote: On 11/25/2016 04:28 AM, Gregory Szorc wrote: # HG changeset patch # User Gregory Szorc

RE: [PATCH 1 of 2] error: add ProgrammingError

2016-12-13 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] parsers: use buffer to store revlog index

2016-12-13 Thread Jun Wu
Excerpts from Gregory Szorc's message of 2016-12-13 08:28:14 -0800: > On Tue, Dec 13, 2016 at 6:04 AM, Yuya Nishihara wrote: > > > On Mon, 12 Dec 2016 22:11:02 -0800, Gregory Szorc wrote: > > > This patch LGTM. Only thing I would have done differently is store a > > > Py_buffer*