Re: [PATCH 1 of 5] revlog: make commonancestorsheads accept revision numbers

2016-11-01 Thread Gregory Szorc
On Tue, Nov 1, 2016 at 7:25 PM, Jun Wu wrote: > Excerpts from Pierre-Yves David's message of 2016-11-02 00:05:32 +0100: > > I think I would rather see a two methods, one for revs and one for nodes > > that would keep the signature of each function clearer. One of the > > function

Re: [PATCH 5 of 5] adjustlinkrev: remove unnecessary parameters

2016-11-01 Thread Jun Wu
Excerpts from Pierre-Yves David's message of 2016-11-02 03:35:34 +0100: > > On 11/02/2016 03:15 AM, Jun Wu wrote: > > Excerpts from Pierre-Yves David's message of 2016-11-02 02:53:52 +0100: > > > >> I would like something a bit more tangible than "I believe" for example > >> the changeset that

Re: [PATCH 5 of 5] adjustlinkrev: remove unnecessary parameters

2016-11-01 Thread Pierre-Yves David
On 11/02/2016 03:15 AM, Jun Wu wrote: Excerpts from Pierre-Yves David's message of 2016-11-02 02:53:52 +0100: I would like something a bit more tangible than "I believe" for example the changeset that made it a method without cleaning the argument. It might contains data about why it did not

Re: [PATCH 5 of 5] adjustlinkrev: remove unnecessary parameters

2016-11-01 Thread Jun Wu
Excerpts from Pierre-Yves David's message of 2016-11-02 02:53:52 +0100: > I would like something a bit more tangible than "I believe" for example > the changeset that made it a method without cleaning the argument. It > might contains data about why it did not cleaned them up. See

[PATCH 2 of 7 V3] statprof: fix flake8 warnings

2016-11-01 Thread Gregory Szorc
# HG changeset patch # User Gregory Szorc # Date 1471227212 25200 # Sun Aug 14 19:13:32 2016 -0700 # Node ID 4f740964f8843bdcb08a668ae1cf37ef153eba25 # Parent 60b2d821b58fb1209f7a5a3aac95e66a61e503ea statprof: fix flake8 warnings My local flake8 hook informed me of

[PATCH 4 of 7 V3] statprof: use absolute_imports

2016-11-01 Thread Gregory Szorc
# HG changeset patch # User Gregory Szorc # Date 1478051730 25200 # Tue Nov 01 18:55:30 2016 -0700 # Node ID 68386b992feb59ec53f4d86ae2a4fd57613d6e77 # Parent 4cd53260f947639e140a61b0698d9da1032d3794 statprof: use absolute_imports As part of this, we modify import

[PATCH 1 of 7 V3] statprof: vendor statprof.py

2016-11-01 Thread Gregory Szorc
# HG changeset patch # User Gregory Szorc # Date 1478051643 25200 # Tue Nov 01 18:54:03 2016 -0700 # Node ID 60b2d821b58fb1209f7a5a3aac95e66a61e503ea # Parent e5cc44ea12de681d971fcbebb65a7fb71fd1c3c7 statprof: vendor statprof.py Vendored from

[PATCH 5 of 7 V3] statprof: use print function

2016-11-01 Thread Gregory Szorc
# HG changeset patch # User Gregory Szorc # Date 1471227612 25200 # Sun Aug 14 19:20:12 2016 -0700 # Node ID df9f56994682edca56f673cdb3db601d3173e8e7 # Parent 68386b992feb59ec53f4d86ae2a4fd57613d6e77 statprof: use print function diff --git a/mercurial/statprof.py

[PATCH 7 of 7 V3] tests: explicitly use ls profiler

2016-11-01 Thread Gregory Szorc
# HG changeset patch # User Gregory Szorc # Date 1471449135 25200 # Wed Aug 17 08:52:15 2016 -0700 # Node ID 0096b31c58b48e55dc02c91444998c38453cda89 # Parent f8835f46a64b843a5ddda63e4c67cb23ccc92ed8 tests: explicitly use ls profiler In preparation for making the

Re: [PATCH 2 of 5] adjustlinkrev: use C implementation to test ancestor if possible

