diff -r 3cd375ecdd72 -r 7f305778ab05 configure --- a/configure Sun Nov 13 18:24:36 2011 +0100 +++ b/configure Mon Nov 14 18:12:55 2011 +0100 @@ -550,11 +550,11 @@ else case "${VERSION}" in *+hg|hg) - rev_id="$( hg log -r . --template '{branch}:{node|short}\n' \ + rev_id="$( hg log -r . --template '{branch}-{node|short}\n' \ 2>/dev/null \ || true \ )" - VERSION="${VERSION}@${rev_id:-unknown:$( date +%Y%m%d.%H%M%S )}" + VERSION="${VERSION}@${rev_id:-unknown-$( date +%Y%m%d.%H%M%S )}" ;; esac fi