[svk-commit] r2229 - in trunk: lib/SVK/Editor

nobody at bestpractical.com nobody at bestpractical.com
Fri Dec 8 04:52:31 EST 2006


Author: clkao
Date: Fri Dec  8 04:52:31 2006
New Revision: 2229

Modified:
   trunk/   (props changed)
   trunk/lib/SVK/Editor/Combine.pm

Log:
 r7388 at lofoten (orig r2224):  clkao | 2006-12-08 17:27:56 +0800
 Editor::Combine needs to use SVN::Simple::Edit.


Modified: trunk/lib/SVK/Editor/Combine.pm
==============================================================================
--- trunk/lib/SVK/Editor/Combine.pm	(original)
+++ trunk/lib/SVK/Editor/Combine.pm	Fri Dec  8 04:52:31 2006
@@ -77,6 +77,7 @@
 
 sub replay {
     my ($self, $editor, $base_rev) = @_;
+    require SVN::Simple::Edit;
 	my $edit = SVN::Simple::Edit->new
 	    (_editor => [$editor],
 	     pool => SVN::Pool->new ($self->{pool}),


More information about the svk-commit mailing list