This revision was automatically updated to reflect the committed changes.
Closed by commit rHG608ab4a3889d: unionrepo: sync with repository API (authored
by joerg.sonnenberger, committed by ).
CHANGED PRIOR TO COMMIT
https://phab.mercurial-scm.org/D6289?vs=14868&id=14917#toc
REPOSITORY
rHG M
martinvonz added inline comments.
INLINE COMMENTS
> unionrepo.py:131
> raise NotImplementedError
> -def addgroup(self, deltas, transaction, addrevisioncb=None):
> +def addgroup(self, deltas, linkmapper, transaction, addrevisioncb=None,
> maybemissingparents=False):
> ra
joerg.sonnenberger created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.
REPOSITORY
rHG Mercurial
REVISION DETAIL
https://phab.mercurial-scm.org/D6289
AFFECTED FILES
mercurial/unionrepo.py
CHANGE DETAILS
diff --git a/mercurial/unionrepo