Re: [PATCH 7 of 7] configitems: adds a developer warning when accessing undeclared configuration

2017-10-20 Thread Boris Feld
On Fri, 2017-10-20 at 00:45 +0200, Gregory Szorc wrote: > On Thu, Oct 19, 2017 at 11:26 PM, Augie Fackler > wrote: > > > On Oct 19, 2017, at 17:25, Gregory Szorc > > wrote: > > > > > > > > > > On Wed, Oct 18, 2017 at 5:40 PM, Augie Fackler

D1201: dirstate: clean up when restoring identical backups

2017-10-20 Thread mbthomas (Mark Thomas)
mbthomas created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY When a dirstate backup is restored, it is possible that no actual changes to the dirstate have been made. In this case, the backup is still a hardlink to the

D1200: tests: add a test demonstrating failure to clean up dirstate backups

2017-10-20 Thread mbthomas (Mark Thomas)
mbthomas created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D1200 AFFECTED FILES tests/test-dirstate-backup.t CHANGE DETAILS diff --git

[PATCH STABLE] mq: copy pager attributes back to qrepo.ui

2017-10-20 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1508560963 -32400 # Sat Oct 21 13:42:43 2017 +0900 # Branch stable # Node ID aff8579c731276bed3d2afe416dc4988042e89c9 # Parent dc05c59e3f1714c4faceb4c1eed66a5afe0ec000 mq: copy pager attributes back to qrepo.ui If the legacy

[PATCH 1 of 2 STABLE] configitems: register 'ui.editor'

2017-10-20 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1508558698 -32400 # Sat Oct 21 13:04:58 2017 +0900 # Branch stable # Node ID 3600f7eaed2124e575af498043c6401233b8b2ba # Parent 5539a6acfd77d4f3117c5944efce53b293b05b6a configitems: register 'ui.editor' diff --git

Re: [PATCH 2 of 2] configitems: document the choice of using 'match' instead of 'search'

2017-10-20 Thread Yuya Nishihara
On Wed, 18 Oct 2017 16:04:32 +0200, Boris Feld wrote: > # HG changeset patch > # User Boris Feld > # Date 1508322983 -7200 > # Wed Oct 18 12:36:23 2017 +0200 > # Node ID e4c6f469eb215986ae8b1d5624c5867501462a58 > # Parent a3110a4c8aa98ebd9fc26702eb81b9366edf7335 > #

[PATCH 2 of 2 STABLE] registrar: host "dynamicdefault" constant by configitem object

2017-10-20 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1508559200 -32400 # Sat Oct 21 13:13:20 2017 +0900 # Branch stable # Node ID dc05c59e3f1714c4faceb4c1eed66a5afe0ec000 # Parent 3600f7eaed2124e575af498043c6401233b8b2ba registrar: host "dynamicdefault" constant by configitem

Re: [PATCH 4 of 4 V2] phase: add a dedicated pretxnclose-phase hook

2017-10-20 Thread Gregory Szorc
> On Oct 14, 2017, at 17:46, Boris Feld wrote: > > # HG changeset patch > # User Boris Feld > # Date 1507476198 -7200 > # Sun Oct 08 17:23:18 2017 +0200 > # Node ID d1409d777e72f23fa1c776beefd26a046091ef41 > # Parent

D1198: highlight: hide pygments import error at import time

2017-10-20 Thread yuja (Yuya Nishihara)
yuja requested changes to this revision. yuja added a comment. This revision now requires changes to proceed. Not work because hgext.highlight is a package module and hgext.highlight.highlight is initialized to None. I'll send another patch that will hopefully fix these test failures.

mercurial@34910: new changeset (1 on stable)

2017-10-20 Thread Mercurial Commits
New changeset (1 on stable) in mercurial: https://www.mercurial-scm.org/repo/hg/rev/498697fe41f2 changeset: 34910:498697fe41f2 branch: stable bookmark:@ tag: tip user:Boris Feld date:Thu Oct 19 21:50:14 2017 +0200 summary: exchange:

Re: [PATCH] show: use labelcset() template alias for work (and stack) views

