java/sql-dk/version-info.sh
author František Kučera <franta-hg@frantovo.cz>
Wed, 25 Dec 2013 20:52:41 +0100
branchv_0
changeset 61 deba1f6600f8
parent 18 7900bb1666f6
child 109 aef98fd7c7c9
permissions -rwxr-xr-x
expect invalid regexp in prefix/suffix and throw wrapped exception → better exit code
     1 #!/bin/bash
     2 
     3 echo -n "Mercurial: "; hg identify || echo "n/a";
     4 echo -n "Compiled:  "; date --rfc-3339=seconds;
     5