Sign in
skia
/
third_party
/
sdl
/
807e0c5cca7226377de9b9fed68ce50fea9c077f
/
.
/
build-scripts
/
showrev.sh
blob: 54996869a88053e9935e48c945479ffa37743f75 [
file
] [
log
] [
blame
]
#!/bin/sh
#
# Print the current source revision, if available
# FIXME: this prints the tip, which isn't useful if you're on a different
# branch, or just not sync'd to the tip.
hg tip
--
template
'hg-{rev}:{node|short}'
||
echo
"hg-0:baadf00d"