mercurial/encoding.py
changeset 48946 642e31cb55f0
parent 48892 fa2b1a46d92e
child 49284 d44e3c45f0e4
equal deleted inserted replaced
48945:55d132525155 48946:642e31cb55f0
   508     if leftside:
   508     if leftside:
   509         return ellipsis + u
   509         return ellipsis + u
   510     return u + ellipsis
   510     return u + ellipsis
   511 
   511 
   512 
   512 
   513 class normcasespecs(object):
   513 class normcasespecs:
   514     """what a platform's normcase does to ASCII strings
   514     """what a platform's normcase does to ASCII strings
   515 
   515 
   516     This is specified per platform, and should be consistent with what normcase
   516     This is specified per platform, and should be consistent with what normcase
   517     on that platform actually does.
   517     on that platform actually does.
   518 
   518