]> git.donarmstrong.com Git - debbugs.git/commitdiff
[project @ 2005-07-17 19:18:58 by cjwatson]
authorcjwatson <>
Mon, 18 Jul 2005 02:18:58 +0000 (18:18 -0800)
committercjwatson <>
Mon, 18 Jul 2005 02:18:58 +0000 (18:18 -0800)
skip bugs that have already been migrated

migrate/debbugs-makeversions

index 6b0b5462b301a84b86fb985d5f994740969fbbc9..ed5acee3ba8dbaebe5407797c91bc8a4e44e9d9c 100755 (executable)
@@ -161,6 +161,11 @@ while (defined(my $dir = readdir DB)) {
            next;
        }
 
+       if (@{$status->{found_versions}} or @{$status->{fixed_versions}}) {
+           unlockreadbugmerge($locks);
+           next;
+       }
+
        my @merges = ();
        # Only process the lowest of each set of merged bugs.
        if (length $status->{mergedwith}) {