diff options
author | lenz@mysql.com <> | 2005-01-03 21:28:14 +0100 |
---|---|---|
committer | lenz@mysql.com <> | 2005-01-03 21:28:14 +0100 |
commit | 2e95c0f49a7863a1df2d219b45a1af2f1ddbae3b (patch) | |
tree | 2907ab60ce1f2509478fcb4f456fe91aec7c009d /Build-tools | |
parent | b8cbe63bfea8d77a0a6d923dba7725059674641d (diff) | |
download | mariadb-git-2e95c0f49a7863a1df2d219b45a1af2f1ddbae3b.tar.gz |
- Updated Bootstrap to include merge ChangeSets in the source distribution's
ChangeLog, too (to be more exact when tagging a release that's based on a
merge ChangeSet)
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 fc36c51ec85..10211dbb59c 100755 --- a/Build-tools/Bootstrap +++ b/Build-tools/Bootstrap @@ -252,7 +252,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 -mv"; + $command= "bk changes -v"; $command.= " -r" if ($opt_changelog ne "" || $opt_revision); $command.= $opt_changelog if $opt_changelog ne ""; $command.= ".." if ($opt_changelog ne "" && !$opt_revision); |