Mercurial > hg
changeset 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 | 90cf454edd70 |
children | 03cc81a28228 |
files | mercurial/obsolete.py |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
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