mercurial/util.py
changeset 31567 4ebecf331d7d
parent 31541 bd9daafbf87c
child 31573 55c6788c54e2
--- a/mercurial/util.py	Tue Mar 21 22:20:11 2017 -0700
+++ b/mercurial/util.py	Tue Mar 21 22:23:11 2017 -0700
@@ -2637,7 +2637,7 @@
                   'path', 'fragment'):
             v = getattr(self, a)
             if v is not None:
-                setattr(self, a, pycompat.urlunquote(v))
+                setattr(self, a, urlreq.unquote(v))
 
     def __repr__(self):
         attrs = []