Mercurial > hg
changeset 40867:0d50bfcd8f65
narrow: drop obsolete support for old Mercurial
Not needed since narrow is shipped with core.
Differential Revision: https://phab.mercurial-scm.org/D5397
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Sat, 08 Dec 2018 23:04:11 -0800 |
parents | 21e7c73af75f |
children | 109a267acc1e |
files | hgext/narrow/narrowbundle2.py |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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')