changeset 2578 | cf4f0322851d |
parent 2567 | 2748253b49c2 |
child 2581 | 54b152379589 |
--- 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"))