Mercurial > public > mercurial-scm > hg
diff mercurial/obsolete.py @ 22268:ca2e9cf77033
obsstore: drop outdated comment
This comment was associated with a now-defunct line.
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Tue, 19 Aug 2014 16:46:17 -0700 |
parents | 10880c8aad85 |
children | e5adb6935239 |
line wrap: on
line diff
--- a/mercurial/obsolete.py Thu Aug 21 10:07:30 2014 -0400 +++ b/mercurial/obsolete.py Tue Aug 19 16:46:17 2014 -0700 @@ -280,7 +280,6 @@ # caches for various obsolescence related cache self.caches = {} self._all = [] - # new markers to serialize self.precursors = {} self.successors = {} self.sopener = sopener