author | Pierre-Yves David <pierre-yves.david@fb.com> |
Tue, 16 Sep 2014 17:57:44 -0700 | |
changeset 22854 | f8a4ce6fb27a |
parent 22853 | 9a7d0f7e0561 |
child 22855 | b5492b6bc7e8 |
--- a/mercurial/obsolete.py Tue Sep 16 19:13:08 2014 -0700 +++ b/mercurial/obsolete.py Tue Sep 16 17:57:44 2014 -0700 @@ -450,7 +450,7 @@ # parents: (tuple of nodeid) or None, parents of precursors # None is used when no data has been recorded - def __init__(self, sopener, defaultformat=_fm0version): + def __init__(self, sopener, defaultformat=_fm1version): # caches for various obsolescence related cache self.caches = {} self._all = []