D5723: tests: add b'' to config file name

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


This revision was automatically updated to reflect the committed changes.
Closed by commit rHGf5cb822625cc: tests: add b'' to config file name (authored by indygreg, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D5723?vs=13522&id=13530

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

AFFECTED FILES
  tests/test-oldcgi.t

CHANGE DETAILS

diff --git a/tests/test-oldcgi.t b/tests/test-oldcgi.t
--- a/tests/test-oldcgi.t
+++ b/tests/test-oldcgi.t
@@ -55,7 +55,7 @@
   > # Alternatively you can pass a list of ('virtual/path', '/real/path') tuples
   > # or use a dictionary with entries like 'virtual/path': '/real/path'
   > 
-  > h = hgweb.hgwebdir("hgweb.config")
+  > h = hgweb.hgwebdir(b"hgweb.config")
   > h.run()
   > HGWEBDIR
 



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


More information about the Mercurial-devel mailing list