1
0

showrev.sh 143 B

12345
  1. #!/bin/sh
  2. #
  3. # Print the current source revision, if available
  4. hg parents --template 'hg-{rev}:{node|short}' || (echo "hg-0:baadf00d"; exit 1)