##// END OF EJS Templates
py3: use b'' in test-check-interfaces.py...
Gregory Szorc -
r40189:0ae20d21 default
parent child Browse files
Show More
@@ -99,7 +99,7 b' class dummypipe(object):'
99 99 def main():
100 100 ui = uimod.ui()
101 101 # Needed so we can open a local repo with obsstore without a warning.
102 ui.setconfig('experimental', 'evolution.createmarkers', True)
102 ui.setconfig(b'experimental', b'evolution.createmarkers', True)
103 103
104 104 checkzobject(badpeer())
105 105
General Comments 0
You need to be logged in to leave comments. Login now