# HG changeset patch # User Pierre-Yves David # Date 2016-10-08 17:03:16 # Node ID 8797eadb5d9030cd6c10ecd119ffe339d6378c86 # Parent 3eae81c0a09dec6c1f330f1b1383ea5e73f4d717 checkcopies: minor change to comment This helped me understand the refactoring so this must be helpful. diff --git a/mercurial/copies.py b/mercurial/copies.py --- a/mercurial/copies.py +++ b/mercurial/copies.py @@ -459,7 +459,7 @@ def _checkcopies(ctx, f, m1, m2, base, l 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