comparison tests/test-tags.out @ 374:f07d00fcd281

update tests to reflect new short hash length -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 update tests to reflect new short hash length manifest hash: 7ae99e74333416e8cbf8bc5d518bb5d3c449788b -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCsQo8ywK+sNU5EO8RAltAAJ97yqgcTU0eYrQ2vpIq+hrfCfrsVwCggUk4 adIvEe7OzGeG6wn0/aRoQXY= =h8+W -----END PGP SIGNATURE-----
author mpm@selenic.com
date Wed, 15 Jun 2005 21:12:28 -0800
parents 9d8d9207c0b3
children e5d769afd3ef
comparison
equal deleted inserted replaced
373:67081329d49a 374:f07d00fcd281
6 + echo a 6 + echo a
7 + hg add a 7 + hg add a
8 + hg commit -t test -u test -d '0 0' 8 + hg commit -t test -u test -d '0 0'
9 + hg co 9 + hg co
10 + hg identify 10 + hg identify
11 acb14030 tip 11 acb14030fe0a tip
12 ++ hg -q tip 12 ++ hg -q tip
13 ++ cut -d : -f 2 13 ++ cut -d : -f 2
14 + T=acb14030fe0a21b60322c440ad2d20cf7685a376 14 + T=acb14030fe0a21b60322c440ad2d20cf7685a376
15 + echo 'acb14030fe0a21b60322c440ad2d20cf7685a376 first' 15 + echo 'acb14030fe0a21b60322c440ad2d20cf7685a376 first'
16 + cat .hgtags 16 + cat .hgtags
19 + hg commit -t 'add tags' -u test -d '0 0' 19 + hg commit -t 'add tags' -u test -d '0 0'
20 + hg tags 20 + hg tags
21 tip 1:b9154636be938d3d431e75a7c906504a079bfe07 21 tip 1:b9154636be938d3d431e75a7c906504a079bfe07
22 first 0:acb14030fe0a21b60322c440ad2d20cf7685a376 22 first 0:acb14030fe0a21b60322c440ad2d20cf7685a376
23 + hg identify 23 + hg identify
24 b9154636 tip 24 b9154636be93 tip
25 + echo bb 25 + echo bb
26 + hg status 26 + hg status
27 C a 27 C a
28 + hg identify 28 + hg identify
29 b9154636+ tip 29 b9154636be93+ tip
30 + hg co first 30 + hg co first
31 + hg id 31 + hg id
32 acb14030+ first 32 acb14030fe0a+ first
33 + hg -v id 33 + hg -v id
34 acb14030fe0a21b60322c440ad2d20cf7685a376+ first 34 acb14030fe0a21b60322c440ad2d20cf7685a376+ first
35 + hg status 35 + hg status
36 C a 36 C a
37 + echo 1 37 + echo 1
38 + hg add b 38 + hg add b
39 + hg commit -t branch -u test -d '0 0' 39 + hg commit -t branch -u test -d '0 0'
40 + hg id 40 + hg id
41 c8edf041 tip 41 c8edf04160c7 tip
42 + hg co -m 1 42 + hg co -m 1
43 + hg id 43 + hg id
44 c8edf041+b9154636+ tip 44 c8edf04160c7+b9154636be93+ tip
45 + hg status 45 + hg status
46 C a 46 C a
47 C .hgtags 47 C .hgtags