[PATCH] nmbug: check whether every forked process exit with (non)zero value

2012-06-03 Thread David Bremner
Tomi Ollila writes: > If any of the forked process exits with nonzero value, terminate > current operation -- nonzero exit value indicates failure and > then there is no point continuing. Pushed. Ironically I'm still not too sure about the merge strategy thing, I hope I have some time to test i

Re: [PATCH] nmbug: check whether every forked process exit with (non)zero value

2012-06-03 Thread David Bremner
Tomi Ollila writes: > If any of the forked process exits with nonzero value, terminate > current operation -- nonzero exit value indicates failure and > then there is no point continuing. Pushed. Ironically I'm still not too sure about the merge strategy thing, I hope I have some time to test i

[PATCH] nmbug: check whether every forked process exit with (non)zero value

2012-04-01 Thread Tomi Ollila
If any of the forked process exits with nonzero value, terminate current operation -- nonzero exit value indicates failure and then there is no point continuing. --- I tested this by using most of the commands (pushed few tags in addtion to pull, log, status & checkout). I haven't encountered

[PATCH] nmbug: check whether every forked process exit with (non)zero value

2012-04-01 Thread Tomi Ollila
If any of the forked process exits with nonzero value, terminate current operation -- nonzero exit value indicates failure and then there is no point continuing. --- I tested this by using most of the commands (pushed few tags in addtion to pull, log, status & checkout). I haven't encountered