mercurial/encoding.py
changeset 24608 1c533e23ce95
parent 24597 b4258d5a1600
child 25660 328739ea70c3
--- 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