equal
deleted
inserted
replaced
635 tca = topological common ancestor for graft-like scenarios |
635 tca = topological common ancestor for graft-like scenarios |
636 remotebase = True if base is outside tca::srcctx, False otherwise |
636 remotebase = True if base is outside tca::srcctx, False otherwise |
637 limit = the rev number to not search beyond |
637 limit = the rev number to not search beyond |
638 data = dictionary of dictionary to store copy data. (see mergecopies) |
638 data = dictionary of dictionary to store copy data. (see mergecopies) |
639 |
639 |
640 note: limit is only an optimization, and there is no guarantee that |
640 note: limit is only an optimization, and provides no guarantee that |
641 irrelevant revisions will not be limited |
641 irrelevant revisions will not be visited |
642 there is no easy way to make this algorithm stop in a guaranteed way |
642 there is no easy way to make this algorithm stop in a guaranteed way |
643 once it "goes behind a certain revision". |
643 once it "goes behind a certain revision". |
644 """ |
644 """ |
645 |
645 |
646 msrc = srcctx.manifest() |
646 msrc = srcctx.manifest() |