view tests/test-1102 @ 7047:277c91fe8384

Update coverage.py There is no technical reason to update it except it contains all the patches already done in mercurial plus other stuff. It will be easier to update and maintain in the future.
author Patrick Mezard <pmezard@gmail.com>
date Wed, 17 Sep 2008 22:15:36 +0200
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