mercurial/localrepo.py
changeset 14363 82f3b0f3f0a5
parent 14333 31a5973fcf96
child 14365 a8e3931e3fb5
--- a/mercurial/localrepo.py	Wed May 18 19:25:34 2011 +0200
+++ b/mercurial/localrepo.py	Wed May 18 19:30:17 2011 +0200
@@ -25,7 +25,7 @@
     supported = supportedformats | set(('store', 'fncache', 'shared',
                                         'dotencode'))
 
-    def __init__(self, baseui, path=None, create=0):
+    def __init__(self, baseui, path=None, create=False):
         repo.repository.__init__(self)
         self.root = os.path.realpath(util.expandpath(path))
         self.path = os.path.join(self.root, ".hg")