[svk-commit] r2224 - branches/2.0-releng/lib/SVK/Editor

nobody at bestpractical.com nobody at bestpractical.com
Fri Dec 8 04:27:56 EST 2006


Author: clkao
Date: Fri Dec  8 04:27:56 2006
New Revision: 2224

Modified:
   branches/2.0-releng/lib/SVK/Editor/Combine.pm

Log:
Editor::Combine needs to use SVN::Simple::Edit.

Modified: branches/2.0-releng/lib/SVK/Editor/Combine.pm
==============================================================================
--- branches/2.0-releng/lib/SVK/Editor/Combine.pm	(original)
+++ branches/2.0-releng/lib/SVK/Editor/Combine.pm	Fri Dec  8 04:27:56 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