[Bug 5733] New: test-convert-bzr-directories.t fails with older bzr

2017-11-04 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=5733 Bug ID: 5733 Summary: test-convert-bzr-directories.t fails with older bzr Product: Mercurial Version: 4.4 Hardware: PC OS: All Status: UNCONFIRMED

Re: [PATCH] pathutil: add doctests for canonpath()

2017-11-04 Thread Matt Harbison
> On Nov 4, 2017, at 4:03 AM, Yuya Nishihara wrote: > >> On Fri, 03 Nov 2017 23:26:40 -0400, Matt Harbison wrote: >> # HG changeset patch >> # User Matt Harbison >> # Date 1509762170 14400 >> # Fri Nov 03 22:22:50 2017 -0400 >> # Node ID

[PATCH V2] subrepo: config option to disable subrepositories

2017-11-04 Thread Gregory Szorc
# HG changeset patch # User Gregory Szorc # Date 1509855814 25200 # Sat Nov 04 21:23:34 2017 -0700 # Branch stable # Node ID 5aa341ccc69b7d9e7e3fdf2fe6f24317a1c4658f # Parent f445b10dc7fb3495d24d1c22b0996148864c77f7 subrepo: config option to disable subrepositories

Re: [PATCH] subrepo: config option to disable subrepositories

2017-11-04 Thread Gregory Szorc
On Fri, Nov 3, 2017 at 11:57 PM, Yuya Nishihara wrote: > On Fri, 03 Nov 2017 17:28:27 -0700, Gregory Szorc wrote: > > # HG changeset patch > > # User Gregory Szorc > > # Date 1509755155 25200 > > # Fri Nov 03 17:25:55 2017 -0700 > > # Branch stable >

Re: [PATCH] pathutil: add doctests for canonpath()

2017-11-04 Thread Yuya Nishihara
On Sat, 4 Nov 2017 09:16:03 -0400, Matt Harbison wrote: > > On Nov 4, 2017, at 4:03 AM, Yuya Nishihara wrote: > >> On Fri, 03 Nov 2017 23:26:40 -0400, Matt Harbison wrote: > >> # HG changeset patch > >> # User Matt Harbison > >> # Date 1509762170 14400 >

Re: [PATCH] pathutil: add doctests for canonpath()

2017-11-04 Thread Matt Harbison
On Sat, 04 Nov 2017 22:11:21 -0400, Yuya Nishihara wrote: On Sat, 4 Nov 2017 09:16:03 -0400, Matt Harbison wrote: > On Nov 4, 2017, at 4:03 AM, Yuya Nishihara wrote: >> On Fri, 03 Nov 2017 23:26:40 -0400, Matt Harbison wrote: >> # HG changeset patch >> # User

Re: [PATCH] pathutil: add doctests for canonpath()

2017-11-04 Thread Yuya Nishihara
On Sat, 04 Nov 2017 22:23:32 -0400, Matt Harbison wrote: > On Sat, 04 Nov 2017 22:11:21 -0400, Yuya Nishihara wrote: > > My concern is that the doctest is too limited in scope to cover possible > > bugs > > caused by Windows drive letter. Maybe we could add a safer alternative to

Re: [PATCH] subrepo: config option to disable subrepositories

2017-11-04 Thread Yuya Nishihara
On Fri, 03 Nov 2017 17:28:27 -0700, Gregory Szorc wrote: > # HG changeset patch > # User Gregory Szorc > # Date 1509755155 25200 > # Fri Nov 03 17:25:55 2017 -0700 > # Branch stable > # Node ID f2390c369bfebf32f26f5a2e4aa5620224a7c8ea > # Parent

Re: [PATCH v2] run-tests: allow automatic test discovery when providing folder as argument

2017-11-04 Thread Yuya Nishihara
On Sat, 04 Nov 2017 07:51:20 +0900, matthieu.laneuvi...@octobus.net wrote: > # HG changeset patch > # User Matthieu Laneuville > # Date 1508422437 -32400 > # Thu Oct 19 23:13:57 2017 +0900 > # Node ID 223d34cb2d2a1c1c67053f4613cb76803a485573 > # Parent

D974: py3: handle keyword arguments correctly in hgext/patchbomb.py

