Lines Matching full:print
125 print STDERR basename($0) . " [--bug] [-d|--diff] [-h|--help] [-o|--open] [--git-commit=<committish>] [--git-reviewer=<name>] [svndir1 [svndir2 ...]]\n";
126 print STDERR " --bug Fill in the ChangeLog bug information from the given bug.\n";
127 print STDERR " -d|--diff Spew diff to stdout when running\n";
128 print STDERR " --git-commit Populate the ChangeLogs from the specified git commit\n";
129 print STDERR " --git-index Populate the ChangeLogs from the git index only\n";
130 print STDERR " --git-reviewer When populating the ChangeLogs from a git commit claim that the spcified name reviewed the change.\n";
131 print STDERR " This option is useful when the git commit lacks a Signed-Off-By: line\n";
132 print STDERR " -h|--help Show this help message\n";
133 print STDERR " -o|--open Open ChangeLogs in an editor when done\n";
134 print STDERR " --[no-]update Update ChangeLogs from svn before adding entry (default: update)\n";
135 print STDERR " --[no-]write Write ChangeLogs to disk (otherwise send new entries to stdout) (default: write)\n";
166 print STDERR " No changes found.\n";
171 print STDERR " The following files have conflicts. Run prepare-ChangeLog again after fixing the conflicts:\n";
172 print STDERR join("\n", @conflict_files), "\n";
181 print STDERR " Reviewing diff to determine which lines changed.\n";
191 print STDERR "WARNING: file $file contains the string DO_NOT_COMMIT, line $.\n";
200 print STDERR " Extracting affected function names from source files.\n";
251 print STDERR " Change author: $name <$emailAddress>.\n";
261 print STDERR " Bug $bugNumber has no bug description. Maybe you set wrong bug ID?\n";
262 print STDERR " The bug URL: $bugXMLURL\n";
266 print STDERR " Description from bug $bugNumber:\n \"$bugDescription\".\n";
288 print STDERR "No ChangeLog found for $file.\n";
327 print STDERR " Running 'svn update' to update ChangeLog files.\n";
332 print STDERR " ", $line;
338 print STDERR " Attempting to merge conflicted ChangeLogs.\n";
342 print STDERR " $_" while <RESOLVE>;
354 print STDERR " Editing the ${changeLogPath} file.\n";
368 print substr($prefix, 0, length($prefix) - 1) . ":\n\n" unless (scalar @prefixes) == 1;
371 print CHANGE_LOG normalizeLineEndings("$date $name <$emailAddress>\n\n", $endl);
376 print CHANGE_LOG normalizeLineEndings(" Reviewed by $reviewer.\n\n", $endl);
377 print CHANGE_LOG normalizeLineEndings($description . "\n", $endl) if $description;
380 print CHANGE_LOG normalizeLineEndings(" $bugDescription\n", $endl) if $bugDescription;
381 print CHANGE_LOG normalizeLineEndings(" $bugURL\n", $endl) if $bugURL;
382 print CHANGE_LOG normalizeLineEndings("\n", $endl);
386 print CHANGE_LOG normalizeLineEndings(testListForChangeLog(sort @addedRegressionTests), $endl);
388 print CHANGE_LOG normalizeLineEndings(" No new tests. (OOPS!)\n\n", $endl);
394 print CHANGE_LOG normalizeLineEndings(" * $file_stem:$function_lists{$file}\n", $endl);
398 print CHANGE_LOG normalizeLineEndings("\n", $endl), @old_change_log;
400 print CHANGE_LOG "\n";
407 print STDERR "-- Please remember to include a detailed description in your ChangeLog entry. --\n-- See <http://webkit.org/coding/contributing.html> for more info --\n";
412 print STDERR " Running diff to help you write the ChangeLog entries.\n";
415 print <DIFF>;
421 print STDERR " Opening the edited ChangeLog files.\n";
1371 print STDERR " Running status to find changed, added, or removed files.\n";
1399 print; # error output from svn stat
1412 print; # error output from git diff