Mercurial > public > mercurial-scm > hg-stable
diff 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 |
line wrap: on
line diff
--- a/mercurial/util.py Fri Sep 14 12:07:33 2012 -0700 +++ b/mercurial/util.py Fri Sep 14 12:08:17 2012 -0700 @@ -62,6 +62,7 @@ setsignalhandler = platform.setsignalhandler shellquote = platform.shellquote spawndetached = platform.spawndetached +split = platform.split sshargs = platform.sshargs statfiles = platform.statfiles termwidth = platform.termwidth