[Bps-public-commit] Prophet branch, master, updated. 05d94608c78d5b51001537bc37c6753e1deeed19
sartak at bestpractical.com
sartak at bestpractical.com
Fri Jun 19 00:38:58 EDT 2009
The branch, master has been updated
via 05d94608c78d5b51001537bc37c6753e1deeed19 (commit)
from 009ad5b5dcc9e89894fa47d064435eb46b39e0c4 (commit)
Summary of changes:
lib/Prophet/CLI/Command/Merge.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 05d94608c78d5b51001537bc37c6753e1deeed19
Author: Shawn M Moore <sartak at gmail.com>
Date: Fri Jun 19 00:38:45 2009 -0400
Include an extra newline in the Done so we don't paint over the progress bar
diff --git a/lib/Prophet/CLI/Command/Merge.pm b/lib/Prophet/CLI/Command/Merge.pm
index f11bb71..8236604 100644
--- a/lib/Prophet/CLI/Command/Merge.pm
+++ b/lib/Prophet/CLI/Command/Merge.pm
@@ -52,7 +52,7 @@ sub print_report {
print "Merged $changesets changesets.\n";
}
} else {
- print "Done.\n";
+ print "\nDone.\n";
}
}
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list