Mercurial > hg-stable
changeset 12665:cf24b6b5517c
fix indentation error
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Sat, 09 Oct 2010 15:00:30 -0500 |
parents | 545ec1775021 |
children | ead4e21f49f1 |
files | mercurial/ui.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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