[Bps-public-commit] Test-Chimps-Client branch, master, updated. f07525667224ac6d773ad637acc24d5eaab369ef
Kevin Falcone
falcone at bestpractical.com
Thu Oct 1 17:56:01 EDT 2009
The branch, master has been updated
via f07525667224ac6d773ad637acc24d5eaab369ef (commit)
from b1774a62425c7a7dc345abff4941ed847f3b159c (commit)
Summary of changes:
lib/Test/Chimps/Smoker/Git.pm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit f07525667224ac6d773ad637acc24d5eaab369ef
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Thu Oct 1 17:55:49 2009 -0400
remove debugging
diff --git a/lib/Test/Chimps/Smoker/Git.pm b/lib/Test/Chimps/Smoker/Git.pm
index c70c6ca..94592e8 100644
--- a/lib/Test/Chimps/Smoker/Git.pm
+++ b/lib/Test/Chimps/Smoker/Git.pm
@@ -22,9 +22,9 @@ sub revision_after {
my $branch = $self->branch;
my $cmd = "git rev-parse --not --branches | grep -v \$(git rev-parse $branch) | git rev-list --stdin $revision..origin/$branch | tail -n 1";
my $next = `$cmd`;
- chomp($next) if $next;
+ chomp($next);
- die "next $next revision $revision";
+ return $next;
}
sub committer {
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list