D6289: unionrepo: sync with repository API

2019-04-24 Thread joerg.sonnenberger (Joerg Sonnenberger)
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

D6289: unionrepo: sync with repository API

2019-04-24 Thread martinvonz (Martin von Zweigbergk)
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

D6289: unionrepo: sync with repository API

2019-04-19 Thread joerg.sonnenberger (Joerg Sonnenberger)
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