changeset 17560 | 9ee25d7b1aed |
parent 17537 | 31f32a96e1e3 |
child 17962 | 4c29668ca316 |
--- 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