etlegacy-libs/sdl2/build-scripts/showrev.sh

6 lines
143 B
Bash
Raw Normal View History

2013-08-13 15:31:03 +00:00
#!/bin/sh
#
# Print the current source revision, if available
2016-12-04 13:33:54 +00:00
hg parents --template 'hg-{rev}:{node|short}' || (echo "hg-0:baadf00d"; exit 1)