##// END OF EJS Templates
coding style: use spaces instead of tabs
Benoit Boissinot -
r2578:cf4f0322 default
parent child Browse files
Show More
@@ -74,8 +74,8 b' class localrepository(object):'
74 self.transhandle = None
74 self.transhandle = None
75
75
76 if create:
76 if create:
77 if not os.path.exists(path):
77 if not os.path.exists(path):
78 os.mkdir(path)
78 os.mkdir(path)
79 os.mkdir(self.path)
79 os.mkdir(self.path)
80 os.mkdir(self.join("data"))
80 os.mkdir(self.join("data"))
81
81
General Comments 0
You need to be logged in to leave comments. Login now