2016-11-01 Thread Jun Wu
Excerpts from Pierre-Yves David's message of 2016-11-02 00:29:45 +0100: > > On 11/01/2016 09:51 AM, Jun Wu wrote: > > # HG changeset patch > > # User Jun Wu > > # Date 1477989396 0 > > # Tue Nov 01 08:36:36 2016 + > > # Node ID 93e073edc7f673d76d1113f5830ec46210707c25 > >

Re: [PATCH V2] help: hide command line options marked as "advanced"

2016-11-01 Thread Pierre-Yves David
On 11/02/2016 12:49 AM, Jun Wu wrote: Excerpts from Pierre-Yves David's message of 2016-11-02 00:41:03 +0100: On 11/01/2016 04:08 PM, Jun Wu wrote: # HG changeset patch # User Jun Wu # Date 1478011845 0 # Tue Nov 01 14:50:45 2016 + # Node ID

[PATCH 2 of 2] changegroup: use changelogrevision()

2016-11-01 Thread Gregory Szorc
# HG changeset patch # User Gregory Szorc # Date 1478050149 25200 # Tue Nov 01 18:29:09 2016 -0700 # Node ID 0bf5f704d2d99965df476e5e90a517b805ee08aa # Parent 9cd491f108689228e93b1247772aba56786afcd7 changegroup: use changelogrevision() Using offsets for accessing

[PATCH 1 of 2] changegroup: cache changelog and manifestlog outside of loop

2016-11-01 Thread Gregory Szorc
# HG changeset patch # User Gregory Szorc # Date 1478050083 25200 # Tue Nov 01 18:28:03 2016 -0700 # Node ID 9cd491f108689228e93b1247772aba56786afcd7 # Parent e5cc44ea12de681d971fcbebb65a7fb71fd1c3c7 changegroup: cache changelog and manifestlog outside of loop

[PATCH 3 of 3] revlog: optimize _chunkraw when startrev==endrev

2016-11-01 Thread Gregory Szorc
# HG changeset patch # User Gregory Szorc # Date 1477244433 25200 # Sun Oct 23 10:40:33 2016 -0700 # Node ID 4c96a177e4ff6a63156ec8cf49483a78e4437756 # Parent 0c41c0cb9b1ef7df40a30672927229ac195b1c92 revlog: optimize _chunkraw when startrev==endrev In many cases,

[PATCH 2 of 4] revlog: add a context manager to allow file handle reuse

2016-11-01 Thread Gregory Szorc
# HG changeset patch # User Gregory Szorc # Date 1477099818 25200 # Fri Oct 21 18:30:18 2016 -0700 # Node ID d631065a702fa7eb956258e2289679d5902ccff6 # Parent fb93d9a0a24db5a93a6a6758eacc6ba5ca37531e revlog: add a context manager to allow file handle reuse

[PATCH 1 of 4] perf: add command for measuring revlog chunk operations

2016-11-01 Thread Gregory Szorc
# HG changeset patch # User Gregory Szorc # Date 1478048814 25200 # Tue Nov 01 18:06:54 2016 -0700 # Node ID fb93d9a0a24db5a93a6a6758eacc6ba5ca37531e # Parent e5cc44ea12de681d971fcbebb65a7fb71fd1c3c7 perf: add command for measuring revlog chunk operations Upcoming

[PATCH 4 of 4] perf: cache revlog file handle during perfrevlog

2016-11-01 Thread Gregory Szorc
# HG changeset patch # User Gregory Szorc # Date 1476649617 25200 # Sun Oct 16 13:26:57 2016 -0700 # Node ID f7ad41bbe7d5d6037413100e9f218380ebe1a14a # Parent 45759b1b6883c2f4b1fc0227710150ef94380927 perf: cache revlog file handle during perfrevlog The aim of

Re: [PATCH 02 of 11] util: create new abstraction for compression engines

2016-11-01 Thread Gregory Szorc
On Tue, Nov 1, 2016 at 5:08 PM, Gregory Szorc wrote: > # HG changeset patch > # User Gregory Szorc > # Date 1477966026 25200 > # Mon Oct 31 19:07:06 2016 -0700 > # Node ID 4015d575d311cd7ebc923d1320e55a76c655c485 > # Parent

