D3350: tests: fix up a couple of minor bytes inconsistencies in run-tests.py

2018-04-16 Thread durin42 (Augie Fackler)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG700aaa19de63: tests: fix up a couple of minor bytes inconsistencies in run-tests.py (authored by durin42, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-sc

D3350: tests: fix up a couple of minor bytes inconsistencies in run-tests.py

2018-04-16 Thread durin42 (Augie Fackler)
durin42 updated this revision to Diff 8313. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D3350?vs=8269&id=8313 REVISION DETAIL https://phab.mercurial-scm.org/D3350 AFFECTED FILES contrib/python3-whitelist tests/run-tests.py CHANGE DETAILS diff --

D3350: tests: fix up a couple of minor bytes inconsistencies in run-tests.py

2018-04-14 Thread durin42 (Augie Fackler)
durin42 updated this revision to Diff 8269. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D3350?vs=8227&id=8269 REVISION DETAIL https://phab.mercurial-scm.org/D3350 AFFECTED FILES contrib/python3-whitelist tests/run-tests.py CHANGE DETAILS diff --

D3350: tests: fix up a couple of minor bytes inconsistencies in run-tests.py

2018-04-13 Thread durin42 (Augie Fackler)
durin42 created this revision. Herald added a reviewer: pulkit. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY Only in the automatic bisection code, so fortunately nothing major is amiss. Fixes test-run-tests.t under Python 3. REPOSITORY