D4610: py3: add b'' prefixes in tests/test-hgweb-no-path-info.t

pulkit (Pulkit Goyal) phabricator at mercurial-scm.org
Sun Sep 16 17:21:36 EDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG19f701387ed5: py3: add b'' prefixes in tests/test-hgweb-no-path-info.t (authored by pulkit, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D4610?vs=11099&id=11105

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

AFFECTED FILES
  tests/test-hgweb-no-path-info.t

CHANGE DETAILS

diff --git a/tests/test-hgweb-no-path-info.t b/tests/test-hgweb-no-path-info.t
--- a/tests/test-hgweb-no-path-info.t
+++ b/tests/test-hgweb-no-path-info.t
@@ -64,11 +64,11 @@
   > 
   > output = stringio()
   > env['QUERY_STRING'] = 'style=atom'
-  > process(hgweb('.', name='repo'))
+  > process(hgweb(b'.', name=b'repo'))
   > 
   > output = stringio()
   > env['QUERY_STRING'] = 'style=raw'
-  > process(hgwebdir({'repo': '.'}))
+  > process(hgwebdir({'repo': b'.'}))
   > EOF
   $ $PYTHON request.py
   ---- STATUS



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


More information about the Mercurial-devel mailing list