comparison tests/test-tag.out @ 749:7e4843b7efd2

Update tests to use commit -m and default -u manifest hash: 6e4385453843031a712005a320d6000595b40d05
author mpm@selenic.com
date Thu, 21 Jul 2005 15:05:17 -0500
parents 574869103985
children 853bfbf1a312 445970ccf57a
comparison
equal deleted inserted replaced
748:c5df1a9c5276 749:7e4843b7efd2
1 + hg init 1 + hg init
2 + echo a 2 + echo a
3 + hg add a 3 + hg add a
4 + hg commit -t test -u test -d '0 0' 4 + hg commit -m test -d '0 0'
5 + hg history 5 + hg history
6 changeset: 0:acb14030fe0a21b60322c440ad2d20cf7685a376 6 changeset: 0:acb14030fe0a21b60322c440ad2d20cf7685a376
7 tag: tip 7 tag: tip
8 user: test 8 user: test
9 date: Thu Jan 1 00:00:00 1970 9 date: Thu Jan 1 00:00:00 1970
10 summary: test 10 summary: test
11 11
12 + hg tag -u test -d '0 0' bleah 12 + hg tag -d '0 0' bleah
13 + hg history 13 + hg history
14 changeset: 1:863197ef03781c4fc00276d83eb66c4cb9cd91df 14 changeset: 1:863197ef03781c4fc00276d83eb66c4cb9cd91df
15 tag: tip 15 tag: tip
16 user: test 16 user: test
17 date: Thu Jan 1 00:00:00 1970 17 date: Thu Jan 1 00:00:00 1970
22 user: test 22 user: test
23 date: Thu Jan 1 00:00:00 1970 23 date: Thu Jan 1 00:00:00 1970
24 summary: test 24 summary: test
25 25
26 + echo foo 26 + echo foo
27 + hg tag -u test -d '0 0' bleah2 27 + hg tag -d '0 0' bleah2
28 abort: working copy of .hgtags is changed! 28 abort: working copy of .hgtags is changed!
29 (please commit .hgtags manually) 29 (please commit .hgtags manually)
30 + echo failed 30 + echo failed
31 failed 31 failed