mirror of
https://github.com/MariaDB/server.git
synced 2026-04-30 12:15:32 +02:00
- 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)
This commit is contained in:
parent
b594141fc8
commit
68d61d5b8f
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue