[PATCH V2] revlog: use raw revision for rawsize

2017-04-02 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1491184623 25200 # Sun Apr 02 18:57:03 2017 -0700 # Node ID 8482a52e811195186399f21b87a1a6a2760593fa # Parent 04ec317b81280c189fcea33a05c8cbbac3c186b1 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull

[PATCH 3 of 3 V2] revlog: avoid applying delta chain on cache hit

2017-04-02 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1491183613 25200 # Sun Apr 02 18:40:13 2017 -0700 # Node ID 8324b03f08a91fd039ee83428b86792374640b89 # Parent e5669675e4f24e98c99165c112fa81db66ff6094 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull

[PATCH 1 of 3 V2] revlog: avoid calculating "flags" twice in revision()

2017-04-02 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1491182712 25200 # Sun Apr 02 18:25:12 2017 -0700 # Node ID 0413ffdb4a294c9d4c7b9b9c41eb733f82d7556b # Parent 04ec317b81280c189fcea33a05c8cbbac3c186b1 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull

[PATCH 2 of 3 V2] revlog: indent block to make review easier

2017-04-02 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1491182964 25200 # Sun Apr 02 18:29:24 2017 -0700 # Node ID e5669675e4f24e98c99165c112fa81db66ff6094 # Parent 0413ffdb4a294c9d4c7b9b9c41eb733f82d7556b # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull

[PATCH 2 of 2] test-revlog-raw: remove duplicated option

2017-04-02 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1491181983 25200 # Sun Apr 02 18:13:03 2017 -0700 # Node ID e84dd5a849a6ba1165497fca3eff4c4d3bc848cf # Parent 1caf8fd34ce68f6e6a739eda7687e795877effa5 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull

Re: [PATCH 2 of 8] tests: quote paths in shell script hooks

2017-04-02 Thread Matt Harbison
On Sun, 02 Apr 2017 20:41:29 -0400, Jun Wu wrote: Excerpts from Matt Harbison's message of 2017-04-02 19:12:48 -0400: # HG changeset patch # User Matt Harbison # Date 1491074606 14400 # Sat Apr 01 15:23:26 2017 -0400 # Node ID

Re: [PATCH 8 of 8] test-blackbox: glob away quoting differences on Windows

2017-04-02 Thread Jun Wu
I have went through these patches. They seem pretty straightforward and therefore marked as pre-reviewed. Excerpts from Matt Harbison's message of 2017-04-02 19:12:54 -0400: > # HG changeset patch > # User Matt Harbison > # Date 1491114591 14400 > # Sun Apr 02

Re: [PATCH 2 of 8] tests: quote paths in shell script hooks

2017-04-02 Thread Jun Wu
Excerpts from Matt Harbison's message of 2017-04-02 19:12:48 -0400: > # HG changeset patch > # User Matt Harbison > # Date 1491074606 14400 > # Sat Apr 01 15:23:26 2017 -0400 > # Node ID 54fd6d15228e8e2f8e735beac0db0930c60af9ad > # Parent

Re: [PATCH 2 of 2 V2] verify: fix length check

2017-04-02 Thread Jun Wu
Excerpts from Yuya Nishihara's message of 2017-04-02 16:33:38 +0900: > On Thu, 30 Mar 2017 14:51:15 -0700, Jun Wu wrote: > > # HG changeset patch > > # User Jun Wu > > # Date 1490824154 25200 > > # Wed Mar 29 14:49:14 2017 -0700 > > # Node ID

Re: [PATCH 1 of 2 V2] verify: document corner cases

2017-04-02 Thread Jun Wu
Excerpts from Yuya Nishihara's message of 2017-04-02 16:21:24 +0900: > On Thu, 30 Mar 2017 14:51:14 -0700, Jun Wu wrote: > > # HG changeset patch > > # User Jun Wu > > # Date 1490823901 25200 > > # Wed Mar 29 14:45:01 2017 -0700 > > # Node ID

[PATCH 2 of 8] tests: quote paths in shell script hooks

2017-04-02 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1491074606 14400 # Sat Apr 01 15:23:26 2017 -0400 # Node ID 54fd6d15228e8e2f8e735beac0db0930c60af9ad # Parent 46f601b676cecfcc318f6852fe6ab6962703d2be tests: quote paths in shell script hooks Without the quoting,

[PATCH 7 of 8] test-subrepo: update output for Windows

2017-04-02 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1491114249 14400 # Sun Apr 02 02:24:09 2017 -0400 # Node ID eb4094d2421a9fc49c8342ff244840a6c085697b # Parent f2df1dcd45d44a7cb79663fdc22054797703385a test-subrepo: update output for Windows diff --git

[PATCH 3 of 8] test-http: update output for Windows

2017-04-02 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1491085851 14400 # Sat Apr 01 18:30:51 2017 -0400 # Node ID ade96da6680ba993018effdf73b391fc6bed0531 # Parent 54fd6d15228e8e2f8e735beac0db0930c60af9ad test-http: update output for Windows The http test simply wasn't

[PATCH 1 of 8] tests: add globs for Windows

