Mercurial > public > mercurial-scm > hg
diff mercurial/ui.py @ 12665:cf24b6b5517c
fix indentation error
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Sat, 09 Oct 2010 15:00:30 -0500 |
parents | 7285b2824fb7 |
children | c52c629ce19e |
line wrap: on
line diff
--- 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