diff -r bbf544b5f2e9 -r 1aee2ab0f902 mercurial/copies.py --- a/mercurial/copies.py Wed Oct 14 03:30:27 2015 -0400 +++ b/mercurial/copies.py Sat Oct 17 00:58:46 2015 +0200 @@ -241,7 +241,7 @@ """return a 'getfctx' function suitable for checkcopies usage We have to re-setup the function building 'filectx' for each - 'checkcopies' to ensure the linkrev adjustement is properly setup for + 'checkcopies' to ensure the linkrev adjustment is properly setup for each. Linkrev adjustment is important to avoid bug in rename detection. Moreover, having a proper '_ancestrycontext' setup ensures the performance impact of this adjustment is kept limited. Without it,