D5396: tests: test that narrow preserves bookmarks on widen

2018-12-09 Thread martinvonz (Martin von Zweigbergk)
martinvonz created this revision. Herald added a reviewer: durin42. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY When widening inserts older commits in the changelog, we have to preserve bookmarks so they are not removed by the call to r

D5397: narrow: drop obsolete support for old Mercurial

2018-12-09 Thread martinvonz (Martin von Zweigbergk)
martinvonz created this revision. Herald added a reviewer: durin42. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY Not needed since narrow is shipped with core. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D539

D5398: narrow: keep bookmarks temporarily stripped for as long as commits are

2018-12-09 Thread martinvonz (Martin von Zweigbergk)
martinvonz created this revision. Herald added a reviewer: durin42. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY The narrow extension also has support for shallowness and for inserting older commits on pull. It works by temporarily strippi

D5397: narrow: drop obsolete support for old Mercurial

2018-12-09 Thread martinvonz (Martin von Zweigbergk)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG0d50bfcd8f65: narrow: drop obsolete support for old Mercurial (authored by martinvonz, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D5397?vs=1275

D5396: tests: test that narrow preserves bookmarks on widen

2018-12-09 Thread martinvonz (Martin von Zweigbergk)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG21e7c73af75f: tests: test that narrow preserves bookmarks on widen (authored by martinvonz, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D5396?vs

D5398: narrow: keep bookmarks temporarily stripped for as long as commits are

2018-12-09 Thread martinvonz (Martin von Zweigbergk)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG109a267acc1e: narrow: keep bookmarks temporarily stripped for as long as commits are (authored by martinvonz, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercuria

D5399: test: update test-logtoprocess.t to not requires less

2018-12-09 Thread lothiraldan (Boris Feld)
lothiraldan created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY The test previously assumed that a working pager was present in the test environment. Update it to use the fakepager instead. REPOSITORY rHG Mercurial REVI

[PATCH 1 of 5] py3: convert filename to bytes in test-hardlinks.t

2018-12-09 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1544380416 18000 # Sun Dec 09 13:33:36 2018 -0500 # Node ID fa86071307be46ea610dd7620557a10828a1ebc6 # Parent 443eb4bc41af00cafefcf235f15bad24b1ea56a1 py3: convert filename to bytes in test-hardlinks.t Windows was complaining about passing st

[PATCH 2 of 5] py3: byteify test-push-race.t

2018-12-09 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1544381588 18000 # Sun Dec 09 13:53:08 2018 -0500 # Node ID 8c34826326a95e218e9fac10ec5dc66cff3d912f # Parent fa86071307be46ea610dd7620557a10828a1ebc6 py3: byteify test-push-race.t diff --git a/contrib/python3-whitelist b/contrib/python3-whit

[PATCH 3 of 5] py3: adapt test-largefiles-wireproto.t to python3

2018-12-09 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1544398535 18000 # Sun Dec 09 18:35:35 2018 -0500 # Node ID 8f35bbc97ab5ec0ab5072900b9a70cea8fe720d0 # Parent 8c34826326a95e218e9fac10ec5dc66cff3d912f py3: adapt test-largefiles-wireproto.t to python3 diff --git a/contrib/python3-whitelist b/

[PATCH 4 of 5] py3: stop subscripting socket.error

2018-12-09 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1544402454 18000 # Sun Dec 09 19:40:54 2018 -0500 # Node ID e5b7d60068537baa1ffeeca4e1a81f7498d0d48e # Parent 8f35bbc97ab5ec0ab5072900b9a70cea8fe720d0 py3: stop subscripting socket.error In 3.3 and later, this is now an alias for OSError. I

[PATCH 5 of 5] py3: quote several instances of $PYTHON for Windows

2018-12-09 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1544408614 18000 # Sun Dec 09 21:23:34 2018 -0500 # Node ID 4b007df3bff23f32439e299d13ce1a808b857c4d # Parent e5b7d60068537baa1ffeeca4e1a81f7498d0d48e py3: quote several instances of $PYTHON for Windows Python3 lives in Program Files by defau

Re: [PATCH 4 of 5] py3: stop subscripting socket.error

2018-12-09 Thread Matt Harbison
On Sun, 09 Dec 2018 22:44:36 -0500, Matt Harbison wrote: # HG changeset patch # User Matt Harbison # Date 1544402454 18000 # Sun Dec 09 19:40:54 2018 -0500 # Node ID e5b7d60068537baa1ffeeca4e1a81f7498d0d48e # Parent 8f35bbc97ab5ec0ab5072900b9a70cea8fe720d0 py3: stop subscripting socket

[PATCH] hgweb: register web.comparisoncontext to the config table

2018-12-09 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1544417330 18000 # Sun Dec 09 23:48:50 2018 -0500 # Node ID f0cc7ed44c71e330da526839cc7b055a9826a98a # Parent 443eb4bc41af00cafefcf235f15bad24b1ea56a1 hgweb: register web.comparisoncontext to the config table This was caught in some server si

[Bug 6035] New: hg update exit with 255, dirstate corrupted

2018-12-09 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=6035 Bug ID: 6035 Summary: hg update exit with 255, dirstate corrupted Product: Mercurial Version: 4.8 Hardware: PC OS: Other Status: UNCONFIRMED Severity: bug