changeset 749 | 7e4843b7efd2 |
parent 401 | af4848f83e68 |
child 800 | ec85f9e6f3b1 |
child 808 | 8f5637f0a0c0 |
child 814 | 0902ffece4b4 |
--- a/tests/test-tag Thu Jul 21 12:40:28 2005 -0500 +++ b/tests/test-tag Thu Jul 21 15:05:17 2005 -0500 @@ -3,11 +3,11 @@ hg init echo a > a hg add a -hg commit -t "test" -u test -d "0 0" +hg commit -m "test" -d "0 0" hg history -hg tag -u test -d "0 0" "bleah" +hg tag -d "0 0" "bleah" hg history echo foo >> .hgtags -hg tag -u test -d "0 0" "bleah2" || echo "failed" +hg tag -d "0 0" "bleah2" || echo "failed"