[Bps-public-commit] r15870 - Pushmi/trunk/lib/Pushmi/Command

clkao at bestpractical.com clkao at bestpractical.com
Tue Sep 9 13:35:36 EDT 2008


Author: clkao
Date: Tue Sep  9 13:35:35 2008
New Revision: 15870

Modified:
   Pushmi/trunk/lib/Pushmi/Command/Runhook.pm

Log:
correct lock-tokens: keyword expectation in pre-commit.

Modified: Pushmi/trunk/lib/Pushmi/Command/Runhook.pm
==============================================================================
--- Pushmi/trunk/lib/Pushmi/Command/Runhook.pm	(original)
+++ Pushmi/trunk/lib/Pushmi/Command/Runhook.pm	Tue Sep  9 13:35:35 2008
@@ -30,7 +30,7 @@
 
     my $locks;
     if ($SVN::Core::VERSION ge '1.6.0' && !eof(\*STDIN)) {
-        if ((scalar <STDIN>) =~ m'^LOCKS-TOKENS:') {
+        if ((scalar <STDIN>) =~ m'^LOCK-TOKENS:') {
             while (<STDIN>) {
                 chomp;
                 last unless $_;



More information about the Bps-public-commit mailing list