Mercurial > public > mercurial-scm > hg-stable
diff tests/test-clone-cgi.t @ 37668:2a42ca2679e2
py3: add b'' prefixes to make values bytes
# skip-blame beacuse just b'' prefixes
Differential Revision: https://phab.mercurial-scm.org/D3329
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Sat, 14 Apr 2018 02:06:03 +0530 |
parents | 8e6f4939a69a |
children | 5abc47d4ca6b |
line wrap: on
line diff
--- a/tests/test-clone-cgi.t Sat Apr 14 02:04:19 2018 +0530 +++ b/tests/test-clone-cgi.t Sat Apr 14 02:06:03 2018 +0530 @@ -17,7 +17,7 @@ > from mercurial import demandimport; demandimport.enable() > from mercurial.hgweb import hgweb > from mercurial.hgweb import wsgicgi - > application = hgweb("test", "Empty test repository") + > application = hgweb(b"test", b"Empty test repository") > wsgicgi.launch(application) > HGWEB $ chmod 755 hgweb.cgi