Re: [PATCH RFC] ui: add support for a tweakdefaults knob

2017-06-14 Thread Martin von Zweigbergk via Mercurial-devel
On Wed, Jun 14, 2017 at 6:37 PM, Augie Fackler wrote: > # HG changeset patch > # User Augie Fackler > # Date 1497488194 14400 > # Wed Jun 14 20:56:34 2017 -0400 > # Node ID 0e5ea7a86a8021d02218c35b07366ac6081ab3fb > # Parent 3abba5bc34546951b11b1bd3f5e5c77b90d950d1 > ui: add support for a t

[PATCH] test-dirstate-race: stabilize for Windows

2017-06-14 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1497499018 14400 # Wed Jun 14 23:56:58 2017 -0400 # Node ID 3529e3a150a1f92ff8586ec61a6736b174283b85 # Parent 3803dbea223e4b726d335879d1e57f688b80713b test-dirstate-race: stabilize for Windows Without quoting, the output after "custom merge t

Re: [PATCH STABLE] largefiles: avoid a crash when archiving a subrepo with largefiles disabled

2017-06-14 Thread Augie Fackler
On Wed, Jun 14, 2017 at 12:29:15AM -0400, Matt Harbison wrote: > # HG changeset patch > # User Matt Harbison > # Date 1497407081 14400 > # Tue Jun 13 22:24:41 2017 -0400 > # Branch stable > # Node ID ae904143fdc12bd46cac831ee20a666adc879339 > # Parent efebc9f52ecbbbe90fcb83c6a6202f2ec948bbc5

[PATCH 2 of 3 v2] patchbomb: lay test groundwork for some new functionality

2017-06-14 Thread Augie Fackler
# HG changeset patch # User Augie Fackler # Date 1497385899 14400 # Tue Jun 13 16:31:39 2017 -0400 # Node ID 85fa6c9f000f374bebd40c401e4d0945d2194e1f # Parent a2d6d99356a75d5957767d106684652752234931 patchbomb: lay test groundwork for some new functionality These email blobs are so big, it'

[PATCH 3 of 3 v2] patchbomb: add support for a file that configures default To and CC

2017-06-14 Thread Augie Fackler
# HG changeset patch # User Augie Fackler # Date 1497387366 14400 # Tue Jun 13 16:56:06 2017 -0400 # Node ID 5b5570529e237d1fd70ef3e6ba80739bd51a9d52 # Parent 85fa6c9f000f374bebd40c401e4d0945d2194e1f patchbomb: add support for a file that configures default To and CC This lets repositories

[PATCH 1 of 3 v2] patchbomb: add test that shows --to and --cc override matching config item

2017-06-14 Thread Augie Fackler
# HG changeset patch # User Augie Fackler # Date 1497453237 14400 # Wed Jun 14 11:13:57 2017 -0400 # Node ID a2d6d99356a75d5957767d106684652752234931 # Parent 9d76812f9b0bdd0af9b4ea68bb16765c591d9b4a patchbomb: add test that shows --to and --cc override matching config item As far as I know

Re: [PATCH RFC] ui: add support for a tweakdefaults knob

2017-06-14 Thread Siddharth Agarwal
On 6/14/17 6:37 PM, Augie Fackler wrote: # HG changeset patch # User Augie Fackler # Date 1497488194 14400 # Wed Jun 14 20:56:34 2017 -0400 # Node ID 0e5ea7a86a8021d02218c35b07366ac6081ab3fb # Parent 3abba5bc34546951b11b1bd3f5e5c77b90d950d1 ui: add support for a tweakdefaults knob +1 --

Re: [PATCH RFC] ui: add support for a tweakdefaults knob

2017-06-14 Thread Sean Farley
Sean Farley writes: > Augie Fackler writes: > >> # HG changeset patch >> # User Augie Fackler >> # Date 1497488194 14400 >> # Wed Jun 14 20:56:34 2017 -0400 >> # Node ID 0e5ea7a86a8021d02218c35b07366ac6081ab3fb >> # Parent 3abba5bc34546951b11b1bd3f5e5c77b90d950d1 >> ui: add support for a

