Home | History | Annotate | Download | only in Scripts

Lines Matching refs:STDERR

88     print STDERR "ERROR: Files listed on command-line that are not ChangeLogs.\n";
91 print STDERR "ERROR: No ChangeLog files listed on command-line or found unmerged.\n";
94 print STDERR "ERROR: --continue may only be used with a git repository\n";
97 print STDERR "ERROR: --fix-merged may only be used with a git repository\n";
100 print STDERR "ERROR: --merge-driver may only be used with a git repository\n";
103 print STDERR "ERROR: --merge-driver expects %O %A %B as arguments\n";
109 print STDERR <<__END__;
147 print STDERR "ERROR: Unknown combination of switches and arguments.\n";
185 print STDERR "WARNING: ${file} is not in a conflicted state.\n" if $printWarnings;
204 print STDERR "WARNING: Too many conflict files exist for ${file}!\n" if $printWarnings;
236 print STDERR "WARNING: ${file} does not need merging.\n" if $printWarnings;
238 print STDERR "WARNING: ${file} is missing some conflict files.\n" if $printWarnings;
388 print STDERR "WARNING: Last change to ${file} could not be fixed and re-merged.\n" if $printWarnings;
454 print STDERR "WARNING: ${file} could not be merged using fuzz level 3.\n" if $printWarnings;