D5397: narrow: drop obsolete support for old Mercurial

martinvonz (Martin von Zweigbergk) phabricator at mercurial-scm.org
Sun Dec 9 07:06:12 EST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG0d50bfcd8f65: narrow: drop obsolete support for old Mercurial (authored by martinvonz, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D5397?vs=12759&id=12762

REVISION DETAIL
  https://phab.mercurial-scm.org/D5397

AFFECTED FILES
  hgext/narrow/narrowbundle2.py

CHANGE DETAILS

diff --git a/hgext/narrow/narrowbundle2.py b/hgext/narrow/narrowbundle2.py
--- a/hgext/narrow/narrowbundle2.py
+++ b/hgext/narrow/narrowbundle2.py
@@ -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')



To: martinvonz, durin42, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list