Re: [PATCH 5 of 5] color: add the ability to display configured style to 'debugcolor'

2016-11-03 Thread Yuya Nishihara
On Thu, 03 Nov 2016 16:56:36 +0100, Pierre-Yves David wrote: > # HG changeset patch > # User Pierre-Yves David > # Date 1478182622 -3600 > # Thu Nov 03 15:17:02 2016 +0100 > # Node ID cfef7fd6c10c67db982062c4761cdaf11eeaeec2 > # Parent

Re: [PATCH 1 of 4] tests: simplify command script in 'test-push-r.t'

2016-11-03 Thread Yuya Nishihara
On Thu, 03 Nov 2016 09:35:18 +0100, Pierre-Yves David wrote: > # HG changeset patch > # User Pierre-Yves David > # Date 1478145934 -3600 > # Thu Nov 03 05:05:34 2016 +0100 > # Node ID 88c6789dedad1ca6bf4d4323b7332e76f233b531 > # Parent

Re: [PATCH 2 of 7] py3: make sure osutil.listdir() returns what it gets

2016-11-03 Thread Yuya Nishihara
On Thu, 03 Nov 2016 03:53:07 +0530, Pulkit Goyal wrote: > # HG changeset patch > # User Pulkit Goyal <7895pul...@gmail.com> > # Date 1478118344 -19800 > # Thu Nov 03 01:55:44 2016 +0530 > # Node ID 6585e9c1d915818d5138f6cb4134707002d5d749 > # Parent e541b0e5839988f63446c88509db68772a55775b >

Re: [PATCH 1 of 7] py3: make util.datapath a bytes variable

2016-11-03 Thread Yuya Nishihara
On Thu, 03 Nov 2016 03:53:06 +0530, Pulkit Goyal wrote: > # HG changeset patch > # User Pulkit Goyal <7895pul...@gmail.com> > # Date 1478113113 -19800 > # Thu Nov 03 00:28:33 2016 +0530 > # Node ID e541b0e5839988f63446c88509db68772a55775b > # Parent bb586966818986131068280bfd95fc96fbdaaa0d >

Re: [PATCH 4 of 7] py3: make scmposix.userrcpath() return bytes

2016-11-03 Thread Yuya Nishihara
On Thu, 03 Nov 2016 03:53:09 +0530, Pulkit Goyal wrote: > # HG changeset patch > # User Pulkit Goyal <7895pul...@gmail.com> > # Date 1478119621 -19800 > # Thu Nov 03 02:17:01 2016 +0530 > # Node ID e0e794c3b580b1f64d37ccdd6d8bd606eb87880e > # Parent 9d54c24d17daddf2ede7fe7ce58751ab9a1780a4 >

Re: [PATCH 6 of 7] py3: use try/except to check for basestring

2016-11-03 Thread Yuya Nishihara
On Thu, 03 Nov 2016 03:53:11 +0530, Pulkit Goyal wrote: > # HG changeset patch > # User Pulkit Goyal <7895pul...@gmail.com> > # Date 1478121825 -19800 > # Thu Nov 03 02:53:45 2016 +0530 > # Node ID aef03902a5c1a13e9775059a5efdeb2466399ada > # Parent 9e259e7b59b6358eb842eabbc99f4c18a4cc5009 >

Re: [PATCH 3 of 7] py3: make scmpoxis.systemrcpath() return bytes

2016-11-03 Thread Yuya Nishihara
On Thu, 03 Nov 2016 03:53:08 +0530, Pulkit Goyal wrote: > # HG changeset patch > # User Pulkit Goyal <7895pul...@gmail.com> > # Date 1478119178 -19800 > # Thu Nov 03 02:09:38 2016 +0530 > # Node ID 9d54c24d17daddf2ede7fe7ce58751ab9a1780a4 > # Parent 6585e9c1d915818d5138f6cb4134707002d5d749 >

[Bug 5411] New: hg log -f can miss changesets

2016-11-03 Thread bugzilla
https://bz.mercurial-scm.org/show_bug.cgi?id=5411 Bug ID: 5411 Summary: hg log -f can miss changesets Product: Mercurial Version: default branch Hardware: All OS: All Status: UNCONFIRMED Severity: bug

