author | Sam Lantinga |
Wed, 28 Sep 2016 22:24:01 -0700 | |
changeset 10375 | 9cf405a99347 |
parent 4935 | a727eda441be |
child 10420 | 0d91817f35e9 |
permissions | -rwxr-xr-x |
slouken@2982 | 1 |
#!/bin/sh |
slouken@2982 | 2 |
# |
slouken@2982 | 3 |
# Print the current source revision, if available |
slouken@2982 | 4 |
|
icculus@4419 | 5 |
# FIXME: this prints the tip, which isn't useful if you're on a different |
icculus@4419 | 6 |
# branch, or just not sync'd to the tip. |
slouken@4935 | 7 |
hg tip --template 'hg-{rev}:{node|short}' || (echo "hg-0:baadf00d"; exit 1) |