Mercurial > public > mercurial-scm > hg-stable
diff mercurial/util.py @ 1830:4ced57680ce7
merge with crew.
author | Vadim Gelfer <vadim.gelfer@gmail.com> |
---|---|
date | Fri, 03 Mar 2006 09:39:37 -0800 |
parents | b0f6af327fd4 7596611ab3d5 |
children | bdfb524d728a |
line wrap: on
line diff
--- a/mercurial/util.py Fri Feb 10 11:25:07 2006 -0800 +++ b/mercurial/util.py Fri Mar 03 09:39:37 2006 -0800 @@ -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)