Re: [PATCH 1 of 6 RFC] manifest: introduce an accessor class for manifests

2016-11-03 Thread Durham Goode
This series is RFC because it conflicts with my V5 manifest series that is out. These patches remove the circular dependency between manifestlog and localrepo by adding a manifestaccessor instance which provides invalidating access to the manifest revlog, so multiple objects can reference

[PATCH 5 of 6 RFC] manifest: move mancache to be a property of manifestlog

2016-11-03 Thread Durham Goode
# HG changeset patch # User Durham Goode # Date 1478211830 25200 # Thu Nov 03 15:23:50 2016 -0700 # Branch stable # Node ID 1f67aef8b9b6af927ac5e34020ec737eb233c9c8 # Parent 28c62d7ed65d98732218794380629a64db7d6cf1 manifest: move mancache to be a property of manifestlog In

[PATCH 3 of 6 RFC] manifest: make repo.manifest access via the manifestaccessor

2016-11-03 Thread Durham Goode
# HG changeset patch # User Durham Goode # Date 1478209380 25200 # Thu Nov 03 14:43:00 2016 -0700 # Branch stable # Node ID 04c8f9fb517ef1755988fbae3db72df722bcd622 # Parent 89ee090611f9eecbab008678174b16b692b5c3c9 manifest: make repo.manifest access via the manifestaccessor

[PATCH 4 of 6 RFC] manifest: replace manifestlog repo arg with manifestaccessor

2016-11-03 Thread Durham Goode
# HG changeset patch # User Durham Goode # Date 1478211628 25200 # Thu Nov 03 15:20:28 2016 -0700 # Branch stable # Node ID 28c62d7ed65d98732218794380629a64db7d6cf1 # Parent 04c8f9fb517ef1755988fbae3db72df722bcd622 manifest: replace manifestlog repo arg with manifestaccessor

[PATCH 6 of 6 RFC] manifest: change repo.manifestlog to be propertycache instead of storecache

2016-11-03 Thread Durham Goode
# HG changeset patch # User Durham Goode # Date 1478210034 25200 # Thu Nov 03 14:53:54 2016 -0700 # Branch stable # Node ID fa009ddb7f16b81c833bd96004d6f7f33aedef10 # Parent 1f67aef8b9b6af927ac5e34020ec737eb233c9c8 manifest: change repo.manifestlog to be propertycache instead

[PATCH 1 of 6 RFC] manifest: introduce an accessor class for manifests

2016-11-03 Thread Durham Goode
# HG changeset patch # User Durham Goode # Date 1478208817 25200 # Thu Nov 03 14:33:37 2016 -0700 # Branch stable # Node ID 1788ee9e1df92ac94b9be84eac6d16e3bad903a9 # Parent b9f7b0c10027764cee77f9c6d61877fcffea837f manifest: introduce an accessor class for manifests This

[PATCH 2 of 6 RFC] manifest: break reference cycle of manifestaccessor and localrepo

2016-11-03 Thread Durham Goode
# HG changeset patch # User Durham Goode # Date 1478211020 25200 # Thu Nov 03 15:10:20 2016 -0700 # Branch stable # Node ID 89ee090611f9eecbab008678174b16b692b5c3c9 # Parent 1788ee9e1df92ac94b9be84eac6d16e3bad903a9 manifest: break reference cycle of manifestaccessor and

[PATCH 3 of 5 rfc] bdiff: rearrange the better longest match code

2016-11-03 Thread Mads Kiilerich
# HG changeset patch # User Mads Kiilerich # Date 1478208837 -3600 # Thu Nov 03 22:33:57 2016 +0100 # Node ID a3e3c7075c3c4b92e6b8c27e28bef7b2c061008d # Parent c593308da04e9144da01a08401d886a64985c74b bdiff: rearrange the better longest match code Primarily to make the

[PATCH 5 of 5 rfc] bdiff: make sure we append to repeated lines instead of inserting into range

