diff -r 874e577e332e -r 03f27b1381f9 mercurial/util.py --- a/mercurial/util.py Tue Jun 28 11:06:25 2005 -0800 +++ b/mercurial/util.py Wed Jun 29 10:42:35 2005 -0800 @@ -21,7 +21,7 @@ val = os.STOPSIG(code) return "stopped by signal %d" % val, val raise ValueError("invalid exit code") - + def system(cmd, errprefix = "abort"): """execute a shell command that must succeed""" rc = os.system(cmd) @@ -46,7 +46,7 @@ def set_exec(f, mode): pass - + def pconvert(path): return path.replace("\\", "/")