# HG changeset patch # User Martin von Zweigbergk # Date 1497558341 25200 # Node ID 8e9b9f020f95b0a1bba2d7c5eae8379a251b811b # Parent fa247f53f6473b12c92fe7c066d63fa58f0c632c 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). diff -r fa247f53f647 -r 8e9b9f020f95 mercurial/revlog.py --- 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)