##// END OF EJS Templates
copies: fix typo in comment...
Gábor Stefanik -
r33881:169baf3d default
parent child Browse files
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 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 """
General Comments 0
You need to be logged in to leave comments. Login now