Re: [PATCH 2 of 2 V2] remotenames: selectivepull, update to the unknown bookmark tries to pull it

2016-08-18 Thread Durham Goode
I'd use 'hg email --flag remotenames-ext ...' when sending remotenames patches, so it's clear this series isn't for normal Mercurial. A few inline comments, but overall looks good. On 8/18/16 3:53 AM, Stanislau Hlebik wrote: # HG changeset patch # User Stanislau Hlebik # Date

Re: [PATCH] hgweb: add inheritance support to style maps

2016-08-18 Thread Matt Mackall
On Wed, 2016-08-17 at 15:56 -0400, Augie Fackler wrote: > On Wed, Aug 17, 2016 at 02:31:45PM -0500, Matt Mackall wrote: > > > > # HG changeset patch > > # User Matt Mackall > > # Date 1471459227 18000 > > #  Wed Aug 17 13:40:27 2016 -0500 > > # Node ID

[PATCH 2 of 2 resend] coal: use inheritance to derive from paper

2016-08-18 Thread Matt Mackall
# HG changeset patch # User Matt Mackall # Date 1471459393 18000 # Wed Aug 17 13:43:13 2016 -0500 # Node ID 0dae6896d5c890e711497775805d8890cf624e1c # Parent 1f402560299be8692c767db1469afb6618adee81 coal: use inheritance to derive from paper This illustrates how much

[PATCH 1 of 2 resend] templater: add inheritance support to style maps

2016-08-18 Thread Matt Mackall
# HG changeset patch # User Matt Mackall # Date 1471459227 18000 # Wed Aug 17 13:40:27 2016 -0500 # Node ID 1f402560299be8692c767db1469afb6618adee81 # Parent b1809f5d7630a3fff0fa715bbd30dba0f07672a8 templater: add inheritance support to style maps We can now specify a

Re: [PATCH] hgweb: add inheritance support to style maps

2016-08-18 Thread Matt Mackall
On Thu, 2016-08-18 at 11:52 +0800, Anton Shestakov wrote: > 18.08.2016, 03:32, "Matt Mackall" : > > > > # HG changeset patch > > # User Matt Mackall > > # Date 1471459227 18000 > > # Wed Aug 17 13:40:27 2016 -0500 > > # Node ID

Re: [PATCH] hgweb: add inheritance support to style maps

2016-08-18 Thread Matt Mackall
On Thu, 2016-08-18 at 17:48 +0900, Yuya Nishihara wrote: > On Thu, 18 Aug 2016 11:52:11 +0800, Anton Shestakov wrote: > > > > 18.08.2016, 03:32, "Matt Mackall" : > > > > > > # HG changeset patch > > > # User Matt Mackall > > > # Date 1471459227 18000 > > > #

Re: [PATCH] killdaemons: prevent killing all user processes by bad pid file

2016-08-18 Thread Augie Fackler
On Thu, Aug 18, 2016 at 07:07:53PM +0900, Yuya Nishihara wrote: > # HG changeset patch > # User Yuya Nishihara > # Date 1471513428 -32400 > # Thu Aug 18 18:43:48 2016 +0900 > # Node ID 1650ada9f2a157ef12c5177ae360eb6398244d02 > # Parent

[PATCH 2 of 3] flags: allow specifying --boolean-flag=(true|false) on the command line (BC)

2016-08-18 Thread Augie Fackler
# HG changeset patch # User Augie Fackler # Date 1471534453 14400 # Thu Aug 18 11:34:13 2016 -0400 # Node ID 9ec3aad0bf74ad1c25e87bcd0f536896d1c355ca # Parent 8ed7fdc716ffc95a4062875eafc2739697122fbc flags: allow specifying --boolean-flag=(true|false) on the command line

[PATCH] revset: support "follow(renamed.py, e22f4f3f06c3)" (issue5334)

2016-08-18 Thread Gábor Stefanik
# HG changeset patch # User Gábor Stefanik # Date 1471533910 -7200 # Thu Aug 18 17:25:10 2016 +0200 # Node ID fa3058c43a2378ad9256bbe2aa735ed20de4396b # Parent b1809f5d7630a3fff0fa715bbd30dba0f07672a8 revset: support "follow(renamed.py, e22f4f3f06c3)" (issue5334)

Re: [PATCH 4 of 5] manifest: use property instead of field for manifest revlog storage

2016-08-18 Thread FUJIWARA Katsunori
At Wed, 17 Aug 2016 13:35:41 -0700, Durham Goode wrote: > > On 8/10/16 1:01 AM, FUJIWARA Katsunori wrote: > > At Mon, 8 Aug 2016 18:17:13 -0700, > > Durham Goode wrote: > >> # HG changeset patch > >> # User Durham Goode > >> # Date 1470697899 25200 > >> # Mon Aug 08 16:11:39

