commit | 157dc07368faf6537af1d2ce676a4f2dda2f71a6 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Sun Dec 11 01:55:52 2005 -0800 |
committer | Junio C Hamano <junkio@cox.net> | Sun Dec 11 01:55:52 2005 -0800 |
tree | 8b0ce228a65a5a592b099f7c096e80ba8df77981 | |
parent | 28e77a81647584bfbe112f19e12e9952ab0b2fab [diff] |
merge-recursive: cleanup setIndexStages Fredrik points out there is a useful wrapper runProgram() used everywhere that we can use to feed input into subprocess. Use it to catch errors from the subprocess; it is a good cleanup as well. Signed-off-by: Junio C Hamano <junkio@cox.net>