Mercurial > public > mercurial-scm > hg-stable
diff mercurial/util.py @ 1810:7596611ab3d5
Whitespace, tab and formatting cleanups, mainly in mq.py
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Tue, 28 Feb 2006 23:25:34 +0100 |
parents | ae61937c61c5 |
children | 4ced57680ce7 |
line wrap: on
line diff
--- a/mercurial/util.py Tue Feb 28 23:19:47 2006 +0100 +++ b/mercurial/util.py Tue Feb 28 23:25:34 2006 +0100 @@ -179,7 +179,7 @@ if root == os.sep: rootsep = os.sep else: - rootsep = root + os.sep + rootsep = root + os.sep name = myname if not name.startswith(os.sep): name = os.path.join(root, cwd, name)