changeset 34219 | 21fc747e1bc5 |
parent 33889 | f672d060a931 |
child 34293 | 0fe62d8bdd50 |
--- a/mercurial/bundlerepo.py Sat Sep 16 22:55:48 2017 +0900 +++ b/mercurial/bundlerepo.py Fri Sep 15 23:58:45 2017 +0900 @@ -164,7 +164,7 @@ def addrevision(self, text, transaction, link, p1=None, p2=None, d=None): raise NotImplementedError - def addgroup(self, revs, linkmapper, transaction): + def addgroup(self, deltas, transaction, addrevisioncb=None): raise NotImplementedError def strip(self, rev, minlink): raise NotImplementedError