narrow: drop obsolete support for old Mercurial
authorMartin von Zweigbergk <martinvonz@google.com>
Sat, 08 Dec 2018 23:04:11 -0800
changeset 40867 0d50bfcd8f65
parent 40866 21e7c73af75f
child 40868 109a267acc1e
narrow: drop obsolete support for old Mercurial Not needed since narrow is shipped with core. Differential Revision: https://phab.mercurial-scm.org/D5397
hgext/narrow/narrowbundle2.py
--- a/hgext/narrow/narrowbundle2.py	Thu Dec 06 10:15:41 2018 -0800
+++ b/hgext/narrow/narrowbundle2.py	Sat Dec 08 23:04:11 2018 -0800
@@ -183,8 +183,6 @@
         class dummybmstore(dict):
             def applychanges(self, repo, tr, changes):
                 pass
-            def recordchange(self, tr): # legacy version
-                pass
         repo._bookmarks = dummybmstore()
         chgrpfile = repair.strip(op.ui, repo, list(clkills), backup=True,
                                  topic='widen')