git-svnimport: if a limit is specified, respect it
authorAnand Kumria <wildfire@progsoc.org>
Sat, 25 Mar 2006 22:43:46 +0000 (09:43 +1100)
committerJunio C Hamano <junkio@cox.net>
Sun, 26 Mar 2006 08:15:01 +0000 (00:15 -0800)
commita7cfb4a43fce841cd673057cf4137f85e6f804eb
tree624cba8087b17d9620729c93facace8c82ed9a77
parent9086a18cb81f99fff943b36830396ac8c37c7e9f
git-svnimport: if a limit is specified, respect it

git-svnimport will import the same revision over and over again if a
limit (-l <rev>) has been specified. Instead if that revision has already
been processed, exit with an up-to-date message.

Signed-off-by: Anand Kumria <wildfire@progsoc.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-svnimport.perl