view tests/test-1102 @ 10275:3a1f29b63b9f stable

tests: Don't use $PWD $PWD doesn't work with solaris sh - use `pwd` instead
author Mads Kiilerich <mads@kiilerich.com>
date Fri, 22 Jan 2010 17:13:55 +0100
parents 938eddd76237
children
line wrap: on
line source

#!/bin/sh

rm -rf a
hg init a
cd a
echo a > a
hg ci -Am0
hg tag t1 # 1
hg tag --remove t1 # 2

hg co 1
hg tag -r0 t1
hg tags