##// END OF EJS Templates
checkcopies: minor change to comment...
Pierre-Yves David -
r30136:8797eadb default
parent child Browse files
Show More
@@ -459,7 +459,7 b' def _checkcopies(ctx, f, m1, m2, base, l'
459 check possible copies of f from m1 to m2
459 check possible copies of f from m1 to m2
460
460
461 ctx = starting context for f in m1
461 ctx = starting context for f in m1
462 f = the filename to check
462 f = the filename to check (as in m1)
463 m1 = the source manifest
463 m1 = the source manifest
464 m2 = the destination manifest
464 m2 = the destination manifest
465 base = the changectx used as a merge base
465 base = the changectx used as a merge base
General Comments 0
You need to be logged in to leave comments. Login now