mercurial/encoding.py
changeset 24608 1c533e23ce95
parent 24597 b4258d5a1600
child 25660 328739ea70c3
equal deleted inserted replaced
24607:f5b527024fcc 24608:1c533e23ce95
   362     This is specified per platform, and should be consistent with what normcase
   362     This is specified per platform, and should be consistent with what normcase
   363     on that platform actually does.
   363     on that platform actually does.
   364 
   364 
   365     lower: normcase lowercases ASCII strings
   365     lower: normcase lowercases ASCII strings
   366     upper: normcase uppercases ASCII strings
   366     upper: normcase uppercases ASCII strings
   367     other: the fallback function should always be called'''
   367     other: the fallback function should always be called
       
   368 
       
   369     This should be kept in sync with normcase_spec in util.h.'''
   368     lower = -1
   370     lower = -1
   369     upper = 1
   371     upper = 1
   370     other = 0
   372     other = 0
   371 
   373 
   372 _jsonmap = {}
   374 _jsonmap = {}