Commit d12afdae authored by Sam Lantinga's avatar Sam Lantinga

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

parent 36bb08a1
...@@ -4,5 +4,4 @@ ...@@ -4,5 +4,4 @@
# FIXME: this prints the tip, which isn't useful if you're on a different # FIXME: this prints the tip, which isn't useful if you're on a different
# branch, or just not sync'd to the tip. # 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"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment