Mercurial > hg
comparison tests/test-convert-baz.out @ 6078:ebc23d34102f
convert: added gnu arch (baz) tests
author | Aleix Conchillo Flaque <aleix@member.fsf.org> |
---|---|
date | Tue, 12 Feb 2008 10:38:34 +0100 |
parents | |
children | 0946294d1f32 |
comparison
equal
deleted
inserted
replaced
6073:89c70d496175 | 6078:ebc23d34102f |
---|---|
1 % create baz archive | |
2 % initialize baz repo | |
3 * creating version baz@mercurial--convert/baz--test--0 | |
4 * imported baz@mercurial--convert/baz--test--0 | |
5 % create initial files | |
6 * build pristine tree for baz@mercurial--convert/baz--test--0--base-0 | |
7 * Scanning for full-tree revision: . | |
8 * from import revision: baz@mercurial--convert/baz--test--0--base-0 | |
9 A/ .arch-ids | |
10 A/ src | |
11 A/ src/.arch-ids | |
12 A .arch-ids/a.id | |
13 A a | |
14 A src/.arch-ids/=id | |
15 A src/.arch-ids/b.id | |
16 A src/b | |
17 * update pristine tree (baz@mercurial--convert/baz--test--0--base-0 => baz--test--0--patch-1) | |
18 * committed baz@mercurial--convert/baz--test--0--patch-1 | |
19 % create link file and modify a | |
20 A src/.arch-ids/a-link.id | |
21 A src/a-link | |
22 M a | |
23 * update pristine tree (baz@mercurial--convert/baz--test--0--patch-1 => baz--test--0--patch-2) | |
24 * committed baz@mercurial--convert/baz--test--0--patch-2 | |
25 % create second link and modify b | |
26 A src/.arch-ids/a-link-2.id | |
27 A src/a-link-2 | |
28 Mb src/b | |
29 * update pristine tree (baz@mercurial--convert/baz--test--0--patch-2 => baz--test--0--patch-3) | |
30 * committed baz@mercurial--convert/baz--test--0--patch-3 | |
31 % b file to link and a-link-2 to regular file | |
32 fl src/b | |
33 lf src/a-link-2 | |
34 * update pristine tree (baz@mercurial--convert/baz--test--0--patch-3 => baz--test--0--patch-4) | |
35 * committed baz@mercurial--convert/baz--test--0--patch-4 | |
36 % move a-link-2 file and src directory | |
37 D/ src/.arch-ids | |
38 A/ test/.arch-ids | |
39 /> src test | |
40 => src/.arch-ids/a-link-2.id .arch-ids/c.id | |
41 => src/a-link-2 c | |
42 => src/.arch-ids/=id test/.arch-ids/=id | |
43 => src/.arch-ids/a-link.id test/.arch-ids/a-link.id | |
44 => src/.arch-ids/b.id test/.arch-ids/b.id | |
45 * update pristine tree (baz@mercurial--convert/baz--test--0--patch-4 => baz--test--0--patch-5) | |
46 * committed baz@mercurial--convert/baz--test--0--patch-5 | |
47 % converting baz repo to Mercurial | |
48 initializing destination baz-repo-hg repository | |
49 analyzing tree version baz@mercurial--convert/baz--test--0... | |
50 scanning source... | |
51 sorting... | |
52 converting... | |
53 5 initial import | |
54 4 added a file, src and src/b (binary) | |
55 3 added link to a and modify a | |
56 2 added second link and modify b | |
57 1 file to link and link to file test | |
58 0 move and rename a-link-2 file and src directory | |
59 % show graph log | |
60 o 5 "move and rename a-link-2 file and src directory" files: c src/a-link src/a-link-2 src/b test/a-link test/b | |
61 | | |
62 o 4 "file to link and link to file test" files: src/a-link-2 src/b | |
63 | | |
64 o 3 "added second link and modify b" files: src/a-link-2 src/b | |
65 | | |
66 o 2 "added link to a and modify a" files: a src/a-link | |
67 | | |
68 o 1 "added a file, src and src/b (binary)" files: a src/b | |
69 | | |
70 o 0 "initial import" files: | |
71 | |
72 c4072c4b72e1cabace081888efa148ee80ca3cbb 644 a | |
73 e3207be798aaf87a444a62903621edab4ddc1fb6 644 c | |
74 1f6b5bb93f1da278ef1fead1e4740a03d8802e9f 644 @ test/a-link | |
75 1f6b5bb93f1da278ef1fead1e4740a03d8802e9f 644 @ test/b |