Submitter | phabricator |
---|---|
Date | Dec. 9, 2018, 12:06 p.m. |
Message ID | <b22fd8c32190a2dcd795f78d45f193ab@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/37038/ |
State | Not Applicable |
Headers | show |
Comments
Patch
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')