Message804

Author ThomasAH
Recipients junkblocker
Date 2006-03-22.18:56:55
Content
This is used for things like:  hg pull && do_something_if_new_changesets
You can easily ignore the exit code with:  hg pull || true
History
Date User Action Args
2006-03-22 18:57:08ThomasAHsetrecipients: + junkblocker
2006-03-22 18:57:08ThomasAHsetmessageid: <1143053828.15.0.191086778123.issue178@selenic.com>
2006-03-22 18:57:08ThomasAHlinkissue178 messages
2006-03-22 18:56:56ThomasAHcreate