Mercurial > hg-stable
changeset 30136:8797eadb5d90
checkcopies: minor change to comment
This helped me understand the refactoring so this must be helpful.
author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
---|---|
date | Sat, 08 Oct 2016 19:03:16 +0200 |
parents | 3eae81c0a09d |
children | f85f9e069e09 |
files | mercurial/copies.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/copies.py Sat Oct 08 18:38:42 2016 +0200 +++ b/mercurial/copies.py Sat Oct 08 19:03:16 2016 +0200 @@ -459,7 +459,7 @@ check possible copies of f from m1 to m2 ctx = starting context for f in m1 - f = the filename to check + f = the filename to check (as in m1) m1 = the source manifest m2 = the destination manifest base = the changectx used as a merge base