summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/SDL2/build-scripts/showrev.sh
blob: 517992d9cd3c273478ef19249304e0c5fda9a255 (plain) (blame)
1
2
3
4
5
#!/bin/sh
#
# Print the current source revision, if available

hg parents --template 'hg-{rev}:{node|short}' || (echo "hg-0:baadf00d"; exit 1)