Show More
@@ -637,8 +637,8 b' def _checkcopies(srcctx, dstctx, f, base' | |||||
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 |
|
640 | note: limit is only an optimization, and provides no guarantee that | |
641 |
irrelevant revisions will not be |
|
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 | """ |
General Comments 0
You need to be logged in to leave comments.
Login now