Re: [PATCH 8 of 8] formatter: document lookuptemplate()

2017-06-14 Thread Augie Fackler
On Wed, Jun 14, 2017 at 10:40:39PM +0900, Yuya Nishihara wrote: > # HG changeset patch > # User Yuya Nishihara > # Date 1494055461 -32400 > # Sat May 06 16:24:21 2017 +0900 > # Node ID 14130673e730fa675a722369e2ca6d5ca1bce486 > # Parent 1eebb6b06eb09504ee66daa8f02f3e6caa459b54 > formatter: d

Re: [PATCH RFC] ui: add support for a tweakdefaults knob

2017-06-14 Thread Sean Farley
Augie Fackler writes: > # HG changeset patch > # User Augie Fackler > # Date 1497488194 14400 > # Wed Jun 14 20:56:34 2017 -0400 > # Node ID 0e5ea7a86a8021d02218c35b07366ac6081ab3fb > # Parent 3abba5bc34546951b11b1bd3f5e5c77b90d950d1 > ui: add support for a tweakdefaults knob > > We've bee

[PATCH RFC] ui: add support for a tweakdefaults knob

2017-06-14 Thread Augie Fackler
# HG changeset patch # User Augie Fackler # Date 1497488194 14400 # Wed Jun 14 20:56:34 2017 -0400 # Node ID 0e5ea7a86a8021d02218c35b07366ac6081ab3fb # Parent 3abba5bc34546951b11b1bd3f5e5c77b90d950d1 ui: add support for a tweakdefaults knob We've been talking for years about a one-stop conf

[Bug 5595] New: AssertionError: computed line range for ... is not consistent between ancestor branches in context.blockdescendants()

2017-06-14 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=5595 Bug ID: 5595 Summary: AssertionError: computed line range for ... is not consistent between ancestor branches in context.blockdescendants() Product: Mercurial Vers

Re: [PATCH 5 of 5 RFC] patchbomb: add support for a file that configures default To and CC

2017-06-14 Thread Sean Farley
Augie Fackler writes: >> On Jun 14, 2017, at 10:17, Yuya Nishihara wrote: >> >> On Tue, 13 Jun 2017 18:50:27 -0400, Augie Fackler wrote: >>> Durham had the idea of a tweak to patchbomb that would let us not do >>> https://www.mercurial-scm.org/wiki/Herald. >>> >>> I implemented filesets for t

Re: [PATCH] pushkey: use False/True for return values from push functions

2017-06-14 Thread Martin von Zweigbergk via Mercurial-devel
On Wed, Jun 14, 2017 at 12:04 PM, Augie Fackler wrote: > >> On Jun 14, 2017, at 12:07, Martin von Zweigbergk via Mercurial-devel >> wrote: >> >> On Wed, Jun 14, 2017 at 5:52 AM, Yuya Nishihara wrote: >>> On Wed, 14 Jun 2017 13:15:22 +0200, Pierre-Yves David wrote: On 06/13/2017 08:54 PM, S

[PATCH 3 of 3] tests: add a new test-terse-status.t with tests related to terse flag

2017-06-14 Thread Pulkit Goyal
# HG changeset patch # User Pulkit Goyal <7895pul...@gmail.com> # Date 1497474018 -19800 # Thu Jun 15 02:30:18 2017 +0530 # Node ID a5027ac9499e9b647f88cea8f2a09399c488d61e # Parent 312ec8385177d5780851ae1e682ea992a99a17ba tests: add a new test-terse-status.t with tests related to terse flag

[PATCH 2 of 3] status: add a flag to terse the output (issue4119)

2017-06-14 Thread Pulkit Goyal
# HG changeset patch # User Pulkit Goyal <7895pul...@gmail.com> # Date 1497469028 -19800 # Thu Jun 15 01:07:08 2017 +0530 # Node ID 312ec8385177d5780851ae1e682ea992a99a17ba # Parent 60c3eb0a6ae2f0e7dfc94ac103ad4bfc53aa status: add a flag to terse the output (issue4119) This adds an exper

