Sign in
skia
/
external
/
github.com
/
libsdl-org
/
SDL
/
refs/tags/release-2.0.7
/
.
/
build-scripts
/
showrev.sh
blob: 517992d9cd3c273478ef19249304e0c5fda9a255 [
file
] [
log
] [
blame
]
#!/bin/sh
#
# Print the current source revision, if available
hg parents
--
template
'hg-{rev}:{node|short}'
||
(
echo
"hg-0:baadf00d"
;
exit
1
)