Re: D153: test-dirstate-race: replace BROKEN line with explanation of changed output

2017-07-19 Thread martinvonz (Martin von Zweigbergk)
martinvonz added inline comments. INLINE COMMENTS > sid0 wrote in test-dirstate-race.t:223-231 > The *last* hg status should be empty. This is an intermediate hg status. Oh, the "hg status" is just to cause it to write the dirstate? Would "hg debugrebuilddirstate" work? That doesn't produce

Re: D153: test-dirstate-race: replace BROKEN line with explanation of changed output

2017-07-19 Thread sid0 (Siddharth Agarwal)
sid0 added inline comments. INLINE COMMENTS > test-dirstate-race.t:244 > >$ hg status ^^ this one should be empty. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D153 EMAIL PREFERENCES https://phab.mercurial-scm.org/settings/panel/emailpreferences/ To:

Re: D153: test-dirstate-race: replace BROKEN line with explanation of changed output

2017-07-19 Thread sid0 (Siddharth Agarwal)
sid0 added inline comments. INLINE COMMENTS > martinvonz wrote in test-dirstate-race.t:223-231 > The commit that introduced this test case > (https://phab.mercurial-scm.org/rHG15e85dded93323d286dc0a758edde1b9dbea5cdd) > referred to bug https://bz.mercurial-scm.org/show_bug.cgi?id=5581. The >

Re: D153: test-dirstate-race: replace BROKEN line with explanation of changed output

2017-07-19 Thread martinvonz (Martin von Zweigbergk)
martinvonz added inline comments. INLINE COMMENTS > test-dirstate-race.t:223-231 > +The "M b" line in the hg status output used to not exist, but the changes in > +b63351f6a246 caused the ordering of operations to change such that the > dirstate > +gets written out at a different time. This

Re: D153: test-dirstate-race: replace BROKEN line with explanation of changed output

2017-07-19 Thread sid0 (Siddharth Agarwal)
sid0 added a comment. (I think this should go into stable as a "test fix") REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D153 EMAIL PREFERENCES https://phab.mercurial-scm.org/settings/panel/emailpreferences/ To: sid0, #hg-reviewers Cc: mercurial-devel

Re: D153: test-dirstate-race: replace BROKEN line with explanation of changed output

2017-07-19 Thread sid0 (Siddharth Agarwal)
sid0 created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY See the explanation for more. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D153 AFFECTED FILES tests/test-dirstate-race.t CHANGE

Re: D152: repo: skip invalidation of changelog if it has 'delayed' changes (API)

2017-07-19 Thread quark (Jun Wu)
quark added a comment. Could we call `changelog._writepending()` automatically to solve this problem? REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D152 EMAIL PREFERENCES https://phab.mercurial-scm.org/settings/panel/emailpreferences/ To: martinvonz,

Re: D152: repo: skip invalidation of changelog if it has 'delayed' changes (API)

2017-07-19 Thread martinvonz (Martin von Zweigbergk)
martinvonz created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY The changelog object can store recently added revisions in memory until the transaction is committed. We don't want to lose those changes even if

Re: D151: match: override visitdir() in nevermatcher to return False

2017-07-19 Thread martinvonz (Martin von Zweigbergk)
martinvonz created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY When we changed basematcher.visitdir() in https://phab.mercurial-scm.org/rHGcf15c3cc304ca41dd8196c05590b345a4ec558aa (match: make base matcher return True

[Bug 5626] New: `hg purge` doesn't purge files not in the sparse config

2017-07-19 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=5626 Bug ID: 5626 Summary: `hg purge` doesn't purge files not in the sparse config Product: Mercurial Version: default branch Hardware: All OS: All

[PATCH 2 of 2 wheels stable] contrib: drop Python 2.6 from manylinux1 wheel script

2017-07-19 Thread Augie Fackler
# HG changeset patch # User Augie Fackler # Date 1500486262 14400 # Wed Jul 19 13:44:22 2017 -0400 # Branch stable # Node ID b3453767f02a999701a2bacfe1d093bbea359180 # Parent 132d4c069e2dee21bd319d536772589a19dcd5d4 contrib: drop Python 2.6 from manylinux1 wheel script

[PATCH 1 of 2 wheels stable] contrib: make build-linux-wheels.sh executable

2017-07-19 Thread Augie Fackler
# HG changeset patch # User Augie Fackler # Date 1500486306 14400 # Wed Jul 19 13:45:06 2017 -0400 # Branch stable # Node ID 132d4c069e2dee21bd319d536772589a19dcd5d4 # Parent e9850cc580a758f06506276140cc424bc8a415be contrib: make build-linux-wheels.sh executable diff

[Bug 5625] New: py2exe frozen 4.3-rc executable fails to launch

2017-07-19 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=5625 Bug ID: 5625 Summary: py2exe frozen 4.3-rc executable fails to launch Product: Mercurial Version: 4.3-rc Hardware: PC OS: Windows Status: UNCONFIRMED

Re: [PATCH] test-phase-exchange: stabilize for Windows

2017-07-19 Thread FUJIWARA Katsunori
At Mon, 17 Jul 2017 23:18:53 -0400, Matt Harbison wrote: > > On Mon, 17 Jul 2017 11:05:27 -0400, FUJIWARA Katsunori > wrote: > > > At Sat, 15 Jul 2017 23:49:54 -0400, > > Matt Harbison wrote: > >> > >> # HG changeset patch > >> # User Matt Harbison

Re: D98: revset: support reading aliases from a .hgrevsets file

2017-07-19 Thread durin42 (Augie Fackler)
durin42 added a comment. In https://phab.mercurial-scm.org/D98#2104, @yuja wrote: > Can we have a single source file for project's revset/fileset aliases and maybe templates? > I don't think it's good idea to create `.hgxxx` file per config section. > > [revsetalias] >

Re: [PATCH 2 of 2] commitextras: make sure keys are non empty ASCII strings

2017-07-19 Thread Pulkit Goyal
On Tue, Jul 18, 2017 at 7:02 PM, Yuya Nishihara wrote: > On Tue, 18 Jul 2017 17:48:11 +0530, Pulkit Goyal wrote: >> # HG changeset patch >> # User Pulkit Goyal <7895pul...@gmail.com> >> # Date 1500378367 -19800 >> # Tue Jul 18 17:16:07 2017 +0530 >> # Node ID

Re: [POLL] Mass renaming options for consistency + guidelines

2017-07-19 Thread Augie Fackler
> On Jul 19, 2017, at 09:11, Yuya Nishihara wrote: > >>> I prefer not doing mass renaming that would generate lots of "deprecated" >>> config names in use around user hgrc and web documents. But if I had to >>> choose one, I would vote for dashes/hyphens. >> >> We could also do

Re: [PATCH 3 of 3 v5] releasenotes: add similarity check function to compare incoming notes

2017-07-19 Thread Yuya Nishihara
On Tue, 18 Jul 2017 16:37:21 -0500, Kevin Bullock wrote: > > On Jul 18, 2017, at 13:02, Rishabh Madan wrote: > > @@ -136,6 +139,80 @@ > > > > return None > > > > +class mergereleasenotes(object): > > +def __init__(self, section, titlediter, nontitlediter):

Re: D98: revset: support reading aliases from a .hgrevsets file

2017-07-19 Thread yuja (Yuya Nishihara)
yuja added a comment. Can we have a single source file for project's revset/fileset aliases and maybe templates? I don't think it's good idea to create `.hgxxx` file per config section. [revsetalias] filealiasall = all() [filesetalias] ... Perhaps they could be

Re: [POLL] Mass renaming options for consistency + guidelines

2017-07-19 Thread David Demelier
2017-07-18 18:28 GMT+02:00 Martin von Zweigbergk via Mercurial-devel : > We could also do what gmail does with email addresses and periods: > they allow extra periods anywhere (I think). So allowpull and > allow-pull and all-owpull would be all be the same config

Re: [PATCH hggit-ext] bookmarks: compatibility with new applychanges api

2017-07-19 Thread Ryan McElroy
Whoops, this is the wrong list for hg-git. Ignore this, I've just re-sent to the proper list. Cheers, ~Ryan On 7/19/17 1:52 PM, Ryan McElroy wrote: # HG changeset patch # User Ryan McElroy # Date 1500468704 25200 # Wed Jul 19 05:51:44 2017 -0700 # Node ID

Re: [PATCH 1 of 4 V2] test-https: properly conditionalize Windows vs non-Windows output

2017-07-19 Thread Yuya Nishihara
On Wed, 19 Jul 2017 21:54:05 +0900, Yuya Nishihara wrote: > On Tue, 18 Jul 2017 22:16:47 -0400, Matt Harbison wrote: > > # HG changeset patch > > # User Matt Harbison > > # Date 1500421791 14400 > > # Tue Jul 18 19:49:51 2017 -0400 > > # Node ID

Re: [POLL] Mass renaming options for consistency + guidelines

2017-07-19 Thread Yuya Nishihara
On Tue, 18 Jul 2017 09:28:02 -0700, Martin von Zweigbergk wrote: > On Fri, Jul 14, 2017 at 8:34 PM, Yuya Nishihara wrote: > > On Fri, 14 Jul 2017 11:33:29 -0400, Augie Fackler wrote: > >> > >> > On Jul 13, 2017, at 11:53, David Demelier > >> > wrote: >

[PATCH hglib] package: update package url

2017-07-19 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1500468520 -7200 # Wed Jul 19 14:48:40 2017 +0200 # Node ID d06b480016620be412ee3eee45822fdd3062fc0f # Parent 8e959ad6a25c9fe6ab490e1a4cbd5f7445d9bcb1 package: update package url Replace the package url which was

mercurial@33574: 3 new changesets (3 on stable)

2017-07-19 Thread Mercurial Commits
3 new changesets (3 on stable) in mercurial: https://www.mercurial-scm.org/repo/hg/rev/857876ebaed4 changeset: 33572:857876ebaed4 branch: stable tag: 4.3-rc parent: 33202:c1994c986d77 parent: 33571:9a944e908ecf user:Kevin Bullock

Code freeze has begun for 4.3

2017-07-19 Thread Kevin Bullock
The code freeze rules now apply: http://www.mercurial-scm.org/wiki/TimeBasedReleasePlan#Code_Freeze Committers, please update to stable (or @) today. Note that since we have an active Google Summer of Code project, we are making an exception to the code freeze for that purpose (only). Work on

Re: [PATCH v3] run-tests: also color the summary messages (skipped, failed...)

2017-07-19 Thread Yuya Nishihara
On Wed, 19 Jul 2017 05:01:34 +, Matthieu Laneuville wrote: > That was indeed a Pygments-2.2.0 addition, I'm sending an updated patch > with color defined. > > Le mer. 19 juil. 2017 à 01:08, Martin von Zweigbergk > a écrit : > > > On Tue, Jul 18, 2017 at 8:36 AM, Yuya

Re: [PATCH 1 of 4 V2] test-https: properly conditionalize Windows vs non-Windows output

2017-07-19 Thread Yuya Nishihara
On Tue, 18 Jul 2017 22:16:47 -0400, Matt Harbison wrote: > # HG changeset patch > # User Matt Harbison > # Date 1500421791 14400 > # Tue Jul 18 19:49:51 2017 -0400 > # Node ID 51f4e9087c4cb755338c564dba33f188e3d1 > # Parent

Re: [PATCH v4] run-tests: also color the summary messages (skipped, failed...)

2017-07-19 Thread Yuya Nishihara
On Wed, 19 Jul 2017 14:03:23 +0900, mlaneuvi...@gmail.com wrote: > # HG changeset patch > # User Matthieu Laneuville > # Date 1500440296 -32400 > # Wed Jul 19 13:58:16 2017 +0900 > # Node ID 23af517bb11ca75e0ce9187d8dc13c3bc6f9b496 > # Parent

[PATCH hggit-ext] bookmarks: compatibility with new applychanges api

2017-07-19 Thread Ryan McElroy
# HG changeset patch # User Ryan McElroy # Date 1500468704 25200 # Wed Jul 19 05:51:44 2017 -0700 # Node ID 235fcd456ef74bb9302e59dfd014e2a83bb27024 # Parent 78959c8e5e607a00f23e0991760439923bf30dfb bookmarks: compatibility with new applychanges api Recent versions of

Re: [PATCH] bookmarks: rename the active bookmark with no arguments

2017-07-19 Thread Ryan McElroy
On 7/19/17 11:49 AM, David Demelier wrote: # HG changeset patch # User David Demelier # Date 1500449739 -7200 # Wed Jul 19 09:35:39 2017 +0200 # Node ID eeeafb331795055c7cae78cae5724c51637555dc # Parent 9a944e908ecf9ac3aabf30a24406513370eeebe7 bookmarks: rename

[PATCH] bookmarks: rename the active bookmark with no arguments

2017-07-19 Thread David Demelier
# HG changeset patch # User David Demelier # Date 1500449739 -7200 # Wed Jul 19 09:35:39 2017 +0200 # Node ID eeeafb331795055c7cae78cae5724c51637555dc # Parent 9a944e908ecf9ac3aabf30a24406513370eeebe7 bookmarks: rename the active bookmark with no arguments For