mercurial/localrepo.py
changeset 2578 cf4f0322851d
parent 2567 2748253b49c2
child 2581 54b152379589
--- a/mercurial/localrepo.py
+++ b/mercurial/localrepo.py
@@ -74,8 +74,8 @@ class localrepository(object):
         self.transhandle = None
 
         if create:
-	    if not os.path.exists(path):
-		os.mkdir(path)
+            if not os.path.exists(path):
+                os.mkdir(path)
             os.mkdir(self.path)
             os.mkdir(self.join("data"))