hgext/narrow/narrowbundle2.py
changeset 40867 0d50bfcd8f65
parent 40755 e3792741e3fb
child 40868 109a267acc1e
--- 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')