##// END OF EJS Templates
Updated test output of test-convert-baz after f2618cacb485
Thomas Arendsen Hein -
r10576:7616ff5f stable
parent child Browse files
Show More
@@ -1,96 +1,96 b''
1 1 % create baz archive
2 2 % initialize baz repo
3 3 * creating version baz@mercurial--convert/baz--test--0
4 4 * imported baz@mercurial--convert/baz--test--0
5 5 % create initial files
6 6 * build pristine tree for baz@mercurial--convert/baz--test--0--base-0
7 7 * Scanning for full-tree revision: .
8 8 * from import revision: baz@mercurial--convert/baz--test--0--base-0
9 9 A/ .arch-ids
10 10 A/ src
11 11 A/ src/.arch-ids
12 12 A .arch-ids/a.id
13 13 A a
14 14 A src/.arch-ids/=id
15 15 A src/.arch-ids/b.id
16 16 A src/b
17 17 * update pristine tree (baz@mercurial--convert/baz--test--0--base-0 => baz--test--0--patch-1)
18 18 * committed baz@mercurial--convert/baz--test--0--patch-1
19 19 % create link file and modify a
20 20 A src/.arch-ids/a-link.id
21 21 A src/a-link
22 22 M a
23 23 * update pristine tree (baz@mercurial--convert/baz--test--0--patch-1 => baz--test--0--patch-2)
24 24 * committed baz@mercurial--convert/baz--test--0--patch-2
25 25 % create second link and modify b
26 26 A src/.arch-ids/a-link-2.id
27 27 A src/a-link-2
28 28 Mb src/b
29 29 * update pristine tree (baz@mercurial--convert/baz--test--0--patch-2 => baz--test--0--patch-3)
30 30 * committed baz@mercurial--convert/baz--test--0--patch-3
31 31 % b file to link and a-link-2 to regular file
32 32 fl src/b
33 33 lf src/a-link-2
34 34 * update pristine tree (baz@mercurial--convert/baz--test--0--patch-3 => baz--test--0--patch-4)
35 35 * committed baz@mercurial--convert/baz--test--0--patch-4
36 36 % move a-link-2 file and src directory
37 37 D/ src/.arch-ids
38 38 A/ test/.arch-ids
39 39 /> src test
40 40 => src/.arch-ids/a-link-2.id .arch-ids/c.id
41 41 => src/a-link-2 c
42 42 => src/.arch-ids/=id test/.arch-ids/=id
43 43 => src/.arch-ids/a-link.id test/.arch-ids/a-link.id
44 44 => src/.arch-ids/b.id test/.arch-ids/b.id
45 45 * update pristine tree (baz@mercurial--convert/baz--test--0--patch-4 => baz--test--0--patch-5)
46 46 * committed baz@mercurial--convert/baz--test--0--patch-5
47 47 % move and add the moved file again
48 48 A .arch-ids/e.id
49 49 A e
50 50 * update pristine tree (baz@mercurial--convert/baz--test--0--patch-5 => baz--test--0--patch-6)
51 51 * committed baz@mercurial--convert/baz--test--0--patch-6
52 52 A .arch-ids/e.id
53 53 A e
54 54 => .arch-ids/e.id .arch-ids/f.id
55 55 => e f
56 56 * update pristine tree (baz@mercurial--convert/baz--test--0--patch-6 => baz--test--0--patch-7)
57 57 * committed baz@mercurial--convert/baz--test--0--patch-7
58 58 % converting baz repo to Mercurial
59 59 initializing destination baz-repo-hg repository
60 60 analyzing tree version baz@mercurial--convert/baz--test--0...
61 61 scanning source...
62 62 sorting...
63 63 converting...
64 64 7 initial import
65 65 6 added a file, src and src/b (binary)
66 66 5 added link to a and modify a
67 67 4 added second link and modify b
68 68 3 file to link and link to file test
69 69 2 move and rename a-link-2 file and src directory
70 70 1 add e
71 71 0 move e and recreate it again
72 72 % show graph log
73 73 o 7 "move e and recreate it again" files: e f
74 74 |
75 75 o 6 "add e" files: e
76 76 |
77 77 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
78 78 |
79 79 o 4 "file to link and link to file test" files: src/a-link-2 src/b
80 80 |
81 81 o 3 "added second link and modify b" files: src/a-link-2 src/b
82 82 |
83 83 o 2 "added link to a and modify a" files: a src/a-link
84 84 |
85 85 o 1 "added a file, src and src/b (binary)" files: a src/b
86 86 |
87 87 o 0 "initial import" files:
88 88
89 89 c4072c4b72e1cabace081888efa148ee80ca3cbb 644 a
90 623942606de842342ac7b221ae9ccabc13b5d8c8 644 c
90 0201ac32a3a8e86e303dff60366382a54b48a72e 644 c
91 91 1a4a864db0073705a11b1439f563bfa4b46d9246 644 e
92 ab9089704d7c988687521e6adf018ebf767da7d6 644 f
93 43b4308708a4b36340566684df2e2a074b12ceb0 644 @ test/a-link
94 73773e3389ef7ec5a070519b74895d2eaa4ad5db 644 @ test/b
92 09e0222742fc3f75777fa9d68a5d8af7294cb5e7 644 f
93 c0067ba5ff0b7c9a3eb17270839d04614c435623 644 @ test/a-link
94 375f4263d86feacdea7e3c27100abd1560f2a973 644 @ test/b
95 95 copies: c (src/a-link-2) test/a-link (src/a-link) test/b (src/b)
96 96 copies: f (e)
General Comments 0
You need to be logged in to leave comments. Login now