py3: use b'' in test-check-interfaces.py
authorGregory Szorc <gregory.szorc@gmail.com>
Thu, 11 Oct 2018 21:05:03 +0200
changeset 40153 0ae20d2141ed
parent 40152 adbf8ca239e4
child 40154 fe11fc7e541f
py3: use b'' in test-check-interfaces.py # skip-blame just b'' prefixes Differential Revision: https://phab.mercurial-scm.org/D4964
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())