[PATCH 09 of 11] bundle2: use compressstream compression engine API

2016-11-01 Thread Gregory Szorc
# HG changeset patch # User Gregory Szorc # Date 1477160145 25200 # Sat Oct 22 11:15:45 2016 -0700 # Node ID 03555032b7e3bc7192fd8bebf6af3f05b1e70516 # Parent 1d4d111b644453acc4893478528a5f2ecd7ca023 bundle2: use compressstream compression engine API Compression

[PATCH 11 of 11] util: remove compressorobj API from compression engines

2016-11-01 Thread Gregory Szorc
# HG changeset patch # User Gregory Szorc # Date 1477160459 25200 # Sat Oct 22 11:20:59 2016 -0700 # Node ID 4f491f7958229b370c5929d2e2599b9ed69d8254 # Parent fc426af4f25c3403703e913ccb4a6865865fcb02 util: remove compressorobj API from compression engines It was

[PATCH 10 of 11] hgweb: use compression engine API for zlib compression

2016-11-01 Thread Gregory Szorc
# HG changeset patch # User Gregory Szorc # Date 1477160356 25200 # Sat Oct 22 11:19:16 2016 -0700 # Node ID fc426af4f25c3403703e913ccb4a6865865fcb02 # Parent 03555032b7e3bc7192fd8bebf6af3f05b1e70516 hgweb: use compression engine API for zlib compression More

[PATCH 08 of 11] util: add a stream compression API to compression engines

2016-11-01 Thread Gregory Szorc
# HG changeset patch # User Gregory Szorc # Date 1477159930 25200 # Sat Oct 22 11:12:10 2016 -0700 # Node ID 1d4d111b644453acc4893478528a5f2ecd7ca023 # Parent 289da69280d95f1b983fdf9216739411a9953fb6 util: add a stream compression API to compression engines It is a

[PATCH 07 of 11] util: remove decompressors dict (API)

2016-11-01 Thread Gregory Szorc
# HG changeset patch # User Gregory Szorc # Date 1477159113 25200 # Sat Oct 22 10:58:33 2016 -0700 # Node ID 289da69280d95f1b983fdf9216739411a9953fb6 # Parent 86eced535f53fc2992c44eef2ecd6231d3c7f33c util: remove decompressors dict (API) All in-tree consumers are

[PATCH 05 of 11] bundle2: use compression engines API to obtain decompressor

2016-11-01 Thread Gregory Szorc
# HG changeset patch # User Gregory Szorc # Date 1477158197 25200 # Sat Oct 22 10:43:17 2016 -0700 # Node ID 859682e2187c46bb7ab68aedd7dcbab5266d878e # Parent b32a9f8f72bcaea41d23165cc26583b0dcfb0fc6 bundle2: use compression engines API to obtain decompressor Like

[PATCH 01 of 11] util: put compression code next to each other

2016-11-01 Thread Gregory Szorc
# HG changeset patch # User Gregory Szorc # Date 1476577441 25200 # Sat Oct 15 17:24:01 2016 -0700 # Node ID 60f180c9a030ebcee6c6f4f8584fdb94c73ac337 # Parent e5cc44ea12de681d971fcbebb65a7fb71fd1c3c7 util: put compression code next to each other ctxmanager was

[PATCH 06 of 11] changegroup: use compression engines API

2016-11-01 Thread Gregory Szorc
# HG changeset patch # User Gregory Szorc # Date 1477158873 25200 # Sat Oct 22 10:54:33 2016 -0700 # Node ID 86eced535f53fc2992c44eef2ecd6231d3c7f33c # Parent 859682e2187c46bb7ab68aedd7dcbab5266d878e changegroup: use compression engines API The new API doesn't have

[PATCH 03 of 11] bundle2: use new compression engine API for compression

2016-11-01 Thread Gregory Szorc
# HG changeset patch # User Gregory Szorc # Date 1477157519 25200 # Sat Oct 22 10:31:59 2016 -0700 # Node ID 5ebb7422896689850acba2017f61c182050956d0 # Parent 4015d575d311cd7ebc923d1320e55a76c655c485 bundle2: use new compression engine API for compression Now that

