blob: 4607d6422fb65252f904cd3a6929b927295cce54 [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}'