Merge branch ak/svn
This commit is contained in:
commit
65b5e41e24
@ -851,7 +851,7 @@ sub commit_all {
|
|||||||
|
|
||||||
$opt_l = $svn->{'maxrev'} if not defined $opt_l or $opt_l > $svn->{'maxrev'};
|
$opt_l = $svn->{'maxrev'} if not defined $opt_l or $opt_l > $svn->{'maxrev'};
|
||||||
|
|
||||||
if ($svn->{'maxrev'} < $current_rev) {
|
if ($opt_l < $current_rev) {
|
||||||
print "Up to date: no new revisions to fetch!\n" if $opt_v;
|
print "Up to date: no new revisions to fetch!\n" if $opt_v;
|
||||||
unlink("$git_dir/SVN2GIT_HEAD");
|
unlink("$git_dir/SVN2GIT_HEAD");
|
||||||
exit;
|
exit;
|
||||||
|
Loading…
Reference in New Issue
Block a user