Mercurial > ~astiob > upreckon > hgweb
comparison publish.sh @ 144:25b929aa92a1
publish.sh now uses hg identify
author | Oleg Oshmyan <chortos@inbox.lv> |
---|---|
date | Fri, 27 May 2011 02:27:07 +0100 |
parents | 394aec9712b6 |
children |
comparison
equal
deleted
inserted
replaced
143:92f76baebcc6 | 144:25b929aa92a1 |
---|---|
1 #! /bin/sh | 1 #! /bin/sh |
2 | 2 |
3 VERSION=`hg summary | grep '^parent' | sed -n 's/^parent: [0-9]*:\([0-9a-f]\{1,\}\) .*$/\1/p'` | 3 VERSION=`hg identify | awk '{ print $1 }'` |
4 if [ -z "$VERSION" ] | 4 if [ -z "$VERSION" ] |
5 then | 5 then |
6 echo The current Mercurial changeset could not be determined. >&2 | 6 echo The current Mercurial changeset could not be determined. >&2 |
7 exit 1 | 7 exit 1 |
8 fi | 8 fi |