git-svn: call 'fatal' correctly in set-tree
commit0a1a1c8615ec0049d2d7fcd849cfddd978170752
authorLuc Heinrich <luc@honk-honk.com>
Mon, 29 Sep 2008 13:58:18 +0000 (29 15:58 +0200)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 30 Sep 2008 20:58:59 +0000 (30 13:58 -0700)
tree58cd359b16ce27500baa2516025d8a0eb990129e
parent2670ddce53b9061edf2fdcd912dd4736b53bb3fe
git-svn: call 'fatal' correctly in set-tree

When doing a set-tree and there is no revision to commit to, the following unrelated error message is displayed: "Undefined subroutine &Git::SVN::fatal called at /opt/local/libexec/git-core/git-svn line 2575." The following patch fixes the problem and allows the real error message to be shown.

Signed-off-by: Luc Heinrich <luc@honk-honk.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-svn.perl