[Bug 5797] New: hg config: only 1 config option allowed

2018-02-19 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=5797 Bug ID: 5797 Summary: hg config: only 1 config option allowed Product: Mercurial Version: 4.4.2 Hardware: PC OS: Windows Status: UNCONFIRMED Severity:

[PATCH 2 of 6 remotenames-ext] tests: update with new hg output

2018-02-19 Thread Ryan McElroy
# HG changeset patch # User Ryan McElroy # Date 1519041042 28800 # Mon Feb 19 03:50:42 2018 -0800 # Node ID 7cee78e9b823b9671cbfff28086a0cb914a2edf0 # Parent 6b80188783ee2626030113a9b2319f2fd14a8119 tests: update with new hg output diff --git a/tests/test-http.t

[PATCH 5 of 6 remotenames-ext] tests: test various combinations of repos with and without extension

2018-02-19 Thread Ryan McElroy
# HG changeset patch # User Ryan McElroy # Date 1519041052 28800 # Mon Feb 19 03:50:52 2018 -0800 # Node ID 0cf83d6117fa918a8a9f6da6bd9747e09241de2a # Parent b1949aca17c6456ba1a7599e9ca121d269fb1ce6 tests: test various combinations of repos with and without extension Cases

[PATCH 4 of 6 remotenames-ext] push: do not over-check for svn/git push targets

2018-02-19 Thread Ryan McElroy
# HG changeset patch # User Ryan McElroy # Date 1519041052 28800 # Mon Feb 19 03:50:52 2018 -0800 # Node ID b1949aca17c6456ba1a7599e9ca121d269fb1ce6 # Parent 50ca5e43b0b816aeabcfd50b09dd9728c02dac86 push: do not over-check for svn/git push targets Previously, if the user

[PATCH 3 of 6 remotenames-ext] discovery: do not crash if no bookmarks are passed to push discovery

2018-02-19 Thread Ryan McElroy
# HG changeset patch # User Ryan McElroy # Date 1519041052 28800 # Mon Feb 19 03:50:52 2018 -0800 # Node ID 50ca5e43b0b816aeabcfd50b09dd9728c02dac86 # Parent 7cee78e9b823b9671cbfff28086a0cb914a2edf0 discovery: do not crash if no bookmarks are passed to push discovery

[PATCH 1 of 6 remotenames-ext] Back out "remotenames: push anonymous head if --force is given"

2018-02-19 Thread Ryan McElroy
# HG changeset patch # User Ryan McElroy # Date 1519040197 28800 # Mon Feb 19 03:36:37 2018 -0800 # Node ID 6b80188783ee2626030113a9b2319f2fd14a8119 # Parent 905b79d62df82d8ca16ecac175e6236fe959f4ed Back out "remotenames: push anonymous head if --force is given" Original

[PATCH 6 of 6 remotenames-ext] remotenames: do not expect repo._remotenames to be set unconditionally

2018-02-19 Thread Ryan McElroy
# HG changeset patch # User Ryan McElroy # Date 1519041052 28800 # Mon Feb 19 03:50:52 2018 -0800 # Node ID 97562271ac3533d9d1b323611fc9057989727b5d # Parent 0cf83d6117fa918a8a9f6da6bd9747e09241de2a remotenames: do not expect repo._remotenames to be set unconditionally

D2333: py3: make sure we open the files in bytes mode

2018-02-19 Thread yuja (Yuya Nishihara)
yuja added inline comments. INLINE COMMENTS > posix.py:116 > # switch file to link > -fp = open(f) > +fp = open(f, 'wb') > data = fp.read() should be 'rb' Fixed in flight. REPOSITORY rHG Mercurial REVISION DETAIL

mercurial@36243: 4 new changesets (4 on stable)

2018-02-19 Thread Mercurial Commits
4 new changesets (4 on stable) in mercurial: https://www.mercurial-scm.org/repo/hg/rev/e978e0c13252 changeset: 36240:e978e0c13252 branch: stable parent: 36234:4878f45c user:Gregory Szorc date:Sun Feb 18 08:49:18 2018 -0800 summary:

D2352: py3: add b'' prefixes in test-transplant.t

2018-02-19 Thread pulkit (Pulkit Goyal)
pulkit created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY 1. skip-blame because we are just adding b'' REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D2352 AFFECTED FILES

D2354: py3: add b'' prefixes in test-mdiff.py

2018-02-19 Thread pulkit (Pulkit Goyal)
pulkit created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY 1. skip-blame because we are just adding b'' REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D2354 AFFECTED FILES

D2353: py3: use dict.items() instead of dict.iteritems() in tests

2018-02-19 Thread pulkit (Pulkit Goyal)
pulkit created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY dict.iteritems() is not present in Python 3. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D2353 AFFECTED FILES

D2355: py3: use pycompat.byteskwargs in hgext/convert/

2018-02-19 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/D2355 AFFECTED FILES hgext/convert/common.py hgext/convert/convcmd.py hgext/convert/cvsps.py

D2357: convert: don't use bytes as a variable name

2018-02-19 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/D2357 AFFECTED FILES hgext/convert/common.py CHANGE DETAILS diff --git a/hgext/convert/common.py

D2358: convert: don't use type as a variable name

2018-02-19 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/D2358 AFFECTED FILES hgext/convert/git.py CHANGE DETAILS diff --git a/hgext/convert/git.py

D2356: py3: add a r'' prefix to prevent transformer from adding b''

2018-02-19 Thread pulkit (Pulkit Goyal)
pulkit created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY 1. skip-blame as only r'' prefix was added REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D2356 AFFECTED FILES

D2349: py3: use '%d' to convert integer to bytes

2018-02-19 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/D2349 AFFECTED FILES mercurial/commands.py CHANGE DETAILS diff --git a/mercurial/commands.py

D2351: py3: add b'' prefixes in fakepatchtime.py

2018-02-19 Thread pulkit (Pulkit Goyal)
pulkit created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY 1. skip-blame because we are just adding b'' REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D2351 AFFECTED FILES

D2350: py3: add b'' prefixes in fakedirstatewritetime.py

2018-02-19 Thread pulkit (Pulkit Goyal)
pulkit created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY 1. skip-blame because we are just adding b'' REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D2350 AFFECTED FILES