Report cause of TransportException when running in command line mode
commit70cff223f172e66c74d5006e0945d218dd199a7a
authorShawn O. Pearce <spearce@spearce.org>
Sun, 11 May 2008 19:03:34 +0000 (11 15:03 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 11 May 2008 19:12:39 +0000 (11 15:12 -0400)
tree1781f17e94831e2f8e2cc0c540d0f8853e93e109
parenta94d565a79c3171f27d91e2bb0d8530cd4002049
Report cause of TransportException when running in command line mode

If we get a TransportException the original cause of it may also
be interesting to the end-user in trying to troubleshoot the issue.
We now include those before the TransportException error message.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.spearce.jgit/src/org/spearce/jgit/pgm/Main.java