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