[PATCH] util: refactor compression engine capabilities declaration

2017-01-18 Thread Gregory Szorc
# HG changeset patch # User Gregory Szorc # Date 1484729224 28800 # Wed Jan 18 00:47:04 2017 -0800 # Node ID 016baf3f6299e23b98c205b6506bb6203dba8fd6 # Parent 923336cf8b8afdb41746ecef8a39d773bd5538bf util: refactor compression engine capabilities declaration I was

Re: [PATCH] templater: add 'env()' to fetch environment variables

2017-01-18 Thread Yuya Nishihara
On Tue, 17 Jan 2017 23:40:41 -0500, Matt Harbison wrote: > I see that the default template for 'extras' filters through > 'stringescape', which isn't documented, so it isn't in the help. Any > reason it shouldn't be documented? I guess that's because stringescape isn't generally useful,

Re: [PATCH] templater: add 'env()' to fetch environment variables

2017-01-18 Thread Yuya Nishihara
On Tue, 17 Jan 2017 23:46:43 -0500, Matt Harbison wrote: > On Tue, 17 Jan 2017 09:06:59 -0500, Yuya Nishihara wrote: > > > On Mon, 16 Jan 2017 22:28:17 -0500, Matt Harbison wrote: > >> On Mon, 16 Jan 2017 07:25:24 -0500, Yuya Nishihara > >> wrote: > >> > On Sun,

[PATCH] help: update help for `hg update` which was misleading (bug5427)

2017-01-18 Thread Pulkit Goyal
# HG changeset patch # User Pulkit Goyal <7895pul...@gmail.com> # Date 1484691259 -19800 # Wed Jan 18 03:44:19 2017 +0530 # Node ID 96526ae813742f2e230beb243a8317eb80cd5e16 # Parent 08b34c3a6f74800b5b357f371568177827963e2b help: update help for `hg update` which was misleading (bug5427)

[PATCH STABLE] statprof: require input file

2017-01-18 Thread Gregory Szorc
# HG changeset patch # User Gregory Szorc # Date 1484808307 28800 # Wed Jan 18 22:45:07 2017 -0800 # Branch stable # Node ID c148ef85245edba14eff9219e0404fc832c8305c # Parent 94af7d0c812fe7d3a5651191685ca43e1a331814 statprof: require input file statprof has a

Re: [PATCH 1 of 4 emacs-for-augie] ui: add a parameter to set the temporary directory for edit

2017-01-18 Thread Sean Farley
Augie Fackler writes: > On Mon, Jan 16, 2017 at 09:41:11PM -0800, Sean Farley wrote: >> # HG changeset patch >> # User Sean Farley >> # Date 1484629522 28800 >> # Mon Jan 16 21:05:22 2017 -0800 >> # Node ID cb18a2517507a169a7b3c38b369199130b1c89c0 >> #

Re: [PATCH 2 of 2 V2] templater: add '{envvars}' to access environment variables

2017-01-18 Thread Matt Harbison
On Wed, 18 Jan 2017 08:44:55 -0500, Yuya Nishihara wrote: On Tue, 17 Jan 2017 23:50:47 -0500, Matt Harbison wrote: # HG changeset patch # User Matt Harbison # Date 1484712774 18000 # Tue Jan 17 23:12:54 2017 -0500 # Node ID

mercurial@30842: 2 new changesets (2 on stable)

2017-01-18 Thread Mercurial Commits
2 new changesets (2 on stable) in mercurial: https://www.mercurial-scm.org/repo/hg/rev/c177635e4acf changeset: 30841:c177635e4acf branch: stable user:Augie Fackler date:Wed Jan 18 20:02:58 2017 -0500 summary: Added tag 4.1-rc for changeset

[PATCH] contrib: fix check-commit to not reject commits from `hg sign` and `hg tag`

2017-01-18 Thread Augie Fackler
# HG changeset patch # User Augie Fackler # Date 1484800475 18000 # Wed Jan 18 23:34:35 2017 -0500 # Branch stable # Node ID 416cd976ac56e2915e5ee7422d9b97f0d41b8e04 # Parent 41d220e2bed95664c335f6a7ef70b8ce06dca86c contrib: fix check-commit to not reject commits from `hg

Re: [PATCH] tests: work around FreeBSD's unzip having slightly different output

2017-01-18 Thread Martin von Zweigbergk via Mercurial-devel
Queued, thanks. On Wed, Jan 18, 2017 at 9:06 PM, Augie Fackler wrote: > # HG changeset patch > # User Augie Fackler > # Date 1484801021 18000 > # Wed Jan 18 23:43:41 2017 -0500 > # Branch stable > # Node ID f1b9a08107361b03dbdd3d7200c3126e0de10864 > #

Re: [PATCH] ui: rename tmpdir parameter to more specific repopath

