[PATCH 1 of 2 stable] largefiles: test coverage of fatal interruption of update

2016-10-15 Thread Mads Kiilerich
# HG changeset patch # User Mads Kiilerich # Date 1476577598 -7200 # Sun Oct 16 02:26:38 2016 +0200 # Node ID 2105975810c843d016ba930c44e63699af2703a6 # Parent 5cb830801855dbb63e98b948e355bc995d295bf3 largefiles: test coverage of fatal interruption of update Test using

[PATCH 2 of 2 stable] largefiles: more safe handling of interruptions while updating modifications

2016-10-15 Thread Mads Kiilerich
# HG changeset patch # User Mads Kiilerich # Date 1476577785 -7200 # Sun Oct 16 02:29:45 2016 +0200 # Node ID dcd190cb73a0740be570bdfbc1090066c38e1173 # Parent 2105975810c843d016ba930c44e63699af2703a6 largefiles: more safe handling of interruptions while updating

[PATCH] color: add some documentation for custom terminfo codes

2016-10-15 Thread danek . duvall
# HG changeset patch # User Danek Duvall # Date 1476568874 25200 # Sat Oct 15 15:01:14 2016 -0700 # Node ID 42f5a2db9e7f9d66058a7d77bc8c0c263272a8de # Parent c59334b806a8f10c80c2ea196eba5f4b1b86b229 color: add some documentation for custom terminfo codes diff --git

Re: [PATCH 3 of 3] color: debugcolor should emit the user-defined colors

2016-10-15 Thread Danek Duvall
Yuya Nishihara wrote: > On Thu, 13 Oct 2016 13:27:35 -0700, danek.duv...@oracle.com wrote: > > # HG changeset patch > > # User Danek Duvall > > # Date 1476389401 25200 > > # Thu Oct 13 13:10:01 2016 -0700 > > # Node ID c59334b806a8f10c80c2ea196eba5f4b1b86b229 > > #

Re: [PATCH 1 of 3] color: allow for user-configurable terminfo codes for effects

2016-10-15 Thread Danek Duvall
Yuya Nishihara wrote: > On Thu, 13 Oct 2016 13:27:33 -0700, danek.duv...@oracle.com wrote: > > # HG changeset patch > > # User Danek Duvall > > # Date 1476384497 25200 > > # Thu Oct 13 11:48:17 2016 -0700 > > # Node ID 61e74a19770c2ce80c0cedc429915112261e5c1b > > #

Re: [PATCH 1 of 3] color: allow for user-configurable terminfo codes for effects

2016-10-15 Thread Yuya Nishihara
On Thu, 13 Oct 2016 13:27:33 -0700, danek.duv...@oracle.com wrote: > # HG changeset patch > # User Danek Duvall > # Date 1476384497 25200 > # Thu Oct 13 11:48:17 2016 -0700 > # Node ID 61e74a19770c2ce80c0cedc429915112261e5c1b > # Parent

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

2016-10-15 Thread Yuya Nishihara
On Mon, 10 Oct 2016 14:33:18 +0200, Denis Laxalde wrote: > # HG changeset patch > # User Denis Laxalde > # Date 1476094018 -7200 > # Mon Oct 10 12:06:58 2016 +0200 > # Node ID d9f7776c40b8c82bf438322f2442d99c4e116161 > # Parent

Re: [PATCH V5] update: warn if cwd was deleted

2016-10-15 Thread Yuya Nishihara
On Tue, 4 Oct 2016 04:08:42 -0700, Stanislau Hlebik wrote: > # HG changeset patch > # User Stanislau Hlebik > # Date 1475579208 25200 > # Tue Oct 04 04:06:48 2016 -0700 > # Node ID 9069c255f60c9d34e5f45d690cfa9316fdc71722 > # Parent 1779dde4c9ef97cb242f8d501655f236f66e5439 >

mercurial@30162: 12 new changesets

2016-10-15 Thread Mercurial Commits
12 new changesets in mercurial: http://selenic.com/repo/hg//rev/381293e1135e changeset: 30151:381293e1135e user:Augie Fackler date:Mon Sep 19 17:15:39 2016 -0400 summary: copy: distinguish "file exists" cases and add a hint (BC)

Re: [PATCH 1 of 2 V3] py3: refactor token parsing to handle call args properly

2016-10-15 Thread Martijn Pieters
On 15 Oct 2016, at 08:39, Yuya Nishihara wrote: > > On Fri, 14 Oct 2016 17:55:25 +0100, Martijn Pieters wrote: >> # HG changeset patch >> # User Martijn Pieters >> # Date 1476464102 -3600 >> # Fri Oct 14 17:55:02 2016 +0100 >> # Node ID

Re: [PATCH 1 of 2 V3] py3: refactor token parsing to handle call args properly

2016-10-15 Thread Yuya Nishihara
On Fri, 14 Oct 2016 17:55:25 +0100, Martijn Pieters wrote: > # HG changeset patch > # User Martijn Pieters > # Date 1476464102 -3600 > # Fri Oct 14 17:55:02 2016 +0100 > # Node ID 9031460519503abe5dc430c8ece29d198121cd65 > # Parent 733fb9f7bc92c694ba6bededaeb93206528c0bcd

Re: [PATCH 1 of 6] dirs: use PyVarObject_HEAD_INIT

2016-10-15 Thread Yuya Nishihara
On Thu, 13 Oct 2016 21:44:13 +0200, Gregory Szorc wrote: > # HG changeset patch > # User Gregory Szorc > # Date 1476357254 -7200 > # Thu Oct 13 13:14:14 2016 +0200 > # Node ID 1f30bcebd4bdc26602ec4e9ae924f101c7642594 > # Parent

Re: Topics [was: news from the topic experiment]

2016-10-15 Thread Yuya Nishihara
On Fri, 14 Oct 2016 13:13:56 -0700, Sean Farley wrote: > Pierre-Yves David writes: > > So, the other branch of that thread made me realised that we cannot do > > this "BRANCH:TOPIC" storage in the current "branch" field. > > > > An important part of topic is to

Re: [PATCH] revset: for x^2, do not take null as a valid p2 revision

2016-10-15 Thread Yuya Nishihara
On Fri, 14 Oct 2016 18:42:12 +0200, Pierre-Yves David wrote: > On 10/14/2016 05:35 PM, Yuya Nishihara wrote: > > # HG changeset patch > > # User Yuya Nishihara > > # Date 1476455580 -32400 > > # Fri Oct 14 23:33:00 2016 +0900 > > # Node ID