Small comment fix for git-cvsimport.
Signed-off-by: Stefan Sperling <stsp@stsp.name> Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
parent
0e0278baad
commit
77190eb9b8
|
@ -848,7 +848,7 @@ while (<CVS>) {
|
||||||
}
|
}
|
||||||
if (!$opt_a && $starttime - 300 - (defined $opt_z ? $opt_z : 300) <= $date) {
|
if (!$opt_a && $starttime - 300 - (defined $opt_z ? $opt_z : 300) <= $date) {
|
||||||
# skip if the commit is too recent
|
# skip if the commit is too recent
|
||||||
# that the cvsps default fuzz is 300s, we give ourselves another
|
# given that the cvsps default fuzz is 300s, we give ourselves another
|
||||||
# 300s just in case -- this also prevents skipping commits
|
# 300s just in case -- this also prevents skipping commits
|
||||||
# due to server clock drift
|
# due to server clock drift
|
||||||
print "skip patchset $patchset: $date too recent\n" if $opt_v;
|
print "skip patchset $patchset: $date too recent\n" if $opt_v;
|
||||||
|
|
Loading…
Reference in New Issue