2017-01-18 Thread Augie Fackler
queued, thanks > On Jan 18, 2017, at 9:38 PM, Sean Farley wrote: > > # HG changeset patch > # User Sean Farley > # Date 1484792751 28800 > # Wed Jan 18 18:25:51 2017 -0800 > # Branch stable > # Node ID 41d220e2bed95664c335f6a7ef70b8ce06dca86c > # Parent

Re: [PATCH] contrib: fix check-commit to not reject commits from `hg sign` and `hg tag`

2017-01-18 Thread Sean Farley
Augie Fackler writes: > # HG changeset patch > # User Augie Fackler > # Date 1484800475 18000 > # Wed Jan 18 23:34:35 2017 -0500 > # Branch stable > # Node ID 416cd976ac56e2915e5ee7422d9b97f0d41b8e04 > # Parent 41d220e2bed95664c335f6a7ef70b8ce06dca86c >

Re: [PATCH] help: update help for `hg update` which was misleading (bug5427)

2017-01-18 Thread Martin von Zweigbergk via Mercurial-devel
As you may have seen in the email from "Mercurial Commits", this was queued as 64a9160b, thanks. On Wed, Jan 18, 2017 at 5:15 AM, Pulkit Goyal <7895pul...@gmail.com> wrote: > # HG changeset patch > # User Pulkit Goyal <7895pul...@gmail.com> > # Date 1484691259 -19800 > # Wed Jan 18 03:44:19

Re: [PATCH] contrib: fix check-commit to not reject commits from `hg sign` and `hg tag`

2017-01-18 Thread Martin von Zweigbergk via Mercurial-devel
On Wed, Jan 18, 2017 at 8:35 PM, Augie Fackler wrote: > # HG changeset patch > # User Augie Fackler > # Date 1484800475 18000 > # Wed Jan 18 23:34:35 2017 -0500 > # Branch stable > # Node ID 416cd976ac56e2915e5ee7422d9b97f0d41b8e04 > # Parent

mercurial@30828: 2 new changesets

2017-01-18 Thread Mercurial Commits
2 new changesets in mercurial: https://www.mercurial-scm.org/repo/hg/rev/e997e4826459 changeset: 30827:e997e4826459 user:Martin von Zweigbergk date:Tue Jan 17 11:29:06 2017 -0800 summary: help: format revlog.txt more closely to result

Re: [PATCH 1 of 2 V2] ui: introduce an experimental dict of exportable environment variables

2017-01-18 Thread Yuya Nishihara
On Tue, 17 Jan 2017 23:50:46 -0500, Matt Harbison wrote: > # HG changeset patch > # User Matt Harbison > # Date 1484712312 18000 > # Tue Jan 17 23:05:12 2017 -0500 > # Node ID 5a03e25ec0c0417e915b2014995bd83443ef97ec > # Parent

Re: [PATCH 2 of 2 V2] templater: add '{envvars}' to access environment variables

2017-01-18 Thread Yuya Nishihara
On Tue, 17 Jan 2017 23:50:47 -0500, Matt Harbison wrote: > # HG changeset patch > # User Matt Harbison > # Date 1484712774 18000 > # Tue Jan 17 23:12:54 2017 -0500 > # Node ID fce42f9dba7bab71463c0bcec44e6d87fdf275b2 > # Parent

Re: [PATCH] util: refactor compression engine capabilities declaration

2017-01-18 Thread Augie Fackler
On Wed, Jan 18, 2017 at 12:48:04AM -0800, Gregory Szorc wrote: > # HG changeset patch > # User Gregory Szorc > # Date 1484729224 28800 > # Wed Jan 18 00:47:04 2017 -0800 > # Node ID 016baf3f6299e23b98c205b6506bb6203dba8fd6 > # Parent

Re: [PATCH 1 of 4 emacs-for-augie] ui: add a parameter to set the temporary directory for edit

2017-01-18 Thread Augie Fackler
On Mon, Jan 16, 2017 at 09:41:11PM -0800, Sean Farley wrote: > # HG changeset patch > # User Sean Farley > # Date 1484629522 28800 > # Mon Jan 16 21:05:22 2017 -0800 > # Node ID cb18a2517507a169a7b3c38b369199130b1c89c0 > # Parent 43c5526916752b0f7476a26069709f35590ddb04 >

mercurial@30840: 12 new changesets (2 on stable)

2017-01-18 Thread Mercurial Commits
12 new changesets (2 on stable) in mercurial: https://www.mercurial-scm.org/repo/hg/rev/08b34c3a6f74 changeset: 30829:08b34c3a6f74 user:Martin von Zweigbergk date:Tue Jan 17 11:25:02 2017 -0800 summary: revlog: give EXTSTORED flag value to narrowhg

[Bug 5467] New: revset date could filter for changeset date if revision or hash is passed

2017-01-18 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=5467 Bug ID: 5467 Summary: revset date could filter for changeset date if revision or hash is passed Product: Mercurial Version: unspecified Hardware: PC OS: