# HG changeset patch # User Gregory Szorc # Date 1539284703 -7200 # Node ID 0ae20d2141ed20f93f1db75ce88c4a6c043d2cda # Parent adbf8ca239e458d8a18aae5a5dc12f8fa030521c py3: use b'' in test-check-interfaces.py # skip-blame just b'' prefixes Differential Revision: https://phab.mercurial-scm.org/D4964 diff -r adbf8ca239e4 -r 0ae20d2141ed tests/test-check-interfaces.py --- a/tests/test-check-interfaces.py Fri Oct 12 06:22:43 2018 +0200 +++ b/tests/test-check-interfaces.py Thu Oct 11 21:05:03 2018 +0200 @@ -99,7 +99,7 @@ def main(): ui = uimod.ui() # Needed so we can open a local repo with obsstore without a warning. - ui.setconfig('experimental', 'evolution.createmarkers', True) + ui.setconfig(b'experimental', b'evolution.createmarkers', True) checkzobject(badpeer())