Home | History | Annotate | Download | only in Scripts

Lines Matching full:logs

272 # Find the change logs.
321 my @logs = ();
323 push @logs, File::Spec->catfile($prefix || ".", "ChangeLog");
326 if (@logs && $updateChangeLogs && $isSVN) {
328 open ERRORS, "-|", $SVN, "update", @logs
420 if ($openChangeLogs && @logs) {
424 system "open", "-a", $editor, @logs;
426 system "open", "-e", @logs;