mercurial/localrepo.py
changeset 30576 91db2aa0edfe
parent 30571 46d2c8b23c33
child 30579 f8c9a7d2bbbf
--- a/mercurial/localrepo.py	Thu Dec 01 13:12:04 2016 +0530
+++ b/mercurial/localrepo.py	Sun Dec 04 23:22:34 2016 +0530
@@ -249,7 +249,7 @@
     # only functions defined in module of enabled extensions are invoked
     featuresetupfuncs = set()
 
-    def __init__(self, baseui, path=None, create=False):
+    def __init__(self, baseui, path, create=False):
         self.requirements = set()
         self.wvfs = scmutil.vfs(path, expandpath=True, realpath=True)
         self.wopener = self.wvfs