mercurial/util.py
changeset 29261 1eff545cef52
parent 29204 ce2d81aafbae
child 29298 82f6193ff2bc
equal deleted inserted replaced
29260:70bc9912d83d 29261:1eff545cef52
    63 else:
    63 else:
    64     from . import posix as platform
    64     from . import posix as platform
    65 
    65 
    66 md5 = hashlib.md5
    66 md5 = hashlib.md5
    67 sha1 = hashlib.sha1
    67 sha1 = hashlib.sha1
       
    68 sha256 = hashlib.sha256
    68 sha512 = hashlib.sha512
    69 sha512 = hashlib.sha512
    69 _ = i18n._
    70 _ = i18n._
    70 
    71 
    71 cachestat = platform.cachestat
    72 cachestat = platform.cachestat
    72 checkexec = platform.checkexec
    73 checkexec = platform.checkexec