Switch to unified view

a/src/makesrcdist.sh b/src/makesrcdist.sh
...
...
65
test $# -eq 1 || usage
65
test $# -eq 1 || usage
66
66
67
echo dotag $dotag snap $snap
67
echo dotag $dotag snap $snap
68
68
69
if test $snap = yes ; then
69
if test $snap = yes ; then
70
# The id would be nicer but it's not increasing which is a problem for
71
# the exp package repo
70
#  version=`hg id | awk '{print $1}'`
72
#  version=`hg id | awk '{print $1}'`
71
   version=`hg summary | head -1 | awk -F: '{print $2}' | sed -e 's/ //g'`
73
   version=`hg summary | head -1 | awk -F: '{print $2}' | sed -e 's/ //g'`
72
  versionforcvs=$version
74
  versionforcvs=$version
73
  TAG=""
75
  TAG=""
74
else
76
else