changeset 32867:8e9b9f020f95

revlog: delete obsolete comment The comment seems to refer to code that was deleted in 557988c691d1 (revlog.addgroup(): always use _addrevision() to add new revlog entries, 2010-10-08).
author Martin von Zweigbergk <martinvonz@google.com>
date Thu, 15 Jun 2017 13:25:41 -0700
parents fa247f53f647
children ef015ba5ba2e
files mercurial/revlog.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/revlog.py	Thu Jun 15 13:23:21 2017 -0700
+++ b/mercurial/revlog.py	Thu Jun 15 13:25:41 2017 -0700
@@ -1854,7 +1854,6 @@
         this revlog and the node that was added.
         """
 
-        # track the base of the current delta log
         content = []
 
         r = len(self)