D5724: tests: add b'' prefixes to flagprocessorext.py

indygreg (Gregory Szorc) phabricator at mercurial-scm.org
Sat Jan 26 18:19:03 EST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rHGfad627d2047c: tests: add b'' prefixes to flagprocessorext.py (authored by indygreg, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D5724?vs=13523&id=13531

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

AFFECTED FILES
  tests/flagprocessorext.py

CHANGE DETAILS

diff --git a/tests/flagprocessorext.py b/tests/flagprocessorext.py
--- a/tests/flagprocessorext.py
+++ b/tests/flagprocessorext.py
@@ -107,7 +107,7 @@
 
     # Teach exchange to use changegroup 3
     for k in exchange._bundlespeccontentopts.keys():
-        exchange._bundlespeccontentopts[k]["cg.version"] = "03"
+        exchange._bundlespeccontentopts[k][b"cg.version"] = b"03"
 
     # Register flag processors for each extension
     revlog.addflagprocessor(



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


More information about the Mercurial-devel mailing list