2017-10-20 Thread Yuya Nishihara
On Thu, 19 Oct 2017 23:19:35 +0200, Gregory Szorc wrote: > On Thu, Oct 19, 2017 at 4:10 PM, Yuya Nishihara wrote: > > On Tue, 17 Oct 2017 21:01:48 +0200, Denis Laxalde wrote: > > > # HG changeset patch > > > # User Denis Laxalde > > > # Date 1508264743 -7200 > >

[PATCH STABLE] help: do not abort topicmatch() because of unimportable extensions

2017-10-20 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1501942537 -32400 # Sat Aug 05 23:15:37 2017 +0900 # Branch stable # Node ID cd3e41ae547b07c03bd05ee0fef23ca27504383b # Parent 498697fe41f2ff08432743d62ee87f9c22630c81 help: do not abort topicmatch() because of unimportable

[PATCH STABLE] configitems: register 'email.to' and 'patchbomb.to'

2017-10-20 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1508505909 -32400 # Fri Oct 20 22:25:09 2017 +0900 # Branch stable # Node ID 6480af4400d186915db437332f906d0b0cfc4b72 # Parent cd3e41ae547b07c03bd05ee0fef23ca27504383b configitems: register 'email.to' and 'patchbomb.to' diff

Re: [PATCH STABLE] help: do not abort topicmatch() because of unimportable extensions

2017-10-20 Thread Kevin Bullock
> On Oct 20, 2017, at 08:24, Yuya Nishihara wrote: > > # HG changeset patch > # User Yuya Nishihara > # Date 1501942537 -32400 > # Sat Aug 05 23:15:37 2017 +0900 > # Branch stable > # Node ID cd3e41ae547b07c03bd05ee0fef23ca27504383b > # Parent

Re: [PATCH STABLE] help: do not abort topicmatch() because of unimportable extensions

2017-10-20 Thread Kevin Bullock
(+junw) > On Oct 20, 2017, at 10:06, Kevin Bullock > wrote: > >> On Oct 20, 2017, at 08:24, Yuya Nishihara wrote: >> >> # HG changeset patch >> # User Yuya Nishihara >> # Date 1501942537 -32400 >> # Sat Aug 05 23:15:37

Re: [PATCH STABLE] help: do not abort topicmatch() because of unimportable extensions

2017-10-20 Thread Kevin Bullock
> On Oct 20, 2017, at 10:19, Yuya Nishihara wrote: > > On Fri, 20 Oct 2017 10:07:03 -0500, Kevin Bullock wrote: >> (+junw) >> >>> On Oct 20, 2017, at 10:06, Kevin Bullock >>> wrote: >>> On Oct 20, 2017, at 08:24, Yuya Nishihara

Re: [PATCH STABLE] configitems: register 'email.to' and 'patchbomb.to'

2017-10-20 Thread Kevin Bullock
> On Oct 20, 2017, at 08:37, Yuya Nishihara wrote: > > # HG changeset patch > # User Yuya Nishihara > # Date 1508505909 -32400 > # Fri Oct 20 22:25:09 2017 +0900 > # Branch stable > # Node ID 6480af4400d186915db437332f906d0b0cfc4b72 > # Parent

Re: [PATCH STABLE] help: do not abort topicmatch() because of unimportable extensions

2017-10-20 Thread Yuya Nishihara
On Fri, 20 Oct 2017 10:07:03 -0500, Kevin Bullock wrote: > (+junw) > > > On Oct 20, 2017, at 10:06, Kevin Bullock > > wrote: > > > >> On Oct 20, 2017, at 08:24, Yuya Nishihara wrote: > >> > >> # HG changeset patch > >> # User Yuya Nishihara

D1201: dirstate: clean up when restoring identical backups

2017-10-20 Thread krbullock (Kevin Bullock)
krbullock added subscribers: durham, krbullock. krbullock accepted this revision as: krbullock. krbullock added a comment. LGTM but I'd like someone with more familiarity with dirstate to have a look too. Maybe @durham ? REPOSITORY rHG Mercurial REVISION DETAIL

mercurial@34914: 4 new changesets (4 on stable)

2017-10-20 Thread Mercurial Commits
4 new changesets (4 on stable) in mercurial: https://www.mercurial-scm.org/repo/hg/rev/645b6684cf5b changeset: 34911:645b6684cf5b branch: stable user:Yuya Nishihara date:Fri Oct 20 22:25:09 2017 +0900 summary: configitems: register 'email.to' and