diff -r f5b527024fcc -r 1c533e23ce95 mercurial/encoding.py --- a/mercurial/encoding.py Thu Apr 02 19:13:50 2015 -0700 +++ b/mercurial/encoding.py Thu Apr 02 19:17:32 2015 -0700 @@ -364,7 +364,9 @@ lower: normcase lowercases ASCII strings upper: normcase uppercases ASCII strings - other: the fallback function should always be called''' + other: the fallback function should always be called + + This should be kept in sync with normcase_spec in util.h.''' lower = -1 upper = 1 other = 0