]> git.donarmstrong.com Git - debbugs.git/commitdiff
[project @ 2005-07-17 18:47:08 by cjwatson]
authorcjwatson <>
Mon, 18 Jul 2005 01:47:08 +0000 (17:47 -0800)
committercjwatson <>
Mon, 18 Jul 2005 01:47:08 +0000 (17:47 -0800)
don't waste time rewriting index file

migrate/debbugs-makeversions

index a072e31fc3fe42eef0f4a301edcd0aa0b9617098..6b0b5462b301a84b86fb985d5f994740969fbbc9 100755 (executable)
@@ -193,7 +193,7 @@ while (defined(my $dir = readdir DB)) {
            my $outstatus = readbug($out, $db);
            $outstatus->{found_versions} = [@$found_versions];
            $outstatus->{fixed_versions} = [@$fixed_versions];
-           writebug($out, $outstatus, $db);
+           writebug($out, $outstatus, $db, 2, 'disable bughook');
            if ($out != $bug) {
                unfilelock();
            }