[PATCH evolve-ext V2] uncommit: abort if an explicitly given file cannot be uncommitted (BC)

2019-04-10 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1554259321 14400 # Tue Apr 02 22:42:01 2019 -0400 # Node ID 893eedfb73d327928cfbdfa2250fd89b34998045 # Parent 99dbe605fda59aa673023043a0b14235bbef0dfc uncommit: abort if an explicitly given file cannot be uncommitted (BC) This corresponds to

mercurial@42096: new changeset

2019-04-10 Thread Mercurial Commits
New changeset in mercurial: https://www.mercurial-scm.org/repo/hg/rev/509a0477b3a6 changeset: 42096:509a0477b3a6 bookmark:@ tag: tip user:Yuya Nishihara date:Tue Apr 09 21:59:37 2019 +0900 summary: cext: cast s# arguments of Py_BuildValue() to Py_ssize_t -- Rep

D6222: messages: replace some instances of "folder" by "directory"

2019-04-10 Thread martinvonz (Martin von Zweigbergk)
martinvonz created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY I'm pretty sure this is our preferred term. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D6222 AFFECTED FILES mercurial/contex

D6224: overlayworkingctx: remove misleading trailing slash from directory pattern

2019-04-10 Thread martinvonz (Martin von Zweigbergk)
martinvonz created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY The paths passed into the matcher are normalized (this applies to include patterns and regular patterns, and to both glob kind and path kind), so the regex fo

D6223: overlayworkingctx: fix file/dir audit to be repo-relative

2019-04-10 Thread martinvonz (Martin von Zweigbergk)
martinvonz created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY Before this patch, test-rebase-inmemory.t would stop erroring out about the conflict if you added a "cd a" before line 252. That was because a glob matcher (w

mercurial@42095: 3 new changesets

2019-04-10 Thread Mercurial Commits
3 new changesets in mercurial: https://www.mercurial-scm.org/repo/hg/rev/edbcf5b239f9 changeset: 42093:edbcf5b239f9 user:Martin von Zweigbergk date:Wed Apr 03 16:03:41 2019 -0700 summary: config: read configs from directories in lexicographical order https://www.mercurial-s

D6221: py3: add b'' prefixes to new doctests in match.py

2019-04-10 Thread pulkit (Pulkit Goyal)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG5753e5949b51: py3: add b'' prefixes to new doctests in match.py (authored by pulkit, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D6221?vs=14702&

D6220: py3: add one new passing test found by buildbot

2019-04-10 Thread pulkit (Pulkit Goyal)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGf7fdb24d4178: py3: add one new passing test found by buildbot (authored by pulkit, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D6220?vs=14701&id

[Bug 6117] New: rebase.experimental.inmemory stack traces when a rebase includes moving all files out of a subdir

2019-04-10 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=6117 Bug ID: 6117 Summary: rebase.experimental.inmemory stack traces when a rebase includes moving all files out of a subdir Product: Mercurial Version: 4.8.1 Hardware: PC

Re: [PATCH evolve-ext] uncommit: abort if an explicitly given file cannot be uncommitted (BC)

2019-04-10 Thread Martin von Zweigbergk via Mercurial-devel
On Wed, Apr 10, 2019, 03:37 Pierre-Yves David < pierre-yves.da...@ens-lyon.org> wrote: > > > On 4/10/19 2:26 AM, Martin von Zweigbergk via Mercurial-devel wrote: > > > > > > On Tue, Apr 9, 2019 at 7:44 AM Pierre-Yves David > > mailto:pierre-yves.da...@ens-lyon.org>> > > > wrote: > > > > PAtch

mercurial@42092: 17 new changesets

2019-04-10 Thread Mercurial Commits
17 new changesets in mercurial: https://www.mercurial-scm.org/repo/hg/rev/f46c1a9b1bfe changeset: 42076:f46c1a9b1bfe user:Martin von Zweigbergk date:Fri Apr 05 11:08:17 2019 -0700 summary: tests: add test of for hash reference translation by `hg convert` https://www.mercuri

Re: [PATCH evolve-ext] uncommit: abort if an explicitly given file cannot be uncommitted (BC)

2019-04-10 Thread Pierre-Yves David
On 4/10/19 2:26 AM, Martin von Zweigbergk via Mercurial-devel wrote: On Tue, Apr 9, 2019 at 7:44 AM Pierre-Yves David mailto:pierre-yves.da...@ens-lyon.org>> wrote: PAtch looks good overall, but has compatibility issue with older version. Can you have a look at my comment below?

Re: [PATCH] cext: cast s# arguments of Py_BuildValue() to Py_ssize_t

2019-04-10 Thread Pulkit Goyal
On Wed, Apr 10, 2019 at 1:47 AM Yuya Nishihara wrote: > # HG changeset patch > # User Yuya Nishihara > # Date 1554814777 -32400 > # Tue Apr 09 21:59:37 2019 +0900 > # Node ID 1792bd9807b6ff434df207e33b94d2ea32555b3e > # Parent 864f9f63d3ed371ab3d283911790d4f990926499 > cext: cast s# argume