[PATCH 1 of 3] cmdutil: add a function to terse the status

2017-06-14 Thread Pulkit Goyal
# HG changeset patch # User Pulkit Goyal <7895pul...@gmail.com> # Date 1497462524 -19800 # Wed Jun 14 23:18:44 2017 +0530 # Node ID 60c3eb0a6ae2f0e7dfc94ac103ad4bfc53aa # Parent f12a51d828c6bac3ed7683bd07f7d04232727da5 cmdutil: add a function to terse the status This function will be use

mercurial@32826: 5 new changesets

2017-06-14 Thread Mercurial Commits
5 new changesets in mercurial: https://www.mercurial-scm.org/repo/hg/rev/e65ff29dbeb0 changeset: 32822:e65ff29dbeb0 user:Martin von Zweigbergk date:Mon Jun 12 16:35:57 2017 -0700 summary: pushkey: use False/True for return values from push functions https://www.mercurial-sc

Re: Is the bugzilla bug closer bot broken?

2017-06-14 Thread Augie Fackler
(+Kevin) > On Jun 14, 2017, at 13:12, Siddharth Agarwal wrote: > > https://bz.mercurial-scm.org/show_bug.cgi?id=5581 should have been closed by > https://www.mercurial-scm.org/repo/hg/rev/1b25c648d5b7, but looks like it > wasn't. I think this used to work a while ago -- did it break at some po

Re: [PATCH] pushkey: use False/True for return values from push functions

2017-06-14 Thread Augie Fackler
> On Jun 14, 2017, at 12:07, Martin von Zweigbergk via Mercurial-devel > wrote: > > On Wed, Jun 14, 2017 at 5:52 AM, Yuya Nishihara wrote: >> On Wed, 14 Jun 2017 13:15:22 +0200, Pierre-Yves David wrote: >>> On 06/13/2017 08:54 PM, Sean Farley wrote: Martin von Zweigbergk via Mercurial-dev

mercurial@32821: 5 new changesets

2017-06-14 Thread Mercurial Commits
5 new changesets in mercurial: https://www.mercurial-scm.org/repo/hg/rev/e962c70c0aad changeset: 32817:e962c70c0aad user:Yuya Nishihara date:Sun Jun 11 00:21:38 2017 +0900 summary: smartset: change repr of spanset to show revisions as half-open range https://www.mercurial-

Re: Is the bugzilla bug closer bot broken?

2017-06-14 Thread Pulkit Goyal
I can confirm that its broken from maybe couple of months because while looking for bugs to fix, sometimes I find that the bug was fixed and later end up commenting myself that the bug is fixed by commit link and changing state to resolved. Probably the bot was on Augie's machine(or hard disk) whi

Is the bugzilla bug closer bot broken?

2017-06-14 Thread Siddharth Agarwal
https://bz.mercurial-scm.org/show_bug.cgi?id=5581 should have been closed by https://www.mercurial-scm.org/repo/hg/rev/1b25c648d5b7, but looks like it wasn't. I think this used to work a while ago -- did it break at some point? ___ Mercurial-devel ma

[Bug 5594] New: glossary entry for "descendant" is misleading / wrong

2017-06-14 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=5594 Bug ID: 5594 Summary: glossary entry for "descendant" is misleading / wrong Product: Mercurial Version: 4.2.1 Hardware: All OS: All Status: UNCONFIRMED Sev

Re: [PATCH] pushkey: use False/True for return values from push functions

2017-06-14 Thread Martin von Zweigbergk via Mercurial-devel
On Wed, Jun 14, 2017 at 5:52 AM, Yuya Nishihara wrote: > On Wed, 14 Jun 2017 13:15:22 +0200, Pierre-Yves David wrote: >> On 06/13/2017 08:54 PM, Sean Farley wrote: >> > Martin von Zweigbergk via Mercurial-devel >> > writes: >> > >> >> # HG changeset patch >> >> # User Martin von Zweigbergk >> >>

Re: [PATCH 5 of 5 RFC] patchbomb: add support for a file that configures default To and CC

