[Bug 5391] New: mercurial.util.atomictempfile should clean temp file when failed

2016-10-06 Thread bugzilla
https://bz.mercurial-scm.org/show_bug.cgi?id=5391 Bug ID: 5391 Summary: mercurial.util.atomictempfile should clean temp file when failed Product: Mercurial Version: unspecified Hardware: PC OS: Windows

[Bug 5392] New: Exception happened when downloading zip file.

2016-10-06 Thread bugzilla
https://bz.mercurial-scm.org/show_bug.cgi?id=5392 Bug ID: 5392 Summary: Exception happened when downloading zip file. Product: Mercurial Version: 3.9.1 Hardware: PC OS: Windows Status: UNCONFIRMED

Re: [PATCH 05 of 11] copies: don't record divergence for files needing no merge (issue4028)

2016-10-06 Thread Pierre-Yves David
On 10/04/2016 09:03 PM, Gábor STEFANIK wrote: -- 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

Re: [PATCH 3 of 8 V5] bundle2: add `bookmarks` part handler

2016-10-06 Thread Pierre-Yves David
On 10/05/2016 07:00 PM, Stanislau Hlebik wrote: Calling prepushkey and pushkey hook from `bookmarks` part seems a bit hacky and my current local implementation is not very pleasant. I'll try to come up with smth better I'm afraid we have to :-/ people enforcing some bookmark semantic

Re: Topic + Mozila [was news from the topic experiment]

2016-10-06 Thread Gregory Szorc
On Tue, Oct 4, 2016 at 6:57 PM, Pierre-Yves David < pierre-yves.da...@ens-lyon.org> wrote: > > > On 10/01/2016 09:36 PM, Gregory Szorc wrote: > >> On Thu, Sep 22, 2016 at 5:26 PM, Augie Fackler > > wrote: >> >> >> > On Sep 22, 2016, at 8:18 PM,

Re: [PATCH 1 of 5] extdata: add extdatasource reader

2016-10-06 Thread Matt Mackall
On Thu, 2016-10-06 at 07:52 +0200, Mathias De Maré wrote: > On Thu, Sep 22, 2016 at 8:21 PM, Matt Mackall wrote: > > > > > # HG changeset patch > > # User Matt Mackall > > # Date 1473794045 18000 > > #  Tue Sep 13 14:14:05 2016 -0500 > > # Node ID

[PATCH python-hglib] Add feature to allow hglib user to get call backs for prompts and output

2016-10-06 Thread Barry A. Scott
# HG changeset patch # User Barry A. Scott # Date 1475772736 -3600 # Thu Oct 06 17:52:16 2016 +0100 # Branch hglib-gui-features # Node ID 1ac3819a61527836d47f7cd6a113b194c307ffeb # Parent efc527cc43d7394a5bd0deb1d29c4307592f7528 Add feature to allow hglib user to get

Re: [PATCH 2 of 5] extdata: add revset support for extdata

2016-10-06 Thread Pierre-Yves David
On 10/03/2016 09:15 PM, Matt Mackall wrote: On Tue, 2016-09-27 at 14:41 +0200, Pierre-Yves David wrote: On 09/25/2016 12:43 AM, Matt Mackall wrote: On Sat, 2016-09-24 at 00:22 +0200, Pierre-Yves David wrote: On 09/23/2016 07:34 PM, Matt Mackall wrote: On Fri, 2016-09-23 at 19:49

[PATCH python-hglib] Add the abilty to trace the protocol between the client and server

2016-10-06 Thread Barry A. Scott
# HG changeset patch # User Barry A. Scott # Date 1475770955 -3600 # Thu Oct 06 17:22:35 2016 +0100 # Branch hglib-protocol-trace # Node ID efc527cc43d7394a5bd0deb1d29c4307592f7528 # Parent 6f15cb7cc9cb4427f35c60080f85dbf4ca5abd10 Add the abilty to trace the protocol

Re: [PATCH 2 of 2] py3: handle multiple arguments in .encode() and .decode()

2016-10-06 Thread Yuya Nishihara
On Wed, 05 Oct 2016 20:05:18 +0530, Pulkit Goyal wrote: > # HG changeset patch > # User Pulkit Goyal <7895pul...@gmail.com> > # Date 1475596407 -19800 > # Tue Oct 04 21:23:27 2016 +0530 > # Node ID 535c77a356a09c0319c9a794bdbec18e9ebb57b2 > # Parent 51e49c041614b463953b3973d5b58d8bbdcbbab3 >

Re: [PATCH] mail: Take --encoding and HGENCODING into account

2016-10-06 Thread Yuya Nishihara
On Wed, 05 Oct 2016 13:46:15 +0200, Gábor Stefanik wrote: > # HG changeset patch > # User Gábor Stefanik > # Date 1475667922 -7200 > # Wed Oct 05 13:45:22 2016 +0200 > # Node ID 85a6a72d4868c20c066ae4add380b70d13c1c2df > # Parent

Re: [PATCH 1 of 2] py3: convert to unicode to pass into encode()

2016-10-06 Thread Yuya Nishihara
On Wed, 5 Oct 2016 17:01:03 -0400, timeless wrote: > > @@ -85,6 +85,9 @@ > > # means u.encode(sys.getdefaultencoding()).decode(enc). Since > > # the Python encoding defaults to 'ascii', this fails if the > > # translated string use non-ASCII characters. > > +

[Bug 5393] New: run-tests.py uses pipe.wait()

2016-10-06 Thread bugzilla
https://bz.mercurial-scm.org/show_bug.cgi?id=5393 Bug ID: 5393 Summary: run-tests.py uses pipe.wait() Product: Mercurial Version: unspecified Hardware: PC OS: Mac OS Status: UNCONFIRMED Severity: feature

Re: [PATCH 3 of 8 V5] bundle2: add `bookmarks` part handler

2016-10-06 Thread Pierre-Yves David
On 10/05/2016 06:59 PM, Stanislau Hlebik wrote: What does binary encoding for bookmarks mean? Or you are talking about nodes encoding? It means using a binary format instead of a textual one. Historically Mercurial have been using textual format a lot, but we have been moving to favoring