diff mercurial/windows.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 74912fe3d718
line wrap: on
line diff
--- a/mercurial/windows.py	Fri Sep 14 12:07:33 2012 -0700
+++ b/mercurial/windows.py	Fri Sep 14 12:08:17 2012 -0700
@@ -20,6 +20,7 @@
 samefile = win32.samefile
 setsignalhandler = win32.setsignalhandler
 spawndetached = win32.spawndetached
+split = os.path.split
 termwidth = win32.termwidth
 testpid = win32.testpid
 unlink = win32.unlink