comparison mercurial/util.py @ 17560:9ee25d7b1aed

util: implement a faster os.path.split for posix systems This is not yet used.
author Bryan O'Sullivan <bryano@fb.com>
date Fri, 14 Sep 2012 12:08:17 -0700
parents 31f32a96e1e3
children 4c29668ca316
comparison
equal deleted inserted replaced
17559:83785bb56062 17560:9ee25d7b1aed
60 setbinary = platform.setbinary 60 setbinary = platform.setbinary
61 setflags = platform.setflags 61 setflags = platform.setflags
62 setsignalhandler = platform.setsignalhandler 62 setsignalhandler = platform.setsignalhandler
63 shellquote = platform.shellquote 63 shellquote = platform.shellquote
64 spawndetached = platform.spawndetached 64 spawndetached = platform.spawndetached
65 split = platform.split
65 sshargs = platform.sshargs 66 sshargs = platform.sshargs
66 statfiles = platform.statfiles 67 statfiles = platform.statfiles
67 termwidth = platform.termwidth 68 termwidth = platform.termwidth
68 testpid = platform.testpid 69 testpid = platform.testpid
69 umask = platform.umask 70 umask = platform.umask