summaryrefslogtreecommitdiff
path: root/Build-tools
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2005-01-03 21:28:14 +0100
committerunknown <lenz@mysql.com>2005-01-03 21:28:14 +0100
commit7b7216e1f40c2c68378b35a9a4f0ae28bd60228d (patch)
tree2907ab60ce1f2509478fcb4f456fe91aec7c009d /Build-tools
parentf077d4b06b5066c7ea71974f777fc6742e704b5b (diff)
downloadmariadb-git-7b7216e1f40c2c68378b35a9a4f0ae28bd60228d.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) Build-tools/Bootstrap: - include merge ChangeSets into the ChangeLog, too (to be more exact when tagging a release that's based on a merge ChangeSet)
Diffstat (limited to 'Build-tools')
-rwxr-xr-xBuild-tools/Bootstrap2
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);