equal
deleted
inserted
replaced
243 # if the result of the merge of 1 and 2 is the same in 3 and 4, |
243 # if the result of the merge of 1 and 2 is the same in 3 and 4, |
244 # no new manifest will be created and the manifest group will |
244 # no new manifest will be created and the manifest group will |
245 # be empty during the pull |
245 # be empty during the pull |
246 self.manifestheader() |
246 self.manifestheader() |
247 deltas = self.deltaiter() |
247 deltas = self.deltaiter() |
248 repo.manifestlog._revlog.addgroup(deltas, revmap, trp) |
248 repo.manifestlog.addgroup(deltas, revmap, trp) |
249 prog.complete() |
249 prog.complete() |
250 self.callback = None |
250 self.callback = None |
251 |
251 |
252 def apply(self, repo, tr, srctype, url, targetphase=phases.draft, |
252 def apply(self, repo, tr, srctype, url, targetphase=phases.draft, |
253 expectedtotal=None): |
253 expectedtotal=None): |