Searched refs:hgid (Results 1 – 9 of 9) sorted by relevance
54 if hgid=`HGRCPATH= hg id --id --tags 2>/dev/null`; then55 tag=`printf '%s' "$hgid" | cut -d' ' -f2 --only-delimited`69 id=`printf '%s' "$hgid" | sed 's/[+ ].*//'`78 case "$hgid" in
85 if test -d .hg && hgid=`hg id 2>/dev/null`; then91 tag=`printf '%s' "$hgid" | cut -d' ' -f2`93 id=`printf '%s' "$hgid" | sed 's/[+ ].*//'`100 case "$hgid" in
129 if test -d .hg && hgid=`hg id 2>/dev/null`; then135 tag=`printf '%s' "$hgid" | cut -d' ' -f2`137 id=`printf '%s' "$hgid" | sed 's/[+ ].*//'`144 case "$hgid" in
128 if hgid=$(hg id 2>/dev/null); then134 tag=$(printf '%s' "$hgid" | cut -d' ' -f2)136 id=$(printf '%s' "$hgid" | sed 's/[+ ].*//')143 case "$hgid" in
92 if test -d .hg && hgid=`hg id 2>/dev/null`; then98 tag=`printf '%s' "$hgid" | cut -d' ' -f2`100 id=`printf '%s' "$hgid" | sed 's/[+ ].*//'`107 case "$hgid" in