2017-11-04 Thread yuja (Yuya Nishihara)
yuja requested changes to this revision. yuja added inline comments. This revision now requires changes to proceed. INLINE COMMENTS > yuja wrote in patchbomb.py:618 > opts is modified here, but stropts isn't. Perhaps we shouldn't > keep the copy for long. I think it's better to use a single

D1303: py3: handle keyword arguments in hgext/gpg.py

2017-11-04 Thread yuja (Yuya Nishihara)
yuja added inline comments. INLINE COMMENTS > gpg.py:317 > +editor = cmdutil.getcommiteditor(editform='gpg.sign', > +**pycompat.byteskwargs(opts)) > repo.commit(message, opts['user'], opts['date'], match=msigs, Fixed this to call

D1293: rebase: use fm.formatlist() and fm.formatdict() to support user template

2017-11-04 Thread yuja (Yuya Nishihara)
yuja requested changes to this revision. yuja added a comment. This revision now requires changes to proceed. Can you add a test that should be fixed by this patch? Perhaps that will show we'll probably want to set the name of dict item pair other than the default 'key'/'value'. INLINE

D1299: py3: handle keyword arguments in hgext/churn.py

2017-11-04 Thread pulkit (Pulkit Goyal)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG26ed66ab1e72: py3: handle keyword arguments in hgext/churn.py (authored by pulkit, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D1303: py3: handle keyword arguments in hgext/gpg.py

2017-11-04 Thread pulkit (Pulkit Goyal)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGde1f045781e0: py3: handle keyword arguments in hgext/gpg.py (authored by pulkit, committed by ). CHANGED PRIOR TO COMMIT https://phab.mercurial-scm.org/D1303?vs=3240=3278#toc REPOSITORY rHG

D1296: py3: handle keyword arguments in hgext/automv.py

2017-11-04 Thread pulkit (Pulkit Goyal)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG38637dd39cfd: py3: handle keyword arguments in hgext/automv.py (authored by pulkit, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D1302: py3: handle keyword arguments in hgext/fetch.py

2017-11-04 Thread pulkit (Pulkit Goyal)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGa56bf5591918: py3: handle keyword arguments in hgext/fetch.py (authored by pulkit, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D1298: py3: handle keyword arguments in hgext/children.py

2017-11-04 Thread pulkit (Pulkit Goyal)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG11a372d80496: py3: handle keyword arguments in hgext/children.py (authored by pulkit, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D1295: py3: handle keyword arguments in hgext/amend.py

2017-11-04 Thread pulkit (Pulkit Goyal)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG3e549546a6e9: py3: handle keyword arguments in hgext/amend.py (authored by pulkit, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D1301: py3: handle keyword arguments in hgext/extdiff.py

2017-11-04 Thread pulkit (Pulkit Goyal)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGa8bc191fee5a: py3: handle keyword arguments in hgext/extdiff.py (authored by pulkit, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D1300: py3: handle keyword arguments in hgext/commitextras.py

2017-11-04 Thread pulkit (Pulkit Goyal)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG901a18b03e00: py3: handle keyword arguments in hgext/commitextras.py (authored by pulkit, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D1297: py3: handle keyword arguments in hgext/blackbox.py

2017-11-04 Thread pulkit (Pulkit Goyal)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG375577785f49: py3: handle keyword arguments in hgext/blackbox.py (authored by pulkit, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

Re: [PATCH] pathutil: add doctests for canonpath()

2017-11-04 Thread Yuya Nishihara
On Fri, 03 Nov 2017 23:26:40 -0400, Matt Harbison wrote: > # HG changeset patch > # User Matt Harbison > # Date 1509762170 14400 > # Fri Nov 03 22:22:50 2017 -0400 > # Node ID 7d9abeb82f021b4b96162a719f4a44a0175c0828 > # Parent

Re: [PATCH STABLE] share: handle --relative shares to a different drive letter gracefully

2017-11-04 Thread Yuya Nishihara
On Fri, 03 Nov 2017 23:32:46 -0400, Matt Harbison wrote: > # HG changeset patch > # User Matt Harbison > # Date 1509681309 14400 > # Thu Nov 02 23:55:09 2017 -0400 > # Branch stable > # Node ID 1683556589d30268414b8f17c67919278aa997c7 > # Parent

Re: [PATCH] subrepo: config option to disable subrepositories

2017-11-04 Thread Adrian Buehlmann
On 2017-11-04 07:57, Yuya Nishihara wrote: > On Fri, 03 Nov 2017 17:28:27 -0700, Gregory Szorc wrote: >> # HG changeset patch >> # User Gregory Szorc >> # Date 1509755155 25200 >> # Fri Nov 03 17:25:55 2017 -0700 >> # Branch stable >> # Node ID

Re: [PATCH] [v2] outgoing: respect ":pushurl" paths (issue5365)

2017-11-04 Thread Yuya Nishihara
On Fri, 3 Nov 2017 14:07:54 -0700, Hollis Blanchard wrote: > # HG changeset patch > # User Hollis Blanchard > # Date 1509731952 25200 > # Fri Nov 03 10:59:12 2017 -0700 > # Branch stable > # Node ID a952cae0303fa38d1b246561704071d41bbfa1ea > # Parent

D1318: py3: handle keyword arguments in hgext/histedit.py

2017-11-04 Thread pulkit (Pulkit Goyal)
pulkit created this revision. Herald added a reviewer: durin42. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D1318 AFFECTED FILES hgext/histedit.py CHANGE DETAILS diff --git

D1316: py3: handle keyword arguments in hgext/graphlog.py

2017-11-04 Thread pulkit (Pulkit Goyal)
pulkit 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/D1316 AFFECTED FILES hgext/graphlog.py CHANGE DETAILS diff --git a/hgext/graphlog.py

D1324: py3: handle keyword arguments in hgext/shelve.py

2017-11-04 Thread pulkit (Pulkit Goyal)
pulkit 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/D1324 AFFECTED FILES hgext/shelve.py CHANGE DETAILS diff --git a/hgext/shelve.py b/hgext/shelve.py ---

D1322: py3: handle keyword arguments in hgext/releasenotes.py

2017-11-04 Thread pulkit (Pulkit Goyal)
pulkit 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/D1322 AFFECTED FILES hgext/releasenotes.py CHANGE DETAILS diff --git a/hgext/releasenotes.py

D1317: py3: handle keyword arguments in hgext/hgk.py

2017-11-04 Thread pulkit (Pulkit Goyal)
pulkit 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/D1317 AFFECTED FILES hgext/hgk.py CHANGE DETAILS diff --git a/hgext/hgk.py b/hgext/hgk.py ---

D1319: py3: handle keyword arguments in hgext/journal.py

2017-11-04 Thread pulkit (Pulkit Goyal)
pulkit 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/D1319 AFFECTED FILES hgext/journal.py CHANGE DETAILS diff --git a/hgext/journal.py b/hgext/journal.py

D1320: py3: handle keyword arguments in hgext/keyword.py

2017-11-04 Thread pulkit (Pulkit Goyal)
pulkit 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/D1320 AFFECTED FILES hgext/keyword.py CHANGE DETAILS diff --git a/hgext/keyword.py b/hgext/keyword.py

D1321: py3: handle keyword arguments in hgext/rebase.py

2017-11-04 Thread pulkit (Pulkit Goyal)
pulkit 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/D1321 AFFECTED FILES hgext/rebase.py CHANGE DETAILS diff --git a/hgext/rebase.py b/hgext/rebase.py ---

D1323: py3: handle keyword arguments in hgext/uncommit.py

2017-11-04 Thread pulkit (Pulkit Goyal)
pulkit 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/D1323 AFFECTED FILES hgext/uncommit.py CHANGE DETAILS diff --git a/hgext/uncommit.py

Re: [PATCH] [v2] outgoing: respect ":pushurl" paths (issue5365)

2017-11-04 Thread Pulkit Goyal
You can use the `--flag` option of `hg email` to add email flags like V2. On Sat, Nov 4, 2017 at 11:48 AM, Yuya Nishihara wrote: > On Fri, 3 Nov 2017 14:07:54 -0700, Hollis Blanchard wrote: >> # HG changeset patch >> # User Hollis Blanchard >> # Date

[Bug 5732] New: amend doesn't respect removed/missing state, but uses filesystem state

2017-11-04 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=5732 Bug ID: 5732 Summary: amend doesn't respect removed/missing state, but uses filesystem state Product: Mercurial Version: 4.4 Hardware: PC OS: Linux