Mercurial > hg-stable
diff mercurial/localrepo.py @ 2578:cf4f0322851d
coding style: use spaces instead of tabs
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Sat, 08 Jul 2006 16:55:49 +0200 |
parents | 2748253b49c2 |
children | 54b152379589 |
line wrap: on
line diff
--- 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"))