diff options
-rwxr-xr-x | CVSROOT/commit_prep.pl | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/CVSROOT/commit_prep.pl b/CVSROOT/commit_prep.pl index b10a89c32db9..65f4067f244e 100755 --- a/CVSROOT/commit_prep.pl +++ b/CVSROOT/commit_prep.pl @@ -47,22 +47,19 @@ my $HEADER = $cfg::IDHEADER; # Error messages # ############################################################ -my $NoId = " -%s - \"\$$HEADER\$\" keyword is either missing or corrupt.\n"; +my $NoId = "%s - \"\$$HEADER\$\" keyword is either missing or corrupt.\n"; # Protect string from substitution by RCS. -my $NoName = " -%s - The ID line should contain only \$$HEADER\$ for a newly created file.\n"; +my $NoName = "%s - The ID line should contain only \$$HEADER\$ for " . + "a newly created file.\n"; #$DelPath = " #%s - The old path and version has been deleted from \$$HEADER\$.\n"; -my $BadName = " -%s - The pathname '%s' +my $BadName = "%s - The pathname '%s' in the \$$HEADER\$ line does not match the actual filename.\n"; -my $BadVersion = " -%s - GRRR!! You spammed your copy of the file +my $BadVersion = "%s - GRRR!! You spammed your copy of the file which was based upon version %s, with a different version based upon %s. Please move your '%s' out of the way, perform an update to get the current version, and then |