2017-06-14 Thread Kevin Bullock
> On Jun 14, 2017, at 10:19, Augie Fackler wrote: > > >> On Jun 14, 2017, at 10:17, Yuya Nishihara wrote: >> >> On Tue, 13 Jun 2017 18:50:27 -0400, Augie Fackler wrote: >>> Durham had the idea of a tweak to patchbomb that would let us not do >>> https://www.mercurial-scm.org/wiki/Herald. >>>

Re: [PATCH 5 of 5 RFC] patchbomb: add support for a file that configures default To and CC

2017-06-14 Thread Augie Fackler
> On Jun 14, 2017, at 10:17, Yuya Nishihara wrote: > > On Tue, 13 Jun 2017 18:50:27 -0400, Augie Fackler wrote: >> Durham had the idea of a tweak to patchbomb that would let us not do >> https://www.mercurial-scm.org/wiki/Herald. >> >> I implemented filesets for the RFC, but I think we should

mercurial@32816: 6 new changesets

2017-06-14 Thread Mercurial Commits
6 new changesets in mercurial: https://www.mercurial-scm.org/repo/hg/rev/ff02bb5979c1 changeset: 32811:ff02bb5979c1 parent: 32810:6675d23da748 parent: 32795:efebc9f52ecb user:Augie Fackler date:Tue Jun 13 10:02:34 2017 -0400 summary: merge with stable https://www.

Re: [PATCH 5 of 5 RFC] patchbomb: add support for a file that configures default To and CC

2017-06-14 Thread Augie Fackler
> On Jun 14, 2017, at 03:46, Denis Laxalde wrote: > > Augie Fackler a écrit : >> Durham had the idea of a tweak to patchbomb that would let us not do >> https://www.mercurial-scm.org/wiki/Herald. >> >> I implemented filesets for the RFC, but I think we should probably also >> allow reset-base

Re: [PATCH 5 of 5 RFC] patchbomb: add support for a file that configures default To and CC

2017-06-14 Thread Yuya Nishihara
On Tue, 13 Jun 2017 18:50:27 -0400, Augie Fackler wrote: > Durham had the idea of a tweak to patchbomb that would let us not do > https://www.mercurial-scm.org/wiki/Herald. > > I implemented filesets for the RFC, but I think we should probably also allow > reset-based subscriptions too (e.g. "hi

Re: [PATCH 3 of 5 RFC] patchbomb: make getaddrs function easier to work with

2017-06-14 Thread Yuya Nishihara
On Tue, 13 Jun 2017 18:12:38 -0400, Augie Fackler wrote: > # HG changeset patch > # User Augie Fackler > # Date 1497390213 14400 > # Tue Jun 13 17:43:33 2017 -0400 > # Node ID 218470bf601bb0baaae333c73ccc0aab615d8f40 > # Parent c33d1593d5d60468b0260d554311278746f50506 > patchbomb: make getad

[PATCH 8 of 8] formatter: document lookuptemplate()

2017-06-14 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1494055461 -32400 # Sat May 06 16:24:21 2017 +0900 # Node ID 14130673e730fa675a722369e2ca6d5ca1bce486 # Parent 1eebb6b06eb09504ee66daa8f02f3e6caa459b54 formatter: document lookuptemplate() diff --git a/mercurial/cmdutil.py b/mercurial/cmduti

[PATCH 4 of 8] graphlog: do not look up graphnodetemplate in template paths (BC)

2017-06-14 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1492840385 -32400 # Sat Apr 22 14:53:05 2017 +0900 # Node ID 544bef6832aa25822fdfa7c93e8fe5f8371bcb80 # Parent b1c1aab629501208e0b84b2c604328eea4311d4c graphlog: do not look up graphnodetemplate in template paths (BC) ui.graphnodetemplate co

[PATCH 6 of 8] formatter: inline gettemplater()

2017-06-14 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1492841513 -32400 # Sat Apr 22 15:11:53 2017 +0900 # Node ID 9cbdd6d4990b16046aaf861a7ef7ecafe559e99e # Parent 2e1a9d997e10ebbfba747ceacac0c514ea0a4524 formatter: inline gettemplater() Since it's highly use-case dependent how template should

