diff options
author | unknown <lenz@mysql.com> | 2004-02-04 21:26:52 +0100 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2004-02-04 21:26:52 +0100 |
commit | 68d61d5b8fe1ddb2e4a0dd243623528e6aed70fd (patch) | |
tree | 761213f1e41ccd6c7fbef05d65eb722e3d4a7ceb /Build-tools | |
parent | b594141fc84cea5c49a62039d02941f56fe14f01 (diff) | |
download | mariadb-git-68d61d5b8fe1ddb2e4a0dd243623528e6aed70fd.tar.gz |
- don't add merge ChangeSets to the Changelog in Bootstrap
(reduce the noise)
Build-tools/Bootstrap:
- don't add merge ChangeSets to the Changelog (reduce the noise)
Diffstat (limited to 'Build-tools')
-rwxr-xr-x | Build-tools/Bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
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); |