py3: use b'' in test-check-interfaces.py
# skip-blame just b'' prefixes
Differential Revision: https://phab.mercurial-scm.org/D4964
--- 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())