1 #!/bin/bash
2
3 echo -n "Mercurial: "; hg identify || echo "n/a";
4 echo -n "Compiled: "; date --rfc-3339=seconds;
5