[PATCH 5 of 8] formatter: factor out function to create templater from literal or map file

2017-06-14 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1492841166 -32400 # Sat Apr 22 15:06:06 2017 +0900 # Node ID 2e1a9d997e10ebbfba747ceacac0c514ea0a4524 # Parent 544bef6832aa25822fdfa7c93e8fe5f8371bcb80 formatter: factor out function to create templater from literal or map file (tmpl, mapfil

[PATCH 2 of 8] formatter: open raw template file in binary mode (BC)

2017-06-14 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1494049651 -32400 # Sat May 06 14:47:31 2017 +0900 # Node ID 4642ef5a653b3daa3db1121e8bdd1351b98b28fc # Parent ce83b5ca8a012516342b2228da00da3c70f6218a formatter: open raw template file in binary mode (BC) I believe it was a mistake to open

[PATCH 7 of 8] cmdutil: rename gettemplate() to _lookuplogtemplate()

2017-06-14 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1492842627 -32400 # Sat Apr 22 15:30:27 2017 +0900 # Node ID 1eebb6b06eb09504ee66daa8f02f3e6caa459b54 # Parent 9cbdd6d4990b16046aaf861a7ef7ecafe559e99e cmdutil: rename gettemplate() to _lookuplogtemplate() This function is only useful when p

[PATCH 3 of 8] formatter: open raw template file in posix semantics

2017-06-14 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1494049727 -32400 # Sat May 06 14:48:47 2017 +0900 # Node ID b1c1aab629501208e0b84b2c604328eea4311d4c # Parent 4642ef5a653b3daa3db1121e8bdd1351b98b28fc formatter: open raw template file in posix semantics This should have no effect, but seem

[PATCH 1 of 8] formatter: close raw template file explicitly

2017-06-14 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1494049222 -32400 # Sat May 06 14:40:22 2017 +0900 # Node ID ce83b5ca8a012516342b2228da00da3c70f6218a # Parent e65ff29dbeb02ce08e4a64f381ccd37949354dcf formatter: close raw template file explicitly diff --git a/mercurial/formatter.py b/mercu

Re: [PATCH] pushkey: use False/True for return values from push functions

2017-06-14 Thread Yuya Nishihara
On Wed, 14 Jun 2017 13:15:22 +0200, Pierre-Yves David wrote: > On 06/13/2017 08:54 PM, Sean Farley wrote: > > Martin von Zweigbergk via Mercurial-devel > > writes: > > > >> # HG changeset patch > >> # User Martin von Zweigbergk > >> # Date 1497310557 25200 > >> # Mon Jun 12 16:35:57 2017 -07

Re: [PATCH] bisect: improve option validation message

2017-06-14 Thread Yuya Nishihara
On Wed, 14 Jun 2017 01:54:10 -0400, Brandon McCaig wrote: > On Wed, Jun 14, 2017 at 01:51:46AM -0400, Brandon McCaig wrote: > # HG changeset patch > # User Brandon McCaig > # Date 1497419027 14400 > # Wed Jun 14 01:43:47 2017 -0400 > # Node ID 630766ecca6c0df1256d25868778722f5e312353 > # Pare

Re: [PATCH] pushkey: use False/True for return values from push functions

2017-06-14 Thread Pierre-Yves David
On 06/13/2017 08:54 PM, Sean Farley wrote: Martin von Zweigbergk via Mercurial-devel writes: # HG changeset patch # User Martin von Zweigbergk # Date 1497310557 25200 # Mon Jun 12 16:35:57 2017 -0700 # Node ID 984cdd0844fecb6c56d570236b03c999c4d485cf # Parent f40eec7af04416521543b284f

Re: [PATCH 5 of 5 RFC] patchbomb: add support for a file that configures default To and CC

2017-06-14 Thread Denis Laxalde
Augie Fackler a écrit : Durham had the idea of a tweak to patchbomb that would let us not do https://www.mercurial-scm.org/wiki/Herald. I implemented filesets for the RFC, but I think we should probably also allow reset-based subscriptions too (e.g. "histedit" as a keyword or similar). I'd app