[PATCH 04 of 11] util: remove compressors dict (API)

2016-11-01 Thread Gregory Szorc
# HG changeset patch # User Gregory Szorc # Date 1477155531 25200 # Sat Oct 22 09:58:51 2016 -0700 # Node ID b32a9f8f72bcaea41d23165cc26583b0dcfb0fc6 # Parent 5ebb7422896689850acba2017f61c182050956d0 util: remove compressors dict (API) We no longer have any in-tree

[PATCH 02 of 11] util: create new abstraction for compression engines

2016-11-01 Thread Gregory Szorc
# HG changeset patch # User Gregory Szorc # Date 1477966026 25200 # Mon Oct 31 19:07:06 2016 -0700 # Node ID 4015d575d311cd7ebc923d1320e55a76c655c485 # Parent 60f180c9a030ebcee6c6f4f8584fdb94c73ac337 util: create new abstraction for compression engines Currently,

Re: Topics [was: news from the topic experiment]

2016-11-01 Thread Sean Farley
Pierre-Yves David writes: > On 11/01/2016 05:56 AM, Sean Farley wrote: >> Pierre-Yves David writes: >> >>> On 10/15/2016 04:18 PM, Pierre-Yves David wrote: On 10/15/2016 08:47 AM, Yuya Nishihara wrote: > On Fri,

Re: [PATCH 5 of 5] adjustlinkrev: remove unnecessary parameters

2016-11-01 Thread Jun Wu
Excerpts from Pierre-Yves David's message of 2016-11-02 00:37:30 +0100: > > On 11/01/2016 09:51 AM, Jun Wu wrote: > > # HG changeset patch > > # User Jun Wu > > # Date 1477988570 0 > > # Tue Nov 01 08:22:50 2016 + > > # Node ID a14256ded0abbba1c85209f9482696bf8d58 > >

Re: [PATCH V2] help: hide command line options marked as "advanced"

2016-11-01 Thread Jun Wu
Excerpts from Pierre-Yves David's message of 2016-11-02 00:41:03 +0100: > > On 11/01/2016 04:08 PM, Jun Wu wrote: > > # HG changeset patch > > # User Jun Wu > > # Date 1478011845 0 > > # Tue Nov 01 14:50:45 2016 + > > # Node ID 058074cf24ce30ee0bc6d6a4d91fbe35631f8e8e > >

Re: [PATCH V2] help: hide command line options marked as "advanced"

2016-11-01 Thread Pierre-Yves David
On 11/01/2016 04:08 PM, Jun Wu wrote: # HG changeset patch # User Jun Wu # Date 1478011845 0 # Tue Nov 01 14:50:45 2016 + # Node ID 058074cf24ce30ee0bc6d6a4d91fbe35631f8e8e # Parent 264f00b3e5f045ac5b58d79e2a3976585f4e7739 # Available At

Re: [PATCH 5 of 5] adjustlinkrev: remove unnecessary parameters

2016-11-01 Thread Pierre-Yves David
On 11/01/2016 09:51 AM, Jun Wu wrote: # HG changeset patch # User Jun Wu # Date 1477988570 0 # Tue Nov 01 08:22:50 2016 + # Node ID a14256ded0abbba1c85209f9482696bf8d58 # Parent f6c6598addaa1854f8556bacb732347256964e3e # Available At

Re: [PATCH 4 of 5] adjustlinkrev: remove the inclusive parameter

2016-11-01 Thread Pierre-Yves David
On 11/01/2016 09:51 AM, Jun Wu wrote: # HG changeset patch # User Jun Wu # Date 1477885221 0 # Mon Oct 31 03:40:21 2016 + # Node ID f6c6598addaa1854f8556bacb732347256964e3e # Parent eead0ed124cbc59b9bb5183035aa481af3547677 # Available At

Re: [PATCH 2 of 5] adjustlinkrev: use C implementation to test ancestor if possible

