author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
Sat, 08 Jul 2006 16:55:49 +0200 | |
changeset 2578 | cf4f0322851d |
parent 2577 | fa76c5d609c9 |
child 2579 | 0875cda033fd |
--- 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"))