# HG changeset patch # User Benoit Boissinot # Date 1152370549 -7200 # Node ID cf4f0322851d2824ff3ae37bb2fafcc054cb0e2f # Parent fa76c5d609c909a5fdcb64bb824b37001f0d9970 coding style: use spaces instead of tabs diff --git a/mercurial/localrepo.py b/mercurial/localrepo.py --- 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"))