2016-11-01 Thread Pierre-Yves David
On 11/01/2016 09:51 AM, Jun Wu wrote: # HG changeset patch # User Jun Wu # Date 1477989396 0 # Tue Nov 01 08:36:36 2016 + # Node ID 93e073edc7f673d76d1113f5830ec46210707c25 # Parent ac063914b3a3c01f1d7ed253c73113903fccb7a9 # Available At

Re: [PATCH 1 of 5] revlog: make commonancestorsheads accept revision numbers

2016-11-01 Thread Pierre-Yves David
On 11/01/2016 09:51 AM, Jun Wu wrote: # HG changeset patch # User Jun Wu # Date 1477987839 0 # Tue Nov 01 08:10:39 2016 + # Node ID ac063914b3a3c01f1d7ed253c73113903fccb7a9 # Parent 264f00b3e5f045ac5b58d79e2a3976585f4e7739 # Available At

Re: Topics [was: news from the topic experiment]

2016-11-01 Thread Pierre-Yves David
On 11/01/2016 04:55 PM, Gregory Szorc wrote: On Mon, Oct 31, 2016 at 9:56 PM, Sean Farley > wrote: Pierre-Yves David > writes: > On 10/15/2016 04:18 PM, Pierre-Yves David

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

2016-11-01 Thread Mercurial Commits
2 new changesets (2 on stable) in mercurial: http://selenic.com/repo/hg//rev/3726ad73db1e changeset: 30250:3726ad73db1e branch: stable user:Augie Fackler date:Tue Nov 01 14:12:37 2016 -0400 summary: Added tag 4.0 for changeset eab274469952

mercurial@30249: 8 new changesets (8 on stable)

2016-11-01 Thread Mercurial Commits
8 new changesets (8 on stable) in mercurial: http://selenic.com/repo/hg//rev/389cbfe63586 changeset: 30242:389cbfe63586 branch: stable user:Yuya Nishihara date:Tue Nov 01 21:14:33 2016 +0900 summary: hghave: fix 'rmcwd' to ensure temporary directory is

Re: Topics [was: news from the topic experiment]

2016-11-01 Thread Sean Farley
Gregory Szorc writes: > On Mon, Oct 31, 2016 at 9:56 PM, Sean Farley wrote: > >> Pierre-Yves David writes: >> >> > On 10/15/2016 04:18 PM, Pierre-Yves David wrote: >> >> >> >> >> >> On 10/15/2016 08:47 AM, Yuya Nishihara

Re: [PATCH 3 of 3 STABLE V2] changectx: do not include hidden revisions on short node lookup (issue4964)

2016-11-01 Thread Pierre-Yves David
On 11/01/2016 05:17 PM, Jun Wu wrote: Excerpts from Pierre-Yves David's message of 2016-11-01 16:59:36 +0100: So, just to confirm, the performance impact will only show up in case where we would have raised and ambiguity error anyway ? So in the only behavior/performance impact we'll see is a

Re: Nested Subrepos non-recursive/deferred cloning

2016-11-01 Thread Ken Frederickson
On Mon, Oct 31, 2016 at 10:30 PM, Pierre-Yves David wrote: > This email have many interesting bits, especially: > > * a bit about avoiding cloning, > > * a bit about avoiding multiple copy of the same repository, > > * a bit about tracking dependency. > > That last

Re: [PATCH stable] tag: clarify warning about making a tag on a branch head

2016-11-01 Thread Pierre-Yves David
On 11/01/2016 04:41 PM, Jun Wu wrote: This looks good to me. Pushed thanks. -- Pierre-Yves David ___ Mercurial-devel mailing list Mercurial-devel@mercurial-scm.org https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Re: [PATCH 3 of 3 STABLE V2] changectx: do not include hidden revisions on short node lookup (issue4964)

2016-11-01 Thread Pierre-Yves David
On 10/28/2016 02:48 PM, Yuya Nishihara wrote: On Fri, 28 Oct 2016 10:31:40 +0200, Pierre-Yves David wrote: On 10/26/2016 03:17 PM, Yuya Nishihara wrote: On Tue, 25 Oct 2016 23:17:14 +0900, Yuya Nishihara wrote: # HG changeset patch # User Yuya Nishihara # Date 1477199774

