comparison mercurial/revlog.py @ 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
comparison
equal deleted inserted replaced
32866:fa247f53f647 32867:8e9b9f020f95
1852 1852
1853 If ``addrevisioncb`` is defined, it will be called with arguments of 1853 If ``addrevisioncb`` is defined, it will be called with arguments of
1854 this revlog and the node that was added. 1854 this revlog and the node that was added.
1855 """ 1855 """
1856 1856
1857 # track the base of the current delta log
1858 content = [] 1857 content = []
1859 1858
1860 r = len(self) 1859 r = len(self)
1861 end = 0 1860 end = 0
1862 if r: 1861 if r: