summaryrefslogtreecommitdiff
path: root/backflip
diff options
context:
space:
mode:
Diffstat (limited to 'backflip')
-rwxr-xr-xbackflip2
1 files changed, 1 insertions, 1 deletions
diff --git a/backflip b/backflip
index 1e6d32e..7eb30e6 100755
--- a/backflip
+++ b/backflip
@@ -171,7 +171,7 @@ for REV in "$@"
do
SHA1=`git log --format=format:"%H" --grep=trunk@${REV} master`
if [ -z "$SHA1" ]; then
- die "${red}This revision is missing in master history${NC}"
+ die "${red}Revision ${REV} is missing in master history${NC}"
fi
done