[Bps-public-commit] Prophet branch, master, updated. 9653b70b8819040a0d8a4265cb785a87bb82ae41
jesse
jesse at bestpractical.com
Fri Apr 17 12:13:26 EDT 2009
The branch, master has been updated
via 9653b70b8819040a0d8a4265cb785a87bb82ae41 (commit)
from e3e7e0de986b0fc21f150af086abe7b2a0b539ac (commit)
Summary of changes:
lib/Prophet/CLI/Command/Pull.pm | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 9653b70b8819040a0d8a4265cb785a87bb82ae41
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Sat Apr 18 00:13:11 2009 +0800
turn off the pager on pull
diff --git a/lib/Prophet/CLI/Command/Pull.pm b/lib/Prophet/CLI/Command/Pull.pm
index 0ef091a..c79bc3f 100644
--- a/lib/Prophet/CLI/Command/Pull.pm
+++ b/lib/Prophet/CLI/Command/Pull.pm
@@ -8,6 +8,8 @@ sub run {
my $self = shift;
my @from;
+ Prophet::CLI->end_pager();
+
my $previous_sources = $self->app_handle->config->sources;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list