Submitter | phabricator |
---|---|
Date | March 4, 2018, 9:13 p.m. |
Message ID | <differential-rev-PHID-DREV-a3gsrp3f6d7hhjfk3j4z-req@phab.mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/28997/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/util.py b/mercurial/util.py --- a/mercurial/util.py +++ b/mercurial/util.py @@ -3097,7 +3097,7 @@ path = urlreq.unquote(path) if path.startswith('ssh://-') or path.startswith('svn+ssh://-'): raise error.Abort(_('potentially unsafe url: %r') % - (path,)) + (pycompat.bytestr(path),)) def hidepassword(u): '''hide user credential in a url string'''