From 13b092d3fe0895d8995aad571b76df18b089e1a5 Mon Sep 17 00:00:00 2001 From: "lenz@mysql.com" <> Date: Wed, 4 Feb 2004 21:26:52 +0100 Subject: - don't add merge ChangeSets to the Changelog in Bootstrap (reduce the noise) --- Build-tools/Bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Build-tools/Bootstrap') diff --git a/Build-tools/Bootstrap b/Build-tools/Bootstrap index 930d053b113..a46d83ca91c 100755 --- a/Build-tools/Bootstrap +++ b/Build-tools/Bootstrap @@ -257,7 +257,7 @@ if (defined $opt_changelog) $msg= "Adding $target_dir/ChangeLog"; $msg.= " (down to revision $opt_changelog)" if $opt_changelog ne ""; &logger($msg); - $command= "bk changes -v"; + $command= "bk changes -mv"; $command.= " -r" if ($opt_changelog ne "" || $opt_revision); $command.= $opt_changelog if $opt_changelog ne ""; $command.= ".." if ($opt_changelog ne "" && !$opt_revision); -- cgit v1.2.1