Mercurial > hg
changeset 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 | fa76c5d609c9 |
children | 0875cda033fd |
files | mercurial/localrepo.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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"))