[Bps-public-commit] r14172 - in Prophet/trunk: .
    sartak at bestpractical.com 
    sartak at bestpractical.com
       
    Wed Jul 16 15:53:39 EDT 2008
    
    
  
Author: sartak
Date: Wed Jul 16 15:53:34 2008
New Revision: 14172
Modified:
   Prophet/trunk/   (props changed)
   Prophet/trunk/lib/Prophet/CLI/Command/Publish.pm
Log:
 r64441 at onn:  sartak | 2008-07-16 15:53:13 -0400
 Add --verbose option to get verbose rsync output
Modified: Prophet/trunk/lib/Prophet/CLI/Command/Publish.pm
==============================================================================
--- Prophet/trunk/lib/Prophet/CLI/Command/Publish.pm	(original)
+++ Prophet/trunk/lib/Prophet/CLI/Command/Publish.pm	Wed Jul 16 15:53:34 2008
@@ -26,6 +26,7 @@
         src       => $from,
         dst       => $to,
         recursive => 1,
+        verbose   => $self->has_arg('verbose'),
     });
 
     warn $_ for $rsync->err;
    
    
More information about the Bps-public-commit
mailing list