Add a default revision string if we can't find hg

This commit is contained in:
Sam Lantinga 2010-05-09 19:55:28 -07:00
parent 36bb08a19e
commit d12afdaedb

View File

@ -4,5 +4,4 @@
# FIXME: this prints the tip, which isn't useful if you're on a different
# branch, or just not sync'd to the tip.
hg tip --template 'hg-{rev}:{node|short}'
hg tip --template 'hg-{rev}:{node|short}' || echo "hg-0:baadf00d"