author | Sam Lantinga |
Fri, 31 Dec 2010 08:40:09 -0800 | |
changeset 4935 | a727eda441be |
parent 4464 | fa77a6429698 |
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) |