diff mercurial/changelog.py @ 47073:64cd1496bb70

revlog: replace the old `revlog_kind` approach with the new `target` one The new `target` attribute supersedes the previous one. Differential Revision: https://phab.mercurial-scm.org/D10353
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 08 Apr 2021 19:00:21 +0200
parents 4c041c71ec01
children f58a13c52726
line wrap: on
line diff
--- a/mercurial/changelog.py	Tue Apr 06 05:20:24 2021 +0200
+++ b/mercurial/changelog.py	Thu Apr 08 19:00:21 2021 +0200
@@ -431,7 +431,6 @@
         self._filteredrevs = frozenset()
         self._filteredrevs_hashcache = {}
         self._copiesstorage = opener.options.get(b'copies-storage')
-        self.revlog_kind = b'changelog'
 
     @property
     def filteredrevs(self):