[Bps-public-commit] r11407 - in SVN-PropDB: lib/Prophet/Resolver

jesse at bestpractical.com jesse at bestpractical.com
Wed Apr 2 21:47:19 EDT 2008


Author: jesse
Date: Wed Apr  2 21:47:18 2008
New Revision: 11407

Modified:
   SVN-PropDB/   (props changed)
   SVN-PropDB/lib/Prophet/Resolver/AlwaysSource.pm

Log:
 r29015 at 70-5-158-116:  jesse | 2008-04-02 14:12:23 -1000
  typo


Modified: SVN-PropDB/lib/Prophet/Resolver/AlwaysSource.pm
==============================================================================
--- SVN-PropDB/lib/Prophet/Resolver/AlwaysSource.pm	(original)
+++ SVN-PropDB/lib/Prophet/Resolver/AlwaysSource.pm	Wed Apr  2 21:47:18 2008
@@ -8,7 +8,7 @@
 sub run {
     my $self     = shift;
     my $conflicting_change = shift;
-    return 0 if $conflicting_change->>file_op_conflict;
+    return 0 if $conflicting_change->file_op_conflict;
 
     my $resolution = Prophet::Change->new_from_conflict($conflicting_change);
     return $resolution;



More information about the Bps-public-commit mailing list