fix indentation error
authorBenoit Boissinot <benoit.boissinot@ens-lyon.org>
Sat, 09 Oct 2010 15:00:30 -0500
changeset 12665 cf24b6b5517c
parent 12664 545ec1775021
child 12666 ead4e21f49f1
fix indentation error
mercurial/ui.py
--- a/mercurial/ui.py	Sat Oct 09 14:50:20 2010 -0500
+++ b/mercurial/ui.py	Sat Oct 09 15:00:30 2010 -0500
@@ -111,7 +111,7 @@
                     p = p.replace('%%', '%')
                 p = util.expandpath(p)
                 if '://' not in p and not os.path.isabs(p):
-                        p = os.path.normpath(os.path.join(root, p))
+                    p = os.path.normpath(os.path.join(root, p))
                 c.set("paths", n, p)
 
         # update ui options