mirror of
https://github.com/yawut/SDL.git
synced 2026-04-25 15:58:04 -05:00
Add a default revision string if we can't find hg
This commit is contained in:
parent
47c0e1e892
commit
9a5b4a1a84
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user