comparison tests/test-tags.out @ 925:5a034646e472

run-tests: remove '+ hg' trick This was causing me a fair amount of debugging confusion. Let's just forget it entirely. Updated tests to match.
author mpm@selenic.com
date Tue, 16 Aug 2005 19:03:01 -0800
parents 0902ffece4b4
children 5007e0bdeed2
comparison
equal deleted inserted replaced
924:ab681ea2857e 925:5a034646e472
1 + hg init
2 + hg id
3 unknown 1 unknown
4 + hg add a
5 + hg commit -m test -d 0 0
6 + hg co
7 + hg identify
8 acb14030fe0a tip 2 acb14030fe0a tip
9 + hg -q tip
10 acb14030fe0a21b60322c440ad2d20cf7685a376 first 3 acb14030fe0a21b60322c440ad2d20cf7685a376 first
11 + hg add .hgtags 4 tip 1:b9154636be938d3d431e75a7c906504a079bfe07
12 + hg commit -m add tags -d 0 0
13 + hg tags
14 tip 1:b53d0e1f3043ecbccf1b9ad2cea562c1b50462b2
15 first 0:acb14030fe0a21b60322c440ad2d20cf7685a376 5 first 0:acb14030fe0a21b60322c440ad2d20cf7685a376
16 hg -q tip ?:? 6 b9154636be93 tip
17 + hg identify
18 b53d0e1f3043 tip
19 + hg status
20 M a 7 M a
21 + hg identify 8 b9154636be93+ tip
22 b53d0e1f3043+ tip
23 + hg co first
24 + hg id
25 acb14030fe0a+ first 9 acb14030fe0a+ first
26 + hg -v id
27 acb14030fe0a21b60322c440ad2d20cf7685a376+ first 10 acb14030fe0a21b60322c440ad2d20cf7685a376+ first
28 + hg status
29 M a 11 M a
30 + hg add b
31 + hg commit -m branch -d 0 0
32 + hg id
33 c8edf04160c7 tip 12 c8edf04160c7 tip
34 + hg co -m 1 13 c8edf04160c7+b9154636be93+ tip
35 + hg id
36 c8edf04160c7+b53d0e1f3043+ tip
37 + hg status
38 M .hgtags 14 M .hgtags
39 M a 15 M a