Merge mysql.com:/space/my/mysql-4.1 into mysql.com:/space/my/mysql-5.0

This commit is contained in:
unknown 2005-01-04 13:32:12 +01:00
commit 592ffbcd68

View file

@ -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);