# HG changeset patch # User Benoit Boissinot # Date 1152370549 -7200 # Node ID cf4f0322851d2824ff3ae37bb2fafcc054cb0e2f # Parent fa76c5d609c909a5fdcb64bb824b37001f0d9970 coding style: use spaces instead of tabs diff -r fa76c5d609c9 -r cf4f0322851d mercurial/localrepo.py --- a/mercurial/localrepo.py Fri Jul 07 15:02:55 2006 -0700 +++ b/mercurial/localrepo.py Sat Jul 08 16:55:49 2006 +0200 @@ -74,8 +74,8 @@ 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"))