git-svn: disallow ambigious local refspecs
authorEric Wong <normalperson@yhbt.net>
Mon, 22 Jan 2007 21:52:04 +0000 (13:52 -0800)
committerEric Wong <normalperson@yhbt.net>
Fri, 23 Feb 2007 08:57:09 +0000 (00:57 -0800)
Having multiple fetch refspecs pointing to the same local ref
would be a very bad thing. Start avoiding the use of fatal() or
exit() inside the modules so we can libify more easily.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
No differences found