Regarding custom actions, is it possible to pass information that can be displayed by SourceTree, such as an error message? Right now the custom action simply displays the command line along with a message stating "Completed with errors, see above." (where above is the command line). Ideally, SourceTree could read the standard error output or use some other mechanism for displaying errors or other info to the user. At the moment I'm just displaying a console message after setting the exit code to > 0 for errors. This works ok, but if there is a way to display the actual error message in SourceTree, that would be ideal.
Thanks
Mike