Show More
@@ -249,7 +249,7 b' class localrepository(object):' | |||
|
249 | 249 | # only functions defined in module of enabled extensions are invoked |
|
250 | 250 | featuresetupfuncs = set() |
|
251 | 251 | |
|
252 |
def __init__(self, baseui, path |
|
|
252 | def __init__(self, baseui, path, create=False): | |
|
253 | 253 | self.requirements = set() |
|
254 | 254 | self.wvfs = scmutil.vfs(path, expandpath=True, realpath=True) |
|
255 | 255 | self.wopener = self.wvfs |
General Comments 0
You need to be logged in to leave comments.
Login now