Mercurial > public > mercurial-scm > hg-stable
diff mercurial/copies.py @ 26781:1aee2ab0f902
spelling: trivial spell checking
author | Mads Kiilerich <madski@unity3d.com> |
---|---|
date | Sat, 17 Oct 2015 00:58:46 +0200 |
parents | df66736a128e |
children | 602add6ad9e5 |
line wrap: on
line diff
--- 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,