comparison mercurial/util.py @ 18868:cafa447a7d3b

util: add functions to check symlink/exec bits These are not yet used.
author Bryan O'Sullivan <bryano@fb.com>
date Wed, 03 Apr 2013 11:35:27 -0700
parents 5b05ceb24a8d
children 451eb1c27c1b
comparison
equal deleted inserted replaced
18867:c7e8b143e086 18868:cafa447a7d3b
63 shellquote = platform.shellquote 63 shellquote = platform.shellquote
64 spawndetached = platform.spawndetached 64 spawndetached = platform.spawndetached
65 split = platform.split 65 split = platform.split
66 sshargs = platform.sshargs 66 sshargs = platform.sshargs
67 statfiles = getattr(osutil, 'statfiles', platform.statfiles) 67 statfiles = getattr(osutil, 'statfiles', platform.statfiles)
68 statisexec = platform.statisexec
69 statislink = platform.statislink
68 termwidth = platform.termwidth 70 termwidth = platform.termwidth
69 testpid = platform.testpid 71 testpid = platform.testpid
70 umask = platform.umask 72 umask = platform.umask
71 unlink = platform.unlink 73 unlink = platform.unlink
72 unlinkpath = platform.unlinkpath 74 unlinkpath = platform.unlinkpath