changeset 18026 | ddc0323db78b |
parent 18013 | 98c867ac1330 |
child 18326 | 614f769e6aa7 |
--- a/mercurial/util.py Fri Nov 30 17:40:11 2012 -0800 +++ b/mercurial/util.py Mon Dec 03 12:40:24 2012 -0800 @@ -64,7 +64,7 @@ spawndetached = platform.spawndetached split = platform.split sshargs = platform.sshargs -statfiles = platform.statfiles +statfiles = getattr(osutil, 'statfiles', platform.statfiles) termwidth = platform.termwidth testpid = platform.testpid umask = platform.umask