[svk-commit] r2416 - branches/svk-logger/lib/SVK/Command

nobody at bestpractical.com nobody at bestpractical.com
Thu Jun 21 06:34:49 EDT 2007


Author: clsung
Date: Thu Jun 21 06:34:44 2007
New Revision: 2416

Modified:
   branches/svk-logger/lib/SVK/Command/Annotate.pm

Log:
- fix t/30annotate.t

Modified: branches/svk-logger/lib/SVK/Command/Annotate.pm
==============================================================================
--- branches/svk-logger/lib/SVK/Command/Annotate.pm	(original)
+++ branches/svk-logger/lib/SVK/Command/Annotate.pm	Thu Jun 21 06:34:44 2007
@@ -93,8 +93,7 @@
     );
 
     $logger->info(loc("Annotations for %1 (%2 active revisions):\n", $target->path, scalar @paths));
-    $logger->info( '*' x 16);
-    $logger->info("\n");
+    $logger->info( '*' x 16 );
     for my $t (@paths) {
 	local $/;
 	my $content = $t->root->file_contents($t->path);


More information about the svk-commit mailing list