2017-04-02 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1491072519 14400 # Sat Apr 01 14:48:39 2017 -0400 # Node ID 46f601b676cecfcc318f6852fe6ab6962703d2be # Parent d1a1f21e86b2f976f5e968371f6cff145b98712a tests: add globs for Windows diff --git

[PATCH 8 of 8] test-blackbox: glob away quoting differences on Windows

2017-04-02 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1491114591 14400 # Sun Apr 02 02:29:51 2017 -0400 # Node ID a3ff64b0d0dedde5f2a5103083ad09e0bee7193e # Parent eb4094d2421a9fc49c8342ff244840a6c085697b test-blackbox: glob away quoting differences on Windows Windows

[PATCH 4 of 8] test-serve: make the 'listening at *' lines optional

2017-04-02 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1491109012 14400 # Sun Apr 02 00:56:52 2017 -0400 # Node ID b574417618632d500281b17ff0caf8cc78a3e2a0 # Parent ade96da6680ba993018effdf73b391fc6bed0531 test-serve: make the 'listening at *' lines optional The

[PATCH 3 of 3] templater: provide loop counter as "index" keyword

2017-04-02 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1461329193 -32400 # Fri Apr 22 21:46:33 2016 +0900 # Node ID 12e1172d81bc8140705eabc1dc133ff266dae551 # Parent 18aabf8f98c69cbbcff07a1f290f8bd4cf347293 templater: provide loop counter as "index" keyword This was originally

[PATCH 2 of 3] templater: rename variable "i" to "v" in runmap()

2017-04-02 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1461329106 -32400 # Fri Apr 22 21:45:06 2016 +0900 # Node ID 18aabf8f98c69cbbcff07a1f290f8bd4cf347293 # Parent 926cfc20a8563bd4726380045dbf3207359b0922 templater: rename variable "i" to "v" in runmap() I want to reuse "i" for

[PATCH 1 of 3] formatter: reorder code that builds template mapping

2017-04-02 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1491140598 -32400 # Sun Apr 02 22:43:18 2017 +0900 # Node ID 926cfc20a8563bd4726380045dbf3207359b0922 # Parent 3a4cc3a42efc903f0fd900e9ec72444c1100c57b formatter: reorder code that builds template mapping This makes the

[PATCH 2 of 2] revset: stop supporting plain list as input set (API)

2017-04-02 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1491138963 -32400 # Sun Apr 02 22:16:03 2017 +0900 # Node ID 3a4cc3a42efc903f0fd900e9ec72444c1100c57b # Parent aaa6ee684fb9892dd89b65cb615c74cd3e2b615d revset: stop supporting plain list as input set (API) There was no

[PATCH 1 of 2] revset: stop supporting predicate that returns plain list (API)

2017-04-02 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1491138092 -32400 # Sun Apr 02 22:01:32 2017 +0900 # Node ID aaa6ee684fb9892dd89b65cb615c74cd3e2b615d # Parent 069d36366695ccc5e953b35f7068f158242c1a29 revset: stop supporting predicate that returns plain list (API) It's said

[PATCH] revsetlang: enable optimization of 'x + y' expression

2017-04-02 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1463226717 -32400 # Sat May 14 20:51:57 2016 +0900 # Node ID 069d36366695ccc5e953b35f7068f158242c1a29 # Parent 04ec317b81280c189fcea33a05c8cbbac3c186b1 revsetlang: enable optimization of 'x + y' expression It's been disabled

Re: [PATCH V7] hgweb: expose a followlines UI in filerevision view

2017-04-02 Thread Yuya Nishihara
On Fri, 31 Mar 2017 18:53:28 -0700, Gregory Szorc wrote: > On Fri, Mar 31, 2017 at 4:47 AM, Denis Laxalde wrote: > > # HG changeset patch > > # User Denis Laxalde > > # Date 1490819176 -7200 > > # Wed Mar 29 22:26:16 2017 +0200 > > # Node ID

Re: [PATCH 5 of 7 shelve-ext v5] shelve: move ui.quiet manipulations to configoverride

2017-04-02 Thread Yuya Nishihara
On Wed, 29 Mar 2017 06:18:48 -0700, Kostia Balytskyi wrote: > # HG changeset patch > # User Kostia Balytskyi > # Date 1490790691 25200 > # Wed Mar 29 05:31:31 2017 -0700 > # Node ID 743fea249a852994c5bd3e47cdfb617719f19a0a > # Parent 63f5731a2dc01b30c9cd1d2c7c60a9a16d6c79c1

Re: [PATCH 9 of 9 V2] revlog: add a fast path for revision(raw=False)

2017-04-02 Thread Yuya Nishihara
On Fri, 31 Mar 2017 11:08:56 +0100, Ryan McElroy wrote: > On 3/31/17 5:45 AM, Jun Wu wrote: > > # HG changeset patch > > # User Jun Wu > > # Date 1490934075 25200 > > # Thu Mar 30 21:21:15 2017 -0700 > > # Node ID 70c6b2eecf4d580d38404f157ef99da237593a68 > > # Parent