File: showrev.sh

package info (click to toggle)
libsdl2 2.0.9%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 62,300 kB
  • sloc: ansic: 198,436; objc: 11,604; sh: 11,573; cpp: 5,915; xml: 4,518; makefile: 651; perl: 553; python: 61
file content (5 lines) | stat: -rwxr-xr-x 143 bytes parent folder | download | duplicates (6)
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)