[Bps-public-commit] smokingit branch, master, updated. 08ea5222e5fb91e9801276e59ff6a252bc836644
Alex Vandiver
alexmv at bestpractical.com
Mon Jan 31 11:50:17 EST 2011
The branch, master has been updated
via 08ea5222e5fb91e9801276e59ff6a252bc836644 (commit)
from f5b6c26005561e14c52d73a683823c7368696ad7 (commit)
Summary of changes:
lib/Smokingit/View/Project.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 08ea5222e5fb91e9801276e59ff6a252bc836644
Author: Alex Vandiver <alex at chmrr.net>
Date: Mon Jan 31 11:50:13 2011 -0500
Note status of trunks
diff --git a/lib/Smokingit/View/Project.pm b/lib/Smokingit/View/Project.pm
index 6c5695a..65fa73f 100644
--- a/lib/Smokingit/View/Project.pm
+++ b/lib/Smokingit/View/Project.pm
@@ -174,7 +174,7 @@ template '/cooking.txt' => sub {
my $trunks = get('project')->trunks;
while (my $t = $trunks->next) {
- $out .= $t->name."\n";
+ $out .= $t->name." - " . $t->current_commit->long_status . "\n";
my $sub = $t->branches;
while ($b = $sub->next) {
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list