D4674: py3: add a missing b'' in tests/test-newercgi.t

pulkit (Pulkit Goyal) phabricator at mercurial-scm.org
Thu Sep 20 15:42:19 EDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHGa2bb0ec3b4d4: py3: add a missing b'' in tests/test-newercgi.t (authored by pulkit, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D4674?vs=11211&id=11231

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

AFFECTED FILES
  tests/test-newercgi.t

CHANGE DETAILS

diff --git a/tests/test-newercgi.t b/tests/test-newercgi.t
--- a/tests/test-newercgi.t
+++ b/tests/test-newercgi.t
@@ -39,7 +39,7 @@
   > from mercurial.hgweb import hgwebdir
   > from mercurial.hgweb import wsgicgi
   > 
-  > application = hgwebdir("hgweb.config")
+  > application = hgwebdir(b"hgweb.config")
   > wsgicgi.launch(application)
   > HGWEBDIR
 



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


More information about the Mercurial-devel mailing list