Fix include/serno.h generation.

Apparently #value# is no longer special in hg templates.
This commit is contained in:
Jilles Tjoelker 2010-01-22 01:41:48 +01:00
parent dcb22e07b9
commit 0b5ea4f865
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@ if [ "x$2" = "x--automatic" ]; then
AUTOMATIC="yes"
fi
TIP=`hg tip --template "#rev#:#node|short#"`
TIP=`hg parents --template "{rev}:{node|short}"`
WRKDIR=`pwd`