comparison mercurial/util.py @ 37095:e24802ea8dbd

rcutil: directly call win32.executablepath() Since it isn't supported on POSIX platform, we don't need to double the compatibility layers.
author Yuya Nishihara <yuya@tcha.org>
date Sat, 24 Mar 2018 13:30:50 +0900
parents 7ae6e3529e37
children 895f209b593b
comparison
equal deleted inserted replaced
37094:7f025c9b7865 37095:e24802ea8dbd
106 bindunixsocket = platform.bindunixsocket 106 bindunixsocket = platform.bindunixsocket
107 cachestat = platform.cachestat 107 cachestat = platform.cachestat
108 checkexec = platform.checkexec 108 checkexec = platform.checkexec
109 checklink = platform.checklink 109 checklink = platform.checklink
110 copymode = platform.copymode 110 copymode = platform.copymode
111 executablepath = platform.executablepath
112 expandglobs = platform.expandglobs 111 expandglobs = platform.expandglobs
113 explainexit = platform.explainexit 112 explainexit = platform.explainexit
114 findexe = platform.findexe 113 findexe = platform.findexe
115 getfsmountpoint = platform.getfsmountpoint 114 getfsmountpoint = platform.getfsmountpoint
116 getfstype = platform.getfstype 115 getfstype = platform.getfstype