D1974: narrow: import experimental extension from narrowhg revision cb51d673e9c5

2018-02-08 Thread idlsoft (Sandu Turcan)
idlsoft added inline comments. INLINE COMMENTS > indygreg wrote in narrowbundle2.py:336 > We may want to remove this feature for the time being, as it is very Google > specific. I'm happy to provide a mechanism for extensions to hook in here to > enforce ACLs. But there's nothing in core that

[Bug 5785] New: hg up -C should always fail.

2018-02-08 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=5785 Bug ID: 5785 Summary: hg up -C should always fail. Product: Mercurial Version: 4.1.2 Hardware: Macintosh OS: Mac OS Status: UNCONFIRMED Severity: bug

[Bug 5784] New: `split` command provided with hg-evolve conflicts with the `split` extension in core.

2018-02-08 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=5784 Bug ID: 5784 Summary: `split` command provided with hg-evolve conflicts with the `split` extension in core. Product: Mercurial Version: unspecified Hardware: PC

[PATCH 1 of 3] lfs: add a fileset for detecting lfs files

2018-02-08 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1517093899 18000 # Sat Jan 27 17:58:19 2018 -0500 # Node ID 5b3ca0f7f4b676863d5b3a481ce7ed88bf6acd55 # Parent c64b9adfb371b6e9dfd2257d3e2f62d5121341df lfs: add a fileset for detecting lfs files This currently has the

[PATCH 3 of 3] lfs: teach '{lfs_files}' to handle removed files

2018-02-08 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1517098935 18000 # Sat Jan 27 19:22:15 2018 -0500 # Node ID e545487fa7fa9ff2fa4f85e2482bea8ba4040ef6 # Parent 2b6579d78fe2dde40f8e0e99abeb35df93a4ade5 lfs: teach '{lfs_files}' to handle removed files diff --git

[PATCH 2 of 3] lfs: allow a pointer to be extracted from a context that removes the file

2018-02-08 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1517097384 18000 # Sat Jan 27 18:56:24 2018 -0500 # Node ID 2b6579d78fe2dde40f8e0e99abeb35df93a4ade5 # Parent 5b3ca0f7f4b676863d5b3a481ce7ed88bf6acd55 lfs: allow a pointer to be extracted from a context that removes

D2095: updates the help text for hg clone -r (issue5654) on bugzilla

2018-02-08 Thread sangeet259 (Sangeet Kumar Mishra)
sangeet259 created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D2095 AFFECTED FILES mercurial/commands.py CHANGE DETAILS diff --git a/mercurial/commands.py

D2048: utils: copy util.py as utils/dateutil.py

2018-02-08 Thread lothiraldan (Boris Feld)
lothiraldan added a comment. In https://phab.mercurial-scm.org/D2048#34743, @durin42 wrote: > Can we do all of https://phab.mercurial-scm.org/D2048::https://phab.mercurial-scm.org/D2056 as a single change? What you've done means we have no useful blame information on everything done in

D2048: utils: copy util.py as utils/dateutil.py

2018-02-08 Thread durin42 (Augie Fackler)
durin42 added a comment. In https://phab.mercurial-scm.org/D2048#34978, @lothiraldan wrote: > In https://phab.mercurial-scm.org/D2048#34743, @durin42 wrote: > > > Can we do all of https://phab.mercurial-scm.org/D2048::https://phab.mercurial-scm.org/D2056 as a single change? What

Re: [PATCH] tests: stabilize ssh tests on Windows

2018-02-08 Thread Yuya Nishihara
On Thu, 08 Feb 2018 00:04:19 -0500, Matt Harbison wrote: > # HG changeset patch > # User Matt Harbison > # Date 1518064968 18000 > # Wed Feb 07 23:42:48 2018 -0500 > # Node ID 620577fa68a7c6cd6b473c72af9108303bc23167 > # Parent

[PATCH] diff: remove fp.write() wrapper which drops label argument

2018-02-08 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1518013373 -32400 # Wed Feb 07 23:22:53 2018 +0900 # Node ID 3e64e5f4d038708b258cec15c17a78d9d49adad3 # Parent 9ba1d0c724e21a17204224963bf1fa771a37a354 diff: remove fp.write() wrapper which drops label argument It's no longer

[PATCH 1 of 2] subrepo: split non-core functions to new module

2018-02-08 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1517924198 -32400 # Tue Feb 06 22:36:38 2018 +0900 # Node ID 64230c22a92152b70f41dfa429184cad84ac8eac # Parent 3e64e5f4d038708b258cec15c17a78d9d49adad3 subrepo: split non-core functions to new module Resolves import cycle

[PATCH 2 of 2] merge: cut import cycle at merge -> extensions

2018-02-08 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1517925302 -32400 # Tue Feb 06 22:55:02 2018 +0900 # Node ID eff74664c80ae0795a209c2f8264bf073ab912fd # Parent 64230c22a92152b70f41dfa429184cad84ac8eac merge: cut import cycle at merge -> extensions This seems less bad

Re: [PATCH 6 of 6] log: pack filematcher and hunksfilter into changesetdiffer object

2018-02-08 Thread Yuya Nishihara
On Wed, 7 Feb 2018 15:58:14 +0100, Denis Laxalde wrote: > Yuya Nishihara a écrit : > > # HG changeset patch > > # User Yuya Nishihara > > # Date 1516517658 -32400 > > # Sun Jan 21 15:54:18 2018 +0900 > > # Node ID 5f9dcb5d72da427abbfa2c304bdbe4dd555e0c7d > > # Parent