changeset 40153:0ae20d2141ed

py3: use b'' in test-check-interfaces.py # skip-blame just b'' prefixes Differential Revision: https://phab.mercurial-scm.org/D4964
author Gregory Szorc <gregory.szorc@gmail.com>
date Thu, 11 Oct 2018 21:05:03 +0200
parents adbf8ca239e4
children fe11fc7e541f
files tests/test-check-interfaces.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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())