author | Sam Lantinga |
Sat, 12 Aug 2017 00:04:46 -0700 | |
changeset 11236 | 8c3cba28b1fd |
parent 10420 | 0d91817f35e9 |
child 13711 | a375181874ce |
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 |
|
slouken@10420 | 5 |
hg parents --template 'hg-{rev}:{node|short}' || (echo "hg-0:baadf00d"; exit 1) |