Home | History | Annotate | Download | only in Scripts

Lines Matching full:stderr

130     print STDERR basename($0) . " [-b|--bug=<bugid>] [-d|--diff] [-h|--help] [-o|--open] [-g|--git-commit=<committish>] [--git-reviewer=<name>] [svndir1 [svndir2 ...]]\n";
131 print STDERR " -b|--bug Fill in the ChangeLog bug information from the given bug.\n";
132 print STDERR " --description One-line description that matches the bug title.\n";
133 print STDERR " -d|--diff Spew diff to stdout when running\n";
134 print STDERR " --merge-base Populate the ChangeLogs with the diff to this branch\n";
135 print STDERR " -g|--git-commit Populate the ChangeLogs from the specified git commit\n";
136 print STDERR " --git-index Populate the ChangeLogs from the git index only\n";
137 print STDERR " --git-reviewer When populating the ChangeLogs from a git commit claim that the spcified name reviewed the change.\n";
138 print STDERR " This option is useful when the git commit lacks a Signed-Off-By: line\n";
139 print STDERR " -h|--help Show this help message\n";
140 print STDERR " -o|--open Open ChangeLogs in an editor when done\n";
141 print STDERR " --[no-]update Update ChangeLogs from svn before adding entry (default: update)\n";
142 print STDERR " --[no-]write Write ChangeLogs to disk (otherwise send new entries to stdout) (default: write)\n";
143 print STDERR " --email= Specify the email address to be used in the patch\n";
174 print STDERR " No changes found.\n";
179 print STDERR " The following files have conflicts. Run prepare-ChangeLog again after fixing the conflicts:\n";
180 print STDERR join("\n", @conflict_files), "\n";
189 print STDERR " Reviewing diff to determine which lines changed.\n";
199 print STDERR "WARNING: file $file contains the string DO_NOT_COMMIT, line $.\n";
208 print STDERR " Extracting affected function names from source files.\n";
259 print STDERR " Change author: $name <$emailAddress>.\n";
276 print STDERR " Could not get description for bug $bugNumber.\n";
277 print STDERR " It looks like your version of curl does not support ssl.\n";
278 print STDERR " If you are using macports, this can be fixed with sudo port install curl +ssl.\n";
280 print STDERR " Bug $bugNumber has no bug description. Maybe you set wrong bug ID?\n";
281 print STDERR " The bug URL: $bugXMLURL\n";
286 print STDERR " Description from bug $bugNumber:\n \"$bugDescription\".\n";
308 print STDERR "No ChangeLog found for $file.\n";
347 print STDERR " Running 'svn update' to update ChangeLog files.\n";
352 print STDERR " ", $line;
358 print STDERR " Attempting to merge conflicted ChangeLogs.\n";
362 print STDERR " $_" while <RESOLVE>;
374 print STDERR " Editing the ${changeLogPath} file.\n";
427 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";
432 print STDERR " Running diff to help you write the ChangeLog entries.\n";
441 print STDERR " Opening the edited ChangeLog files.\n";
1434 print STDERR " Running status to find changed, added, or removed files.\n";