Re: [PATCH V2] revset: define successors revset

2017-07-11 Thread Jun Wu
Excerpts from Jun Wu's message of 2017-07-11 21:54:36 -0700: > Excerpts from Matt Harbison's message of 2017-07-12 00:25:47 -0400: > > This will be more of an issue with precursors(), which I assume will be > > defined the same way for consistency. I tend to use the following to make > > sure

Re: [PATCH V2] revset: define successors revset

2017-07-11 Thread Matt Harbison
On Mon, 10 Jul 2017 14:00:48 -0400, Jun Wu wrote: # HG changeset patch # User Jun Wu # Date 1499709400 25200 # Mon Jul 10 10:56:40 2017 -0700 # Node ID c839dcefb603c31236e6ed2c3d94fedfe4729d33 # Parent 1e872b08a4e93b21e60cba695e4022bf71d4acf4 # Available At

[PATCH] context: name files relative to cwd in warning messages

2017-07-11 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1499748029 14400 # Tue Jul 11 00:40:29 2017 -0400 # Node ID e100fdb7e94d0adec9f14254e096e5757fc2f327 # Parent 6a82448038935002b24af767829d3a27908050ef context: name files relative to cwd in warning messages I was

[PATCH] test-https: stabilize for Windows

2017-07-11 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1499825217 14400 # Tue Jul 11 22:06:57 2017 -0400 # Node ID 6a82448038935002b24af767829d3a27908050ef # Parent 26e4ba058215e536d3827befbea99ff6203d35f8 test-https: stabilize for Windows A leading '/' without a

[Differential] [Commented On] D56: py3: make localrepo filtered repo cache work on py3

2017-07-11 Thread dsp (David Soria Parra)
dsp added a comment. LGTM REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D56 EMAIL PREFERENCES https://phab.mercurial-scm.org/settings/panel/emailpreferences/ To: martinvonz Cc: dsp, mercurial-devel ___

[Differential] [Request, 20 lines] D58: match: make unionmatcher a proper matcher

2017-07-11 Thread martinvonz (Martin von Zweigbergk)
martinvonz created this revision. Herald added a subscriber: mercurial-devel. REVISION SUMMARY unionmatcher is currently used where only a limited subset of its functions will be called. Specifically, visitdir() is never called. The next patch will pass it to dirstate.walk() where it will

[Differential] [Request, 10 lines] D60: match: remove unused negatematcher

2017-07-11 Thread martinvonz (Martin von Zweigbergk)
martinvonz created this revision. Herald added a subscriber: mercurial-devel. REVISION SUMMARY This was only used by the sparse extension's dirstate._ignore override, which no longer exists. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D60 AFFECTED FILES

[Differential] [Request, 38 lines] D59: sparse: override dirstate.walk() instead of dirstate._ignore

2017-07-11 Thread martinvonz (Martin von Zweigbergk)
martinvonz created this revision. Herald added a subscriber: mercurial-devel. REVISION SUMMARY Instead of treating files that are outside the sparse config as ignored, this makes it so we list only those that are within the sparse config by passing the sparse matcher to dirstate.walk().

[Differential] [Request, 25 lines] D57: match: write forceincludematcher using unionmatcher

2017-07-11 Thread martinvonz (Martin von Zweigbergk)
martinvonz created this revision. Herald added a subscriber: mercurial-devel. REVISION SUMMARY The forceincludematcher is simply a unionmatcher of a includematcher (matching paths recursively) with the given matcher. Since the forceincludematcher is only used by sparse, move it there.

[Differential] [Request, 2 lines] D56: py3: make localrepo filtered repo cache work on py3

2017-07-11 Thread martinvonz (Martin von Zweigbergk)
martinvonz created this revision. Herald added a subscriber: mercurial-devel. REVISION SUMMARY I don't know if this is the right fix, but it makes test-py3-commands.t pass again. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D56 AFFECTED FILES

[PATCH] tagmerge: use workingfilectx to write merged tags

2017-07-11 Thread Phil Cohen
# HG changeset patch # User Phil Cohen # Date 1499816895 25200 # Tue Jul 11 16:48:15 2017 -0700 # Node ID 9ed38e65a34d2a4660fe17b6e5d6cb2ec4d949c1 # Parent 062c1bde178118b7c4d5abb1ead16ac8ad494280 tagmerge: use workingfilectx to write merged tags This function already does

Re: [PATCH 6 of 6 V2] fsmonitor: execute setup procedures only if dirstate is already instantiated

2017-07-11 Thread Jun Wu
I just double checked. The cleanup and fix is neat. Thanks! Excerpts from FUJIWARA Katsunori's message of 2017-07-10 23:18:19 +0900: > # HG changeset patch > # User FUJIWARA Katsunori > # Date 1499695792 -32400 > # Mon Jul 10 23:09:52 2017 +0900 > # Node ID

