[svk-commit] r2951 - trunk/lib/SVK/Editor

nobody at bestpractical.com nobody at bestpractical.com
Wed Jul 2 03:29:35 EDT 2008


Author: ruz
Date: Wed Jul  2 03:29:34 2008
New Revision: 2951

Modified:
   trunk/lib/SVK/Editor/Merge.pm

Log:
* set_ticket doesn't return a callback, but is regular method.
  XXX: this means that we have no tests for this line

Modified: trunk/lib/SVK/Editor/Merge.pm
==============================================================================
--- trunk/lib/SVK/Editor/Merge.pm	(original)
+++ trunk/lib/SVK/Editor/Merge.pm	Wed Jul  2 03:29:34 2008
@@ -700,7 +700,7 @@
     my $baton = $self->{storage_baton}{$path} =
 	$self->{storage}->open_directory ($path, $self->{storage_baton}{$pdir},
 					  $self->{cb_rev}->($path), @arg);
-    $self->set_ticket->($baton, 'dir', $pool)
+    $self->set_ticket($baton, 'dir', $pool)
 	if $path eq $self->{target} && $self->ticket;
 
     return $path;


More information about the svk-commit mailing list