Re: Topics [was: news from the topic experiment]

2016-11-01 Thread Gregory Szorc
On Mon, Oct 31, 2016 at 9:56 PM, Sean Farley wrote: > Pierre-Yves David writes: > > > On 10/15/2016 04:18 PM, Pierre-Yves David wrote: > >> > >> > >> On 10/15/2016 08:47 AM, Yuya Nishihara wrote: > >>> On Fri, 14 Oct 2016 13:13:56 -0700, Sean

Re: [PATCH 4 of 4 STABLE] contrib: check reference to old selenic.com domain

2016-11-01 Thread Pierre-Yves David
On 11/01/2016 04:48 PM, Jun Wu wrote: These look good to me if we decide to use "mercurial-scm.org". I slightly prefer the shorter domain name for typing efficiency. "git-scm.org" does not have "www".\ I've taken them as is. I think I also like the shorter version better but it is easy

Re: [PATCH STABLE] build: include a dummy $PATH in the custom environment used by build.py

2016-11-01 Thread Jun Wu
Excerpts from Pierre-Yves David's message of 2016-10-29 02:18:56 +0200: > My question is more "What is the meaning and effect of adding "." here? > I'm fine with trying to fix pypiwin32 but we have to be aware of the > actual consequence. A related quest is "What is happening is 'PATH' is >

[PATCH V2] help: hide command line options marked as "advanced"

2016-11-01 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1478011845 0 # Tue Nov 01 14:50:45 2016 + # Node ID 058074cf24ce30ee0bc6d6a4d91fbe35631f8e8e # Parent 264f00b3e5f045ac5b58d79e2a3976585f4e7739 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull

Re: [PATCH] help: hide command line options marked as "advanced"

2016-11-01 Thread Jun Wu
Excerpts from Jun Wu's message of 2016-11-01 14:51:39 +: > # HG changeset patch > # User Jun Wu > # Date 1478011845 0 > # Tue Nov 01 14:50:45 2016 + > # Node ID c32f7fddef8a6774c987b08ddd91e118c33b7836 > # Parent 264f00b3e5f045ac5b58d79e2a3976585f4e7739 > # Available

Re: [PATCH 2 of 4 STABLE] help: replace selenic.com by mercurial-scm.org in man pages

2016-11-01 Thread Yuya Nishihara
On Tue, 1 Nov 2016 13:31:52 +0100, Mads Kiilerich wrote: > On 11/01/2016 12:47 PM, FUJIWARA Katsunori wrote: > > # HG changeset patch > > # User FUJIWARA Katsunori > > # Date 1478000376 -32400 > > # Tue Nov 01 20:39:36 2016 +0900 > > # Branch stable > > # Node ID

[PATCH] help: hide command line options marked as "advanced"

2016-11-01 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1478011845 0 # Tue Nov 01 14:50:45 2016 + # Node ID c32f7fddef8a6774c987b08ddd91e118c33b7836 # Parent 264f00b3e5f045ac5b58d79e2a3976585f4e7739 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull

Re: [PATCH STABLE] hghave: fix 'rmcwd' to ensure temporary directory is removed

2016-11-01 Thread Pierre-Yves David
On 11/01/2016 01:44 PM, Yuya Nishihara wrote: # HG changeset patch # User Yuya Nishihara # Date 1478002473 -32400 # Tue Nov 01 21:14:33 2016 +0900 # Branch stable # Node ID 389cbfe63586d2b4c53e3220fcc01b211906ba85 # Parent cac4ca036dff882c71f48f3130b72597d3e1fc64 hghave:

Re: [PATCH] match: adding support for repository-root-based globs

2016-11-01 Thread Yuya Nishihara
On Mon, 31 Oct 2016 21:47:35 -0400, Augie Fackler wrote: > > On Oct 28, 2016, at 4:40 AM, Pierre-Yves David > > wrote: > > On 10/25/2016 09:41 AM, Rodrigo Damazio Bovendorp via Mercurial-devel wrote: > >> # HG changeset patch > >> # User Rodrigo Damazio Bovendorp

