Message805

Author junkblocker
Recipients ThomasAH
Date 2006-03-22.19:08:08
Content
This goes against the traditional way of checking exit codes. An operation
should only return a non-zero exit status if some error occured. Ignoring the
return value requires using another operation to see what happened to the pull
i.e. operation failed, succeeded and no changes were pulled or succeeded and
some changes were pulled.
History
Date User Action Args
2006-03-22 19:08:26junkblockersetrecipients: + ThomasAH
2006-03-22 19:08:26junkblockersetmessageid: <1143054506.26.0.276719165935.issue178@selenic.com>
2006-03-22 19:08:26junkblockerlinkissue178 messages
2006-03-22 19:08:09junkblockercreate