Merge mysql.com:/space/my/mysql-4.0
into mysql.com:/space/my/mysql-4.1-build Build-tools/Bootstrap: Auto merged
This commit is contained in:
commit
a35b65375f
@ -252,7 +252,7 @@ if (defined $opt_changelog)
|
|||||||
$msg= "Adding $target_dir/ChangeLog";
|
$msg= "Adding $target_dir/ChangeLog";
|
||||||
$msg.= " (down to revision $opt_changelog)" if $opt_changelog ne "";
|
$msg.= " (down to revision $opt_changelog)" if $opt_changelog ne "";
|
||||||
&logger($msg);
|
&logger($msg);
|
||||||
$command= "bk changes -mv";
|
$command= "bk changes -v";
|
||||||
$command.= " -r" if ($opt_changelog ne "" || $opt_revision);
|
$command.= " -r" if ($opt_changelog ne "" || $opt_revision);
|
||||||
$command.= $opt_changelog if $opt_changelog ne "";
|
$command.= $opt_changelog if $opt_changelog ne "";
|
||||||
$command.= ".." if ($opt_changelog ne "" && !$opt_revision);
|
$command.= ".." if ($opt_changelog ne "" && !$opt_revision);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user