mercurial/util.py
changeset 30328 2d996af02fd8
parent 30309 4b1af1c867fa
child 30329 dadb00a0ec0f
--- a/mercurial/util.py	Sun Oct 09 09:02:25 2016 -0400
+++ b/mercurial/util.py	Sun Oct 09 09:03:10 2016 -0400
@@ -2472,7 +2472,7 @@
                   'path', 'fragment'):
             v = getattr(self, a)
             if v is not None:
-                setattr(self, a, pycompat.urlparse.unquote(v))
+                setattr(self, a, pycompat.urlunquote(v))
 
     def __repr__(self):
         attrs = []