2016-11-03 Thread Mads Kiilerich
# HG changeset patch # User Mads Kiilerich # Date 1478208837 -3600 # Thu Nov 03 22:33:57 2016 +0100 # Node ID be83c5f4ec8931cb7e771a80a3ef5e2042a005c1 # Parent 3e0216b2a0995cb21946bc13fb21391013332c57 bdiff: make sure we append to repeated lines instead of inserting into

[PATCH 1 of 5 rfc] tests: explore some bdiff cases

2016-11-03 Thread Mads Kiilerich
# HG changeset patch # User Mads Kiilerich # Date 1478208837 -3600 # Thu Nov 03 22:33:57 2016 +0100 # Node ID f6408efe0d0f4179fe6cc2b967164c1b4567f3d6 # Parent d06c049695e6ad3219e7479c65ce98a2f123e878 tests: explore some bdiff cases diff --git a/tests/test-bhalf.t

[PATCH 2 of 5 rfc] bdiff: adjust criteria for getting optimal longest match in the middle

2016-11-03 Thread Mads Kiilerich
# HG changeset patch # User Mads Kiilerich # Date 1478208837 -3600 # Thu Nov 03 22:33:57 2016 +0100 # Node ID c593308da04e9144da01a08401d886a64985c74b # Parent f6408efe0d0f4179fe6cc2b967164c1b4567f3d6 bdiff: adjust criteria for getting optimal longest match in the middle

mercurial@30259: 4 new changesets

2016-11-03 Thread Mercurial Commits
4 new changesets in mercurial: http://selenic.com/repo/hg//rev/2ed0b3f9f79e changeset: 30256:2ed0b3f9f79e user:Gregory Szorc date:Tue Nov 01 18:55:30 2016 -0700 summary: statprof: use absolute_imports http://selenic.com/repo/hg//rev/7428223ed7c2

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

2016-11-03 Thread Pierre-Yves David
On 11/02/2016 03:59 AM, Jun Wu wrote: Excerpts from Gregory Szorc's message of 2016-11-01 19:47:07 -0700: 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

mercurial@30255: 2 new changesets

2016-11-03 Thread Mercurial Commits
2 new changesets in mercurial: http://selenic.com/repo/hg//rev/ad4c0236168d changeset: 30254:ad4c0236168d user:Gregory Szorc date:Sun Aug 14 19:13:32 2016 -0700 summary: statprof: fix flake8 warnings http://selenic.com/repo/hg//rev/f42cd5434cc2

Pre-commit hook ignoring rc

2016-11-03 Thread Peter Kronenberg
I've got a pre-commit hook written in Python that's been working ok, but all of a sudden seems to be ignoring the return value. I return True if I don't want to commit to proceed. But it's committing anyway. Running 3.9.2. Has anything changed recently? Peter

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

2016-11-03 Thread Pierre-Yves David
On 11/02/2016 03:45 AM, Jun Wu wrote: 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

Re: [PATCH V2] perf: add asv benchmarks

2016-11-03 Thread Philippe Pepiot
On 11/03/2016 04:58 PM, Philippe Pepiot wrote: # HG changeset patch # User Philippe Pepiot # Date 1475136994 -7200 # Thu Sep 29 10:16:34 2016 +0200 # Node ID 67e096cea548a37ba80ddf04e62a1cc1d50e9c96 # Parent b032a7b676c6637b2ac6f3ef29431013b15a08f9 perf: add

Re: [PATCH 3 of 3] rebase: check for conflicts before continuing

2016-11-03 Thread Pierre-Yves David
On 11/02/2016 08:01 PM, timeless wrote: # HG changeset patch # User timeless # Date 1478113169 0 # Wed Nov 02 18:59:29 2016 + # Node ID e9528bc734ce94456dd2389b4ea318278139c206 # Parent 8dae4ad6767cf3456dd2fc4b2a7b478d855091f7 # Available At

[PATCH V2] perf: add asv benchmarks