[PATCH 1 of 2 V2] remotenames: selectivepull, move reading config option into separate function

2016-08-18 Thread Stanislau Hlebik
# HG changeset patch # User Stanislau Hlebik # Date 1471517292 25200 # Thu Aug 18 03:48:12 2016 -0700 # Node ID 866049ffa049dc598af834a035f27a06684d264d # Parent 069b8a5f40ec450aebccd2658ec49a1c694687a2 remotenames: selectivepull, move reading config option into separate

[PATCH 2 of 2 V2] remotenames: selectivepull, update to the unknown bookmark tries to pull it

2016-08-18 Thread Stanislau Hlebik
# HG changeset patch # User Stanislau Hlebik # Date 1471517316 25200 # Thu Aug 18 03:48:36 2016 -0700 # Node ID 956e82482a2cd431ab73f2492fe4ae1e7efff15b # Parent 866049ffa049dc598af834a035f27a06684d264d remotenames: selectivepull, update to the unknown bookmark tries to pull

mercurial@29788: 9 new changesets

2016-08-18 Thread Mercurial Commits
9 new changesets in mercurial: http://selenic.com/repo/hg//rev/531e85eec23c changeset: 29780:531e85eec23c parent: 29779:997e8cf4d0a2 parent: 29766:5004ef47f437 user:Augie Fackler date:Mon Aug 15 12:26:02 2016 -0400 summary: merge with stable

[PATCH] killdaemons: prevent killing all user processes by bad pid file

2016-08-18 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1471513428 -32400 # Thu Aug 18 18:43:48 2016 +0900 # Node ID 1650ada9f2a157ef12c5177ae360eb6398244d02 # Parent 8d226db31f20b8c4a2c119e10be7533948f0bad6 killdaemons: prevent killing all user processes by bad pid file When I

[PATCH 1 of 2 V2] py3: have check-py3-compat require pygments to get stable result

2016-08-18 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1471434770 -32400 # Wed Aug 17 20:52:50 2016 +0900 # Node ID 2d43c878f4c42bf973742cc1cfa4c869250be4cf # Parent dab7069fc2bd079064d8d71b4b962d327abfd8c1 py3: have check-py3-compat require pygments to get stable result diff

Re: [PATCH 3 of 5] outgoing: add a 'missingroots' argument

2016-08-18 Thread Yuya Nishihara
On Wed, 17 Aug 2016 20:16:18 -0700, Gregory Szorc wrote: > On Tue, Aug 16, 2016 at 5:37 PM, Pierre-Yves David < > pierre-yves.da...@ens-lyon.org> wrote: > > On 08/14/2016 06:07 PM, Gregory Szorc wrote: > >> On Thu, Aug 11, 2016 at 1:06 PM, Pierre-Yves David > >>

Re: [PATCH] hgweb: add inheritance support to style maps

2016-08-18 Thread Yuya Nishihara
On Thu, 18 Aug 2016 11:52:11 +0800, Anton Shestakov wrote: > 18.08.2016, 03:32, "Matt Mackall" : > > # HG changeset patch > > # User Matt Mackall > > # Date 1471459227 18000 > > # Wed Aug 17 13:40:27 2016 -0500 > > # Node ID

Re: [PATCH] py3: handle os.environ.get() case in module loader

2016-08-18 Thread Yuya Nishihara
On Wed, 17 Aug 2016 10:46:01 -0700, Siddharth Agarwal wrote: > On 8/17/16 10:21, Gregory Szorc wrote: > > WindowsUTF8Plan has existed for years without any movement. Addressing > > that will require a massive refactor. Since it isn't on our radar, I > > think it is out of scope for Python 3

[Bug 5333] New: Please register evolve extension to pypi

2016-08-18 Thread bugzilla
https://bz.mercurial-scm.org/show_bug.cgi?id=5333 Bug ID: 5333 Summary: Please register evolve extension to pypi Product: Mercurial Version: unspecified Hardware: PC OS: All Status: UNCONFIRMED Severity:

[Bug 5332] New: prefill commit message on histedit

2016-08-18 Thread bugzilla
https://bz.mercurial-scm.org/show_bug.cgi?id=5332 Bug ID: 5332 Summary: prefill commit message on histedit Product: Mercurial Version: 3.8.2 Hardware: PC OS: Windows Status: UNCONFIRMED Severity: feature

[Bug 5331] New: record --amend doesn't work

2016-08-18 Thread bugzilla
https://bz.mercurial-scm.org/show_bug.cgi?id=5331 Bug ID: 5331 Summary: record --amend doesn't work Product: Mercurial Version: 3.8.2 Hardware: PC OS: Windows Status: UNCONFIRMED Severity: bug