tests/test-tag
author mpm@selenic.com
Wed, 20 Jul 2005 20:00:29 -0500
changeset 740 d2422f10c136
parent 401 af4848f83e68
child 749 7e4843b7efd2
permissions -rwxr-xr-x
Merge from BOS manifest hash: 2276dbd96bb4221e579c871a1de2403c92c85659

#!/bin/sh -x

hg init
echo a > a
hg add a
hg commit -t "test" -u test -d "0 0"
hg history
hg tag -u test -d "0 0" "bleah" 
hg history

echo foo >> .hgtags
hg tag -u test -d "0 0" "bleah2" || echo "failed"