git svn: avoid uninitialized var in 'reset'
authorJonathan Nieder <jrnieder@gmail.com>
Tue, 4 May 2010 23:36:47 +0000 (16:36 -0700)
committerEric Wong <normalperson@yhbt.net>
Sun, 9 May 2010 08:22:31 +0000 (01:22 -0700)
When "git svn reset" is called with an invalid revision, we
bail out and show the user a proper error message instead
of giving them a cryptic one related to git-svn internals.

ref: http://bugs.debian.org/578908
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Reported-by: Jens Seidel <jensseidel@users.sf.net>
Acked-by: Eric Wong <normalperson@yhbt.net>
No differences found