2016-11-03 Thread Philippe Pepiot
# HG changeset patch # User Philippe Pepiot # Date 1475136994 -7200 # Thu Sep 29 10:16:34 2016 +0200 # Node ID 67e096cea548a37ba80ddf04e62a1cc1d50e9c96 # Parent b032a7b676c6637b2ac6f3ef29431013b15a08f9 perf: add asv benchmarks Airspeed velocity (ASV) is a python

[PATCH 3 of 5] color: extract color and effect display from 'debugcolor'

2016-11-03 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1478180927 -3600 # Thu Nov 03 14:48:47 2016 +0100 # Node ID a426f9f5c76af2ae94500d9a4c845a5d12b27bbc # Parent d2f98dbce59c7f0cfa8856ead06ad59985e23332 # EXP-Topic debugcolor color: extract color and effect

[PATCH 2 of 5] color: restore _style global after debugcolor ran

2016-11-03 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1478179759 -3600 # Thu Nov 03 14:29:19 2016 +0100 # Node ID d2f98dbce59c7f0cfa8856ead06ad59985e23332 # Parent eb48068030c410636db6c862921f1c3b3372601d # EXP-Topic debugcolor color: restore _style global

[PATCH 1 of 5] color: add basic documentation to 'debugcolor'

2016-11-03 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1478178752 -3600 # Thu Nov 03 14:12:32 2016 +0100 # Node ID eb48068030c410636db6c862921f1c3b3372601d # Parent b032a7b676c6637b2ac6f3ef29431013b15a08f9 # EXP-Topic debugcolor color: add basic documentation

Re: [PATCH 2 of 2] context: make sure __str__ works, also when there is no _changectx

2016-11-03 Thread Pierre-Yves David
On 11/02/2016 04:25 PM, Mads Kiilerich wrote: # HG changeset patch # User Mads Kiilerich # Date 1426800170 -3600 # Thu Mar 19 22:22:50 2015 +0100 # Node ID 4b06a40809d781e9aba54718ec2fe1a232d81956 # Parent 90300200bc1fcaedcc6ab109574d08b01ece2853 context: make sure

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

2016-11-03 Thread Pierre-Yves David
On 11/02/2016 02:29 AM, Gregory Szorc wrote: # HG changeset patch # User Gregory Szorc # Date 1478050149 25200 # Tue Nov 01 18:29:09 2016 -0700 # Node ID 0bf5f704d2d99965df476e5e90a517b805ee08aa # Parent 9cd491f108689228e93b1247772aba56786afcd7 changegroup: use

Re: [PATCH] make: targets for building packages for ubuntu yakkety

2016-11-03 Thread Pierre-Yves David
On 11/02/2016 02:49 AM, Gregory Szorc wrote: # HG changeset patch # User Gregory Szorc # Date 1478051363 25200 # Tue Nov 01 18:49:23 2016 -0700 # Node ID 8c47e896413be961ece5e585f883e0ce7e4b684d # Parent e5cc44ea12de681d971fcbebb65a7fb71fd1c3c7 make: targets for

[PATCH 2 of 4] test: rename 'test-push-r.t' to 'test-push.t'

2016-11-03 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1478145526 -3600 # Thu Nov 03 04:58:46 2016 +0100 # Node ID 2df91e4f382100ec1f5c835bfe2c23081b415ce0 # Parent 88c6789dedad1ca6bf4d4323b7332e76f233b531 # EXP-Topic pushtest test: rename 'test-push-r.t' to

[PATCH 1 of 4] tests: simplify command script in 'test-push-r.t'

2016-11-03 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1478145934 -3600 # Thu Nov 03 05:05:34 2016 +0100 # Node ID 88c6789dedad1ca6bf4d4323b7332e76f233b531 # Parent 6a8aff737a17ada068b8ce4501184eacc66e827f # EXP-Topic pushtest tests: simplify command script in

[PATCH 3 of 4] tests: merge 'test-push-validation.t' into 'test-push.t'

2016-11-03 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1478146214 -3600 # Thu Nov 03 05:10:14 2016 +0100 # Node ID d5f07aeefda46b3cd17962565940516f69ed1f56 # Parent 2df91e4f382100ec1f5c835bfe2c23081b415ce0 # EXP-Topic pushtest tests: merge