view tests/test-1102 @ 7301:00d76fa3ffba

Fix util._statfiles_clustered() failing at root of a windows drive Report and initial fix by Andrei Vermel <avermel@mail.ru>.
author Patrick Mezard <pmezard@gmail.com>
date Sat, 01 Nov 2008 15:15:14 +0300
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