Show More
@@ -450,7 +450,7 b' class obsstore(object):' | |||
|
450 | 450 | # parents: (tuple of nodeid) or None, parents of precursors |
|
451 | 451 | # None is used when no data has been recorded |
|
452 | 452 | |
|
453 |
def __init__(self, sopener, defaultformat=_fm |
|
|
453 | def __init__(self, sopener, defaultformat=_fm1version): | |
|
454 | 454 | # caches for various obsolescence related cache |
|
455 | 455 | self.caches = {} |
|
456 | 456 | self._all = [] |
General Comments 0
You need to be logged in to leave comments.
Login now