[svk-commit] r2290 - branches/2.0-releng/lib/SVK/Command

nobody at bestpractical.com nobody at bestpractical.com
Sat Jan 6 08:16:31 EST 2007


Author: clkao
Date: Sat Jan  6 08:16:31 2007
New Revision: 2290

Modified:
   branches/2.0-releng/lib/SVK/Command/Mirror.pm

Log:
Merge from trunk:

 r2289 at trunk:  clkao | 2007-01-06 21:15:19 +0800
 Be less noisy in mirror --list if depo has no mirrors.


Modified: branches/2.0-releng/lib/SVK/Command/Mirror.pm
==============================================================================
--- branches/2.0-releng/lib/SVK/Command/Mirror.pm	(original)
+++ branches/2.0-releng/lib/SVK/Command/Mirror.pm	Sat Jan  6 08:16:31 2007
@@ -195,6 +195,8 @@
         }
     }
 
+    return unless @mirror_columns;
+
     my $max_depot_path = max map { length $_->[0] } @mirror_columns;
     my $max_uri        = max map { length $_->[1] } @mirror_columns;
 


More information about the svk-commit mailing list