Re: [PATCH 4 of 4] [RFC] color: support different styling depending on color support (BC)

2017-07-11 Thread Sean Farley
Kyle Lippincott writes: > On Sun, Jul 9, 2017 at 9:32 PM, Jun Wu wrote: > >> I think the series is a good improvement and can be queued with some small >> in-flight fixes. >> >> Excerpts from Gregory Szorc's message of 2017-07-09 16:46:17 -0700: >> > diff

Re: [PATCH 01 of 14] cache: introduce an abstract class for cache we can upgrade incrementally

2017-07-11 Thread Sean Farley
Gregory Szorc writes: > On Sun, Jul 9, 2017 at 10:52 AM, Boris Feld wrote: > >> # HG changeset patch >> # User Boris Feld >> # Date 1499458441 -7200 >> # Fri Jul 07 22:14:01 2017 +0200 >> # Node ID

Re: [PATCH 1 of 2] rebase: add config to move rebase into a single transaction

2017-07-11 Thread Durham Goode
On 7/11/17 2:20 PM, Martin von Zweigbergk wrote: On Tue, Jul 11, 2017 at 1:54 PM, Durham Goode wrote: # HG changeset patch # User Durham Goode # Date 1499805985 25200 # Tue Jul 11 13:46:25 2017 -0700 # Node ID 46b1d80be3c6741ba69f5029a8a4315151552293 #

Re: Experimenting with Phabricator for reviews

