OSSP CVS Repository

ossp - Difference in ossp-pkg/shiela/shiela.pl versions 1.43 and 1.44
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/shiela/shiela.pl 1.43 -> 1.44

--- shiela.pl    2002/12/23 11:50:09     1.43
+++ shiela.pl    2002/12/23 12:13:27     1.44
@@ -1310,12 +1310,12 @@
 ##
 ##  VERIFYMSG HOOK
 ##
-##  We hook into CVS via `commitinfo' to post-process log messages.
-##  The intention is to sanitise the results of what the user may have
-##  `done' while editing the commit log message. If CVS is a standard
-##  version, this check is advisory only. If CVS contains the RSE
-##  patches, the log message is changed and CVS reads back the contents
-##  so that this script can actually make changes.
+##  We hook into CVS via `verifymsg' to post-process log messages. The
+##  intention is to sanitise the results of what the user may have
+##  `done' while editing the commit log message. If CVS is an anchient
+##  version, this check is advisory only. If CVS is at least version
+##  1.11.2, the log message can be changed and CVS actually reads back
+##  the contents so that this script can actually make changes.
 ##
 ##  We are called by CVS with a single argument: the path to the log
 ##  message file.
@@ -1326,9 +1326,6 @@
     my ($PA, $RT, $CF) = @_;
     my $rv = 0;
 
-    #   we require the RSE patches for operation
-    return $rv if (not $RT->{cvsrse});
-
     #   suck in the log message
     my $logfile = $PA->{ARG}->[0];
     my $io = new IO::File "<$logfile"

CVSTrac 2.0.1