# HG changeset patch # User Pierre-Yves David # Date 1408491977 25200 # Node ID ca2e9cf77033a93d3d8326433be3000bfc18d201 # Parent 90cf454edd709c616d1e5ea4f30fb4d02f0c01a4 obsstore: drop outdated comment This comment was associated with a now-defunct line. diff -r 90cf454edd70 -r ca2e9cf77033 mercurial/obsolete.py --- 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