mercurial/util.py
changeset 1810 7596611ab3d5
parent 1635 ae61937c61c5
child 1830 4ced57680ce7
--- 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)