Submitter | phabricator |
---|---|
Date | Feb. 27, 2018, 12:57 p.m. |
Message ID | <5e5d12416a0feefe137e448854b0897b@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/28453/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/url.py b/mercurial/url.py --- a/mercurial/url.py +++ b/mercurial/url.py @@ -528,4 +528,4 @@ path = util.normpath(os.path.abspath(url_)) url_ = 'file://' + urlreq.pathname2url(path) authinfo = None - return opener(ui, authinfo).open(url_, data) + return opener(ui, authinfo).open(pycompat.strurl(url_), data)