tests/test-tag
author mpm@selenic.com
Fri, 24 Jun 2005 12:33:14 -0800
changeset 458 ff8fbf99cd64
parent 401 af4848f83e68
child 749 7e4843b7efd2
permissions -rwxr-xr-x
Added tag 0.6 for changeset 12e0fdbc57a0be78f0e817fd1d170a3615cd35da

#!/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"