2017-07-11 Thread Phillip Cohen
Also: Jun has suggested to me that we should avoid using "Accept Commit", because that should be a state applied only when a commit is queued to `hg-committed` (either by the reviewer or by a future bot). Once the commit goes to `hg` it should be automatically closed (this should happen today out

Re: [PATCH 1 of 2] rebase: add config to move rebase into a single transaction

2017-07-11 Thread Martin von Zweigbergk via Mercurial-devel
On Tue, Jul 11, 2017 at 1:54 PM, Durham Goode wrote: > # HG changeset patch > # User Durham Goode > # Date 1499805985 25200 > # Tue Jul 11 13:46:25 2017 -0700 > # Node ID 46b1d80be3c6741ba69f5029a8a4315151552293 > # Parent

Re: [Differential] [Request, 2 lines] D49: modcheck: whitelist lz4revlog

2017-07-11 Thread Jun Wu
Sorry for this. I misconfigured the phabricator.callsign config. Excerpts from quark (Jun Wu)'s message of 2017-07-11 21:07:29 +: > quark created this revision. > Herald added a subscriber: mercurial-devel. > > REVISION SUMMARY > Sometimes `test-check-*` were skipped. Upon investigation,

[Bug 5617] New: demandimport: regression failed to load module with same name as the class

2017-07-11 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=5617 Bug ID: 5617 Summary: demandimport: regression failed to load module with same name as the class Product: Mercurial Version: 4.0.2 Hardware: PC OS: Linux

[Differential] [Request, 2 lines] D49: modcheck: whitelist lz4revlog

2017-07-11 Thread quark (Jun Wu)
quark created this revision. Herald added a subscriber: mercurial-devel. REVISION SUMMARY Sometimes `test-check-*` were skipped. Upon investigation, it's because `lz4revlog` was imported and `hg` printed warnings with `modcheck`. So let's make `lz4revlog` whitelisted. REPOSITORY rHG

[PATCH 2 of 2] rebase: use one dirstateguard for when using rebase.singletransaction

2017-07-11 Thread Durham Goode
# HG changeset patch # User Durham Goode # Date 1499806144 25200 # Tue Jul 11 13:49:04 2017 -0700 # Node ID d97cae16445737ab0e497b00da27fc9643c4ed4e # Parent 46b1d80be3c6741ba69f5029a8a4315151552293 rebase: use one dirstateguard for when using rebase.singletransaction This

[PATCH 1 of 2] rebase: add config to move rebase into a single transaction

2017-07-11 Thread Durham Goode
# HG changeset patch # User Durham Goode # Date 1499805985 25200 # Tue Jul 11 13:46:25 2017 -0700 # Node ID 46b1d80be3c6741ba69f5029a8a4315151552293 # Parent 062c1bde178118b7c4d5abb1ead16ac8ad494280 rebase: add config to move rebase into a single transaction This was

Re: Potential BC changes to sparse before freeze

2017-07-11 Thread Martin von Zweigbergk via Mercurial-devel
On Tue, Jul 11, 2017 at 12:44 PM, Durham Goode wrote: > > > On 7/11/17 11:01 AM, Gregory Szorc wrote: >> >> Durham, et al: >> >> 4.3 freeze is in a few days. While we have declared sparse as an >> experimental feature and not subject to BC, shipping in 4.3 means >> someone will

Re: Community video chats?

2017-07-11 Thread Augie Fackler
> On Jul 11, 2017, at 15:47, Phillip Cohen wrote: > > Great, glad there's interest. > > How would Thursday at 10am PST / 1pm EST / 6pm UTC work? This is > early enough for London to join, but not too early that California > won't. Friday mornings are less desirable

Re: Potential BC changes to sparse before freeze

2017-07-11 Thread Jun Wu
Excerpts from Gregory Szorc's message of 2017-07-11 12:50:02 -0700: > Without typing up a formal proposal, I'd like to reuse the low-level config > parser - not the higher-level config layer baked into ui.py. I /think/ that > prevents things like aliases from creeping in. I'd also like to think

Re: Potential BC changes to sparse before freeze

2017-07-11 Thread Gregory Szorc
On Tue, Jul 11, 2017 at 12:44 PM, Durham Goode wrote: > > > On 7/11/17 11:01 AM, Gregory Szorc wrote: > >> Durham, et al: >> >> 4.3 freeze is in a few days. While we have declared sparse as an >> experimental feature and not subject to BC, shipping in 4.3 means >> someone will

Re: Community video chats?

2017-07-11 Thread Phillip Cohen
Great, glad there's interest. How would Thursday at 10am PST / 1pm EST / 6pm UTC work? This is early enough for London to join, but not too early that California won't. Friday mornings are less desirable (because that's Friday evening in London) but Monday and Tuesday morning could work as well.

Re: [PATCH 9 of 9] template: use template-engine for obsfate

2017-07-11 Thread Jun Wu
Excerpts from Yuya Nishihara's message of 2017-07-12 00:06:13 +0900: > Well, I don't have expertise in the obsolete thingy, though I'm > (unfortunately) > a template expert. > > Guessing from the PATCH 4, which has the following functions, > > obsfatedata: ctx => [succs, ...] => [(succs,

Re: Potential BC changes to sparse before freeze

2017-07-11 Thread Durham Goode
On 7/11/17 11:01 AM, Gregory Szorc wrote: Durham, et al: 4.3 freeze is in a few days. While we have declared sparse as an experimental feature and not subject to BC, shipping in 4.3 means someone will inevitably use it and be impacted by future BC. (Probably Mozilla for Firefox CI). I'd like

Test message 3

2017-07-11 Thread phabricator
Please ignore this message. ___ Mercurial-devel mailing list Mercurial-devel@mercurial-scm.org https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Re: [PATCH] template: rename successorssets template into successorgroup

2017-07-11 Thread Sean Farley
Yuya Nishihara writes: > On Mon, 10 Jul 2017 12:45:12 -0700, Sean Farley wrote: >> Yuya Nishihara writes: >> > On Fri, 07 Jul 2017 21:07:18 +0200, Boris Feld wrote: >> >> # HG changeset patch >> >> # User Boris Feld >> >> # Date 1499454363

Re: [PATCH V3] status: add a flag to terse the output (issue4119)

2017-07-11 Thread Pulkit Goyal
On Tue, Jul 11, 2017 at 11:40 PM, Augie Fackler wrote: > Looks like Jun et al had some comments. Can I get a v4? I'd really > like this to be in 4.3. > > Thanks! Oh, sorry I forgot about it. Will send a v4 soon. :) ___

Re: Experimenting with Phabricator for reviews

2017-07-11 Thread Kevin Bullock
> On Jul 11, 2017, at 13:18, Jun Wu wrote: > > Excerpts from Kevin Bullock's message of 2017-07-11 13:04:10 -0500: >>> On Jul 11, 2017, at 12:36, Gregory Szorc wrote: >>> Regarding the email to this list, is it a feature or a bug that review >>> activity

Re: Experimenting with Phabricator for reviews

2017-07-11 Thread Phillip Cohen
BTW: Phabricator doesn't seem to have official mobile clients, but their mobile site is pretty good, and lets you read diffs and send quick replies on the go. Handy if you used to use e-mail for this purpose. On iOS you can just add https://phab.mercurial-scm.org/differential/ as a home screen

Re: Experimenting with Phabricator for reviews

2017-07-11 Thread Jun Wu
Excerpts from Kevin Bullock's message of 2017-07-11 13:04:10 -0500: > > On Jul 11, 2017, at 12:36, Gregory Szorc wrote: > > Regarding the email to this list, is it a feature or a bug that review > > activity at https://phab.mercurial-scm.org/D31 > >

Re: [PATCH] commitextras: move fb's extension which add extras to a commit to core

2017-07-11 Thread Durham Goode
On 7/7/17 11:37 AM, Martin von Zweigbergk via Mercurial-devel wrote: On Fri, Jul 7, 2017 at 11:33 AM, Sean Farley wrote: Kevin Bullock writes: On Jul 7, 2017, at 13:25, Martin von Zweigbergk via Mercurial-devel

Re: [PATCH V3] status: add a flag to terse the output (issue4119)

2017-07-11 Thread Augie Fackler
On Wed, Jun 28, 2017 at 04:55:46AM +0530, Pulkit Goyal wrote: > On Wed, Jun 21, 2017 at 7:07 AM, Pulkit Goyal <7895pul...@gmail.com> wrote: > > # HG changeset patch > > # User Pulkit Goyal <7895pul...@gmail.com> > > # Date 1497710422 -19800 > > # Sat Jun 17 20:10:22 2017 +0530 > > # Node ID

Re: Experimenting with Phabricator for reviews

2017-07-11 Thread Kevin Bullock
> On Jul 11, 2017, at 12:36, Gregory Szorc wrote: > > On Mon, Jul 10, 2017 at 1:00 PM, Kevin Bullock > > > wrote: > Greetings, Mercurial hackers! > > We've set up an instance of Phabricator

Re: [PATCH 6 of 8 sparse V2] dirstate: move validation of files in sparse checkout from extension

2017-07-11 Thread FUJIWARA Katsunori
At Mon, 10 Jul 2017 21:57:05 -0700, Gregory Szorc wrote: > > # HG changeset patch > # User Gregory Szorc > # Date 1499554173 25200 > # Sat Jul 08 15:49:33 2017 -0700 > # Node ID 7b09c7c8f8457dd96f45334dad13a0ceaae92a18 > # Parent

Potential BC changes to sparse before freeze

2017-07-11 Thread Gregory Szorc
Durham, et al: 4.3 freeze is in a few days. While we have declared sparse as an experimental feature and not subject to BC, shipping in 4.3 means someone will inevitably use it and be impacted by future BC. (Probably Mozilla for Firefox CI). I'd like to get in as much BC before 4.3 as possible.

Have someone tried Kallithea for code review (was Re: Experimenting with Phabricator for reviews)

2017-07-11 Thread Long Vu
On Tue, Jul 11, 2017 at 1:36 PM, Gregory Szorc wrote: > On Mon, Jul 10, 2017 at 1:00 PM, Kevin Bullock > wrote: >> >> Greetings, Mercurial hackers! >> >> We've set up an instance of Phabricator that we're going to experiment >> with for

Re: Community video chats?

2017-07-11 Thread Sean Farley
Durham Goode writes: > On 7/11/17 7:09 AM, Augie Fackler wrote: >> On Mon, Jul 10, 2017 at 11:42:48PM +, Phil Cohen wrote: >>> Many of us enjoy the fast-paced collaboration that happens during >>> Mercurial's sprints. Alas, they only happen twice a year. In the interim, >>>

Re: Experimenting with Phabricator for reviews

2017-07-11 Thread Gregory Szorc
On Mon, Jul 10, 2017 at 1:00 PM, Kevin Bullock < kbullock+mercur...@ringworld.org> wrote: > Greetings, Mercurial hackers! > > We've set up an instance of Phabricator that we're going to experiment > with for code reviews. At this time, we're not planning on using any of the > other features of

Re: [PATCH 11 of 11 sparse] dirstate: integrate sparse matcher with _ignore (API)

2017-07-11 Thread Martin von Zweigbergk via Mercurial-devel
On Tue, Jul 11, 2017 at 10:23 AM, Durham Goode wrote: > > > On 7/11/17 10:16 AM, Martin von Zweigbergk wrote: >> >> On Mon, Jul 10, 2017 at 2:48 PM, Durham Goode wrote: >>> >>> >>> >>> On 7/10/17 1:04 PM, Martin von Zweigbergk wrote: On Mon, Jul 10,

Re: [PATCH 11 of 11 sparse] dirstate: integrate sparse matcher with _ignore (API)

2017-07-11 Thread Durham Goode
On 7/11/17 10:16 AM, Martin von Zweigbergk wrote: On Mon, Jul 10, 2017 at 2:48 PM, Durham Goode wrote: On 7/10/17 1:04 PM, Martin von Zweigbergk wrote: On Mon, Jul 10, 2017 at 11:58 AM, Durham Goode wrote: On 7/10/17 11:55 AM, Martin von Zweigbergk

Re: [PATCH 04 of 11 sparse] sparse: refactor activeprofiles into a generic function (API)

2017-07-11 Thread Durham Goode
On 7/10/17 9:31 PM, Gregory Szorc wrote: On Mon, Jul 10, 2017 at 3:07 PM, Martin von Zweigbergk > wrote: On Sat, Jul 8, 2017 at 4:28 PM, Gregory Szorc > wrote: > diff

Re: [PATCH 11 of 11 sparse] dirstate: integrate sparse matcher with _ignore (API)

2017-07-11 Thread Martin von Zweigbergk via Mercurial-devel
On Mon, Jul 10, 2017 at 2:48 PM, Durham Goode wrote: > > > On 7/10/17 1:04 PM, Martin von Zweigbergk wrote: >> >> On Mon, Jul 10, 2017 at 11:58 AM, Durham Goode wrote: >>> >>> >>> >>> On 7/10/17 11:55 AM, Martin von Zweigbergk wrote: On Mon, Jul 10,

Re: [PATCH 10 of 10 V2] configitems: register the 'bugzilla.host' config

2017-07-11 Thread Augie Fackler
On Tue, Jul 11, 2017 at 05:59:44PM +0200, Boris Feld wrote: > # HG changeset patch > # User Boris Feld > # Date 1499414641 -7200 > # Fri Jul 07 10:04:01 2017 +0200 > # Node ID 18c26fe8b1863306f3a9ef9b585e69517ba957e3 > # Parent

[PATCH V2] match: inverse _anypats(), making it _prefix()

2017-07-11 Thread Martin von Zweigbergk via Mercurial-devel
# HG changeset patch # User Martin von Zweigbergk # Date 1499791352 25200 # Tue Jul 11 09:42:32 2017 -0700 # Node ID 2800fa259f4e1c23dc9c9605ed02f4d734dd1761 # Parent 32331f54930cebd2baf953506971953a588491b4 match: inverse _anypats(), making it _prefix() diff --git

Re: [PATCH 10 of 10] configitems: register the 'bugzilla.host' config

2017-07-11 Thread Augie Fackler
On Fri, Jul 07, 2017 at 08:57:45PM +0200, Boris Feld wrote: > # HG changeset patch > # User Octobus > # Date 1499414641 -7200 > # Fri Jul 07 10:04:01 2017 +0200 > # Node ID 686908f9b45d95c674edccd189f3c6f4814dbfb4 > # Parent f1eb434550a89f9705be8835409e1e0e6ff7a035 > #

mercurial@33366: 30 new changesets

2017-07-11 Thread Mercurial Commits
30 new changesets in mercurial: https://www.mercurial-scm.org/repo/hg/rev/de324547c751 changeset: 7:de324547c751 user:Matt Harbison date:Sat Jul 08 14:10:10 2017 -0400 summary: tests: stabilize on Windows

[PATCH 10 of 10 V2] configitems: register the 'bugzilla.host' config

2017-07-11 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1499414641 -7200 # Fri Jul 07 10:04:01 2017 +0200 # Node ID 18c26fe8b1863306f3a9ef9b585e69517ba957e3 # Parent b065c6b0905ff4304d5f049e4b56ed55247339c0 # EXP-Topic config.register.bugzilla configitems: register the

[PATCH 07 of 10 V2] configitems: register the 'bugzilla.fixregexp' config

2017-07-11 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1499414616 -7200 # Fri Jul 07 10:03:36 2017 +0200 # Node ID 0bb83a78698c7762b4c0a897797f5340cc9d0684 # Parent cdef7e9e6b3cd6785755edb3cb1be3cb9cec2799 # EXP-Topic config.register.bugzilla configitems: register the

[PATCH 09 of 10 V2] configitems: register the 'bugzilla.fixstatus' config

2017-07-11 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1499414637 -7200 # Fri Jul 07 10:03:57 2017 +0200 # Node ID b065c6b0905ff4304d5f049e4b56ed55247339c0 # Parent 7899b38ce3e21d04d578f101bc6fc503600ca07b # EXP-Topic config.register.bugzilla configitems: register the

[PATCH 08 of 10 V2] configitems: register the 'bugzilla.fixresolution' config

2017-07-11 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1499414740 -7200 # Fri Jul 07 10:05:40 2017 +0200 # Node ID 7899b38ce3e21d04d578f101bc6fc503600ca07b # Parent 0bb83a78698c7762b4c0a897797f5340cc9d0684 # EXP-Topic config.register.bugzilla configitems: register the

[PATCH 06 of 10 V2] configitems: register the 'bugzilla.db' config

2017-07-11 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1499414614 -7200 # Fri Jul 07 10:03:34 2017 +0200 # Node ID cdef7e9e6b3cd6785755edb3cb1be3cb9cec2799 # Parent 3d09ecfeedc7f19db069bd2cac8e269c7e561b05 # EXP-Topic config.register.bugzilla configitems: register the

[PATCH 05 of 10 V2] configitems: register the 'bugzilla.bzuser' config

2017-07-11 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1499414611 -7200 # Fri Jul 07 10:03:31 2017 +0200 # Node ID 3d09ecfeedc7f19db069bd2cac8e269c7e561b05 # Parent b98505c496cf15809cd90e5bdab5165d4731dbd8 # EXP-Topic config.register.bugzilla configitems: register the

[PATCH 04 of 10 V2] configitems: register the 'bugzilla.bzurl' config

2017-07-11 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1499414608 -7200 # Fri Jul 07 10:03:28 2017 +0200 # Node ID b98505c496cf15809cd90e5bdab5165d4731dbd8 # Parent 97aa2edd521c6999219991836ba66abb0aeb2bd9 # EXP-Topic config.register.bugzilla configitems: register the

[PATCH 03 of 10 V2] configitems: register the 'bugzilla.bzemail' config

2017-07-11 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1499414606 -7200 # Fri Jul 07 10:03:26 2017 +0200 # Node ID 97aa2edd521c6999219991836ba66abb0aeb2bd9 # Parent 3d5a8cdda2a96f147a2542c65aeb8d8addec06f0 # EXP-Topic config.register.bugzilla configitems: register the

[PATCH 02 of 10 V2] configitems: register the 'bugzilla.bzdir' config

2017-07-11 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1499414604 -7200 # Fri Jul 07 10:03:24 2017 +0200 # Node ID 3d5a8cdda2a96f147a2542c65aeb8d8addec06f0 # Parent 63cf0aae1472ea685e1543472ea722b0ea89784e # EXP-Topic config.register.bugzilla configitems: register the

[PATCH 01 of 10 V2] configitems: register the 'bugzilla.apikey' config

2017-07-11 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1499414602 -7200 # Fri Jul 07 10:03:22 2017 +0200 # Node ID 63cf0aae1472ea685e1543472ea722b0ea89784e # Parent 89796a25d4bb91fb418ad3e70faad2c586902ffb # EXP-Topic config.register.bugzilla configitems: register the

[PATCH 2 of 3 V3] repovfs: add a ward to check if locks are properly taken

2017-07-11 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1499769497 -7200 # Tue Jul 11 12:38:17 2017 +0200 # Node ID aacbe5f5ce3b41c0cf2332d05bf732e265c834a2 # Parent 9addf65400ec8e6052a399c1586320988d73a321 # EXP-Topic vfs.ward repovfs: add a ward to check if locks are

[PATCH 3 of 3 V3] reposvfs: add a ward to check if locks are properly taken

2017-07-11 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1470672882 -7200 # Mon Aug 08 18:14:42 2016 +0200 # Node ID 9856ed393ddd28ee570486e495bb9fd9762b3c9f # Parent aacbe5f5ce3b41c0cf2332d05bf732e265c834a2 # EXP-Topic vfs.ward reposvfs: add a ward to check if locks are

Re: Community video chats?

2017-07-11 Thread Durham Goode
On 7/11/17 7:09 AM, Augie Fackler wrote: On Mon, Jul 10, 2017 at 11:42:48PM +, Phil Cohen wrote: Many of us enjoy the fast-paced collaboration that happens during Mercurial's sprints. Alas, they only happen twice a year. In the interim, many of us have used ad-hoc videoconferencing to

[PATCH 1 of 3 V3] vfs: allow to pass more argument to audit

2017-07-11 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1499768878 -7200 # Tue Jul 11 12:27:58 2017 +0200 # Node ID 9addf65400ec8e6052a399c1586320988d73a321 # Parent 4672db164c986da4442bd864cd044512d975c3f2 # EXP-Topic vfs.ward vfs: allow to pass more argument to audit We

Re: Community video chats?

2017-07-11 Thread Yuya Nishihara
On Mon, 10 Jul 2017 23:42:48 +, Phil Cohen wrote: > These video chat sessions should hopefully fill a niche that's poorly > satisfied by IRC or e-mail today: discussing topics in-depth at high > bandwidth before patches hit the mailing list. > > Does this sound like something people would

Re: [PATCH 9 of 9] template: use template-engine for obsfate

2017-07-11 Thread Yuya Nishihara
On Tue, 11 Jul 2017 11:16:03 +0200, Boris Feld wrote: > Obsfate has a difficult task: summarize the obsolescence history > (potentially spanning multiple obs-markers), aggregating the different > values and all of this in multiple dimensions when there's a > divergence. > > This template seems

[PATCH 3 of 3 V2] reposvfs: add a ward to check if locks are properly taken

2017-07-11 Thread Boris Feld
# HG changeset patch # User Octobus # Date 1470672882 -7200 # Mon Aug 08 18:14:42 2016 +0200 # Node ID 443e188172a87eb4700a84cdfc16bd60ca3d4989 # Parent a630c1dfccedff6a47d16bda8c47082caf24b24c # EXP-Topic vfs.ward reposvfs: add a ward to check if locks are properly

[PATCH 1 of 3 V2] vfs: allow to pass more argument to audit

2017-07-11 Thread Boris Feld
# HG changeset patch # User Octobus # Date 1499768878 -7200 # Tue Jul 11 12:27:58 2017 +0200 # Node ID b780af8186e280e459365533133ea6bbad5c6ae2 # Parent 4672db164c986da4442bd864cd044512d975c3f2 # EXP-Topic vfs.ward vfs: allow to pass more argument to audit We want to

[PATCH 2 of 3 V2] repovfs: add a ward to check if locks are properly taken

2017-07-11 Thread Boris Feld
# HG changeset patch # User Octobus # Date 1499769497 -7200 # Tue Jul 11 12:38:17 2017 +0200 # Node ID a630c1dfccedff6a47d16bda8c47082caf24b24c # Parent b780af8186e280e459365533133ea6bbad5c6ae2 # EXP-Topic vfs.ward repovfs: add a ward to check if locks are properly

Re: [PATCH 12 of 14] vfs: add the possibility to have a "ward" to check vfs usage

2017-07-11 Thread Boris Feld
On Sat, 2017-07-08 at 16:36 +0900, Yuya Nishihara wrote: > On Fri, 07 Jul 2017 18:48:44 +0200, Boris Feld wrote: > > On Fri, 2017-07-07 at 21:48 +0900, Yuya Nishihara wrote: > > > On Thu, 06 Jul 2017 20:53:50 +0200, Boris Feld wrote: > > > > On Wed, 2017-07-05 at 23:55 +0900, Yuya Nishihara wrote:

Re: [PATCH] hgweb: re-implement followlines UI selection using buttons

2017-07-11 Thread Augie Fackler
On Mon, Jul 03, 2017 at 02:49:00PM +0200, Denis Laxalde wrote: > # HG changeset patch > # User Denis Laxalde > # Date 1499082543 -7200 > # Mon Jul 03 13:49:03 2017 +0200 > # Node ID 8c19f38c6c590f6033198a77fb64b95dee141ac7 > # Parent

Re: [PATCH V2] localrepo: cache types for filtered repos (issue5043)

2017-07-11 Thread Augie Fackler
On Sat, Jul 01, 2017 at 08:52:12PM -0700, Gregory Szorc wrote: > # HG changeset patch > # User Gregory Szorc > # Date 1498967479 25200 > # Sat Jul 01 20:51:19 2017 -0700 > # Node ID 79e1b61f921b81b59d791c26a92120875020b2b3 > # Parent

Re: [PATCH] convert: transcode CVS log messages by specified encoding (issue5597)

2017-07-11 Thread Augie Fackler
On Tue, Jul 11, 2017 at 02:24:25AM +0900, FUJIWARA Katsunori wrote: > # HG changeset patch > # User FUJIWARA Katsunori > # Date 1499706604 -32400 > # Tue Jul 11 02:10:04 2017 +0900 > # Node ID c1aac882b992fef618d60e324aa2537f0634892d > # Parent

Re: [PATCH] sslutil: check for missing certificate and key files (issue5598)

2017-07-11 Thread Augie Fackler
On Mon, Jul 10, 2017 at 09:17:38PM -0700, Gregory Szorc wrote: > # HG changeset patch > # User Gregory Szorc > # Date 1499746186 25200 > # Mon Jul 10 21:09:46 2017 -0700 > # Node ID b9e2be8b5a75cbd1adef810111a469a10c9846c5 > # Parent

Re: [PATCH v3] releasenotes: add custom admonitions support for release notes

2017-07-11 Thread Yuya Nishihara
On Tue, 11 Jul 2017 19:31:41 +0530, Pulkit Goyal wrote: > > And probably better to raise an error if an %include file not found. > > subrepo.state() has a good example. > > IMO that will make it kind of necessary to have .hgadmonitions file, > something which we should not enforce as some user

Re: [PATCH 3 of 4] match: inverse _anypats(), making it _prefix()

2017-07-11 Thread Yuya Nishihara
On Tue, 11 Jul 2017 06:38:15 -0700, Martin von Zweigbergk wrote: > On Jul 11, 2017 6:21 AM, "Yuya Nishihara" wrote: > > On Mon, 10 Jul 2017 10:27:43 -0700, Martin von Zweigbergk via > Mercurial-devel wrote: > > # HG changeset patch > > # User Martin von Zweigbergk

Re: Community video chats?

2017-07-11 Thread Augie Fackler
On Mon, Jul 10, 2017 at 11:42:48PM +, Phil Cohen wrote: > Many of us enjoy the fast-paced collaboration that happens during Mercurial's > sprints. Alas, they only happen twice a year. In the interim, many of us have > used ad-hoc videoconferencing to whiteboard ideas ahead of code review,

Re: [PATCH v3] releasenotes: add custom admonitions support for release notes

2017-07-11 Thread Pulkit Goyal
> And probably better to raise an error if an %include file not found. > subrepo.state() has a good example. IMO that will make it kind of necessary to have .hgadmonitions file, something which we should not enforce as some user might rely on the predefined sections.

Re: [PATCH 1 of 6 V2] localrepo: add isfilecached to check filecache-ed property is already cached

2017-07-11 Thread Yuya Nishihara
On Mon, 10 Jul 2017 23:18:14 +0900, FUJIWARA Katsunori wrote: > # HG changeset patch > # User FUJIWARA Katsunori > # Date 1499695791 -32400 > # Mon Jul 10 23:09:51 2017 +0900 > # Node ID d5ba581532af80641a881860c1dc718773892a40 > # Parent

Re: [PATCH 3 of 4] match: inverse _anypats(), making it _prefix()

2017-07-11 Thread Martin von Zweigbergk via Mercurial-devel
On Jul 11, 2017 6:21 AM, "Yuya Nishihara" wrote: On Mon, 10 Jul 2017 10:27:43 -0700, Martin von Zweigbergk via Mercurial-devel wrote: > # HG changeset patch > # User Martin von Zweigbergk > # Date 1499665323 25200 > # Sun Jul 09 22:42:03 2017 -0700 > #

Re: [PATCH] sslutil: check for missing certificate and key files (issue5598)

2017-07-11 Thread Yuya Nishihara
On Mon, 10 Jul 2017 21:17:38 -0700, Gregory Szorc wrote: > # HG changeset patch > # User Gregory Szorc > # Date 1499746186 25200 > # Mon Jul 10 21:09:46 2017 -0700 > # Node ID b9e2be8b5a75cbd1adef810111a469a10c9846c5 > # Parent

Re: [PATCH 1 of 4] match: make nevermatcher an exact matcher and a prefix matcher

2017-07-11 Thread Yuya Nishihara
On Mon, 10 Jul 2017 10:27:41 -0700, Martin von Zweigbergk via Mercurial-devel wrote: > # HG changeset patch > # User Martin von Zweigbergk > # Date 1499638767 25200 > # Sun Jul 09 15:19:27 2017 -0700 > # Node ID 0ce91c7d311a808b253c3b4d406e137168c95130 > # Parent

Re: [PATCH 3 of 4] match: inverse _anypats(), making it _prefix()

2017-07-11 Thread Yuya Nishihara
On Mon, 10 Jul 2017 10:27:43 -0700, Martin von Zweigbergk via Mercurial-devel wrote: > # HG changeset patch > # User Martin von Zweigbergk > # Date 1499665323 25200 > # Sun Jul 09 22:42:03 2017 -0700 > # Node ID b90074c6fa4739ae6b817d853ebcffd931671933 > # Parent

Re: [PATCH] template: rename successorssets template into successorgroup

2017-07-11 Thread Yuya Nishihara
On Mon, 10 Jul 2017 12:45:12 -0700, Sean Farley wrote: > Yuya Nishihara writes: > > On Fri, 07 Jul 2017 21:07:18 +0200, Boris Feld wrote: > >> # HG changeset patch > >> # User Boris Feld > >> # Date 1499454363 -7200 > >> # Fri Jul 07 21:06:03 2017

Re: [PATCH 9 of 9] template: use template-engine for obsfate

2017-07-11 Thread Boris Feld
On Fri, 2017-07-07 at 21:09 +0900, Yuya Nishihara wrote: > On Thu, 06 Jul 2017 23:50:17 +0200, Boris Feld wrote: > > # HG changeset patch > > # User Boris Feld > > # Date 1499085172 -7200 > > #  Mon Jul 03 14:32:52 2017 +0200 > > # Node ID

Re: [PATCH 5 of 8 sparse V2] dirstate: expose a sparse matcher on dirstate (API)

2017-07-11 Thread Martin von Zweigbergk via Mercurial-devel
On Mon, Jul 10, 2017 at 9:57 PM, Gregory Szorc wrote: > # HG changeset patch > # User Gregory Szorc > # Date 1499555884 25200 > # Sat Jul 08 16:18:04 2017 -0700 > # Node ID 03eed39f7af2db1678c2d39a2a7342e5c66b0804 > # Parent

Re: [PATCH 7 of 8 sparse V2] dirstate: move customizations to rebuild() from sparse extension

2017-07-11 Thread Martin von Zweigbergk via Mercurial-devel
On Mon, Jul 10, 2017 at 9:57 PM, Gregory Szorc wrote: > # HG changeset patch > # User Gregory Szorc > # Date 1499537680 25200 > # Sat Jul 08 11:14:40 2017 -0700 > # Node ID f0ef4aff7559a680e216407e5822e3e281ef1a5f > # Parent