D4964: py3: use b'' in test-check-interfaces.py

indygreg (Gregory Szorc) phabricator at mercurial-scm.org
Fri Oct 12 04:16:55 EDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG0ae20d2141ed: py3: use b'' in test-check-interfaces.py (authored by indygreg, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D4964?vs=11830&id=11849

REVISION DETAIL
  https://phab.mercurial-scm.org/D4964

AFFECTED FILES
  tests/test-check-interfaces.py

CHANGE DETAILS

diff --git a/tests/test-check-interfaces.py b/tests/test-check-interfaces.py
--- a/tests/test-check-interfaces.py
+++ b/tests/test-check-interfaces.py
@@ -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())
 



To: indygreg, #hg-reviewers, pulkit
Cc: mercurial-devel


More information about the Mercurial-devel mailing list