[PATCH STABLE] hghave: fix 'rmcwd' to ensure temporary directory is removed

2016-11-01 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1478002473 -32400 # Tue Nov 01 21:14:33 2016 +0900 # Branch stable # Node ID 389cbfe63586d2b4c53e3220fcc01b211906ba85 # Parent cac4ca036dff882c71f48f3130b72597d3e1fc64 hghave: fix 'rmcwd' to ensure temporary directory is

Re: [PATCH WIP] help: show help content for disabled extension

2016-11-01 Thread Yuya Nishihara
On Mon, 31 Oct 2016 23:44:27 +0530, Pulkit Goyal wrote: > On Sat, Oct 22, 2016 at 1:38 PM, Yuya Nishihara wrote: > > On Fri, 21 Oct 2016 09:13:11 -0400, timeless wrote: > >> Have we considered supporting `hg help churn.churn` where the first > >> churn is a (possibly) disabled

Re: [PATCH 2 of 4 STABLE] help: replace selenic.com by mercurial-scm.org in man pages

2016-11-01 Thread Mads Kiilerich
On 11/01/2016 12:47 PM, FUJIWARA Katsunori wrote: # HG changeset patch # User FUJIWARA Katsunori # Date 1478000376 -32400 # Tue Nov 01 20:39:36 2016 +0900 # Branch stable # Node ID 4cc5a1e982f91d009e00068e9a0f876e03afbf45 # Parent

[PATCH 2 of 4 STABLE] help: replace selenic.com by mercurial-scm.org in man pages

2016-11-01 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori # Date 1478000376 -32400 # Tue Nov 01 20:39:36 2016 +0900 # Branch stable # Node ID 4cc5a1e982f91d009e00068e9a0f876e03afbf45 # Parent d9fd3d3b1233c6d420015f329906b9bed393d978 help: replace selenic.com by mercurial-scm.org

[PATCH 1 of 4 STABLE] help: replace selenic.com by mercurial-scm.org in command examples

2016-11-01 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori # Date 1478000375 -32400 # Tue Nov 01 20:39:35 2016 +0900 # Branch stable # Node ID d9fd3d3b1233c6d420015f329906b9bed393d978 # Parent cac4ca036dff882c71f48f3130b72597d3e1fc64 help: replace selenic.com by mercurial-scm.org

[PATCH 3 of 4 STABLE] check-code: discard filtering result of previous check for independence

2016-11-01 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori # Date 1478000376 -32400 # Tue Nov 01 20:39:36 2016 +0900 # Branch stable # Node ID a870b49662d84c4c532e4c1fde2987b782b4ed88 # Parent 4cc5a1e982f91d009e00068e9a0f876e03afbf45 check-code: discard filtering result of

[PATCH 5 of 5] adjustlinkrev: remove unnecessary parameters

2016-11-01 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1477988570 0 # Tue Nov 01 08:22:50 2016 + # Node ID a14256ded0abbba1c85209f9482696bf8d58 # Parent f6c6598addaa1854f8556bacb732347256964e3e # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull

[PATCH 4 of 5] adjustlinkrev: remove the inclusive parameter

2016-11-01 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1477885221 0 # Mon Oct 31 03:40:21 2016 + # Node ID f6c6598addaa1854f8556bacb732347256964e3e # Parent eead0ed124cbc59b9bb5183035aa481af3547677 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull

[PATCH 1 of 5] revlog: make commonancestorsheads accept revision numbers

2016-11-01 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1477987839 0 # Tue Nov 01 08:10:39 2016 + # Node ID ac063914b3a3c01f1d7ed253c73113903fccb7a9 # Parent 264f00b3e5f045ac5b58d79e2a3976585f4e7739 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull

[PATCH 2 of 5] adjustlinkrev: use C implementation to test ancestor if possible

2016-11-01 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1477989396 0 # Tue Nov 01 08:36:36 2016 + # Node ID 93e073edc7f673d76d1113f5830ec46210707c25 # Parent ac063914b3a3c01f1d7ed253c73113903fccb7a9 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull