##// END OF EJS Templates
verify: make output less confusing (issue5924)...
Meirambek Omyrzak -
r39525:f1186c29 default
parent child Browse files
Show More
@@ -153,8 +153,8 b' class verifier(object):'
153 153
154 154 totalfiles, filerevisions = self._verifyfiles(filenodes, filelinkrevs)
155 155
156 ui.status(_("%d files, %d changesets, %d total revisions\n") %
157 (totalfiles, len(repo.changelog), filerevisions))
156 ui.status(_("checked %d changesets with %d changes to %d files\n") %
157 (len(repo.changelog), filerevisions, totalfiles))
158 158 if self.warnings:
159 159 ui.warn(_("%d warnings encountered!\n") % self.warnings)
160 160 if self.fncachewarned:
@@ -89,7 +89,7 b' Verify should succeed:'
89 89 checking manifests
90 90 crosschecking files in changesets and manifests
91 91 checking files
92 1 files, 1 changesets, 1 total revisions
92 checked 1 changesets with 1 changes to 1 files
93 93
94 94 Repository root:
95 95
@@ -33,7 +33,7 b''
33 33 checking manifests
34 34 crosschecking files in changesets and manifests
35 35 checking files
36 1 files, 1 changesets, 1 total revisions
36 checked 1 changesets with 1 changes to 1 files
37 37 0:bfaf4b5cbf01
38 38 searching for changes
39 39 2 changesets found
@@ -47,7 +47,7 b''
47 47 checking manifests
48 48 crosschecking files in changesets and manifests
49 49 checking files
50 1 files, 2 changesets, 2 total revisions
50 checked 2 changesets with 2 changes to 1 files
51 51 1:21f32785131f
52 52 searching for changes
53 53 3 changesets found
@@ -61,7 +61,7 b''
61 61 checking manifests
62 62 crosschecking files in changesets and manifests
63 63 checking files
64 1 files, 3 changesets, 3 total revisions
64 checked 3 changesets with 3 changes to 1 files
65 65 2:4ce51a113780
66 66 searching for changes
67 67 4 changesets found
@@ -75,7 +75,7 b''
75 75 checking manifests
76 76 crosschecking files in changesets and manifests
77 77 checking files
78 1 files, 4 changesets, 4 total revisions
78 checked 4 changesets with 4 changes to 1 files
79 79 3:93ee6ab32777
80 80 searching for changes
81 81 2 changesets found
@@ -89,7 +89,7 b''
89 89 checking manifests
90 90 crosschecking files in changesets and manifests
91 91 checking files
92 1 files, 2 changesets, 2 total revisions
92 checked 2 changesets with 2 changes to 1 files
93 93 1:c70afb1ee985
94 94 searching for changes
95 95 3 changesets found
@@ -103,7 +103,7 b''
103 103 checking manifests
104 104 crosschecking files in changesets and manifests
105 105 checking files
106 1 files, 3 changesets, 3 total revisions
106 checked 3 changesets with 3 changes to 1 files
107 107 2:f03ae5a9b979
108 108 searching for changes
109 109 4 changesets found
@@ -117,7 +117,7 b''
117 117 checking manifests
118 118 crosschecking files in changesets and manifests
119 119 checking files
120 2 files, 4 changesets, 5 total revisions
120 checked 4 changesets with 5 changes to 2 files
121 121 3:095cb14b1b4d
122 122 searching for changes
123 123 5 changesets found
@@ -131,7 +131,7 b''
131 131 checking manifests
132 132 crosschecking files in changesets and manifests
133 133 checking files
134 3 files, 5 changesets, 6 total revisions
134 checked 5 changesets with 6 changes to 3 files
135 135 4:faa2e4234c7a
136 136 searching for changes
137 137 5 changesets found
@@ -145,7 +145,7 b''
145 145 checking manifests
146 146 crosschecking files in changesets and manifests
147 147 checking files
148 2 files, 5 changesets, 5 total revisions
148 checked 5 changesets with 5 changes to 2 files
149 149 4:916f1afdef90
150 150 $ cd test-8
151 151 $ hg pull ../test-7
@@ -163,7 +163,7 b''
163 163 checking manifests
164 164 crosschecking files in changesets and manifests
165 165 checking files
166 4 files, 9 changesets, 7 total revisions
166 checked 9 changesets with 7 changes to 4 files
167 167 $ hg rollback
168 168 repository tip rolled back to revision 4 (undo pull)
169 169 $ cd ..
@@ -247,7 +247,7 b' revision 8'
247 247 checking manifests
248 248 crosschecking files in changesets and manifests
249 249 checking files
250 4 files, 9 changesets, 7 total revisions
250 checked 9 changesets with 7 changes to 4 files
251 251 $ hg rollback
252 252 repository tip rolled back to revision 2 (undo unbundle)
253 253
@@ -272,7 +272,7 b' revision 4'
272 272 checking manifests
273 273 crosschecking files in changesets and manifests
274 274 checking files
275 2 files, 5 changesets, 5 total revisions
275 checked 5 changesets with 5 changes to 2 files
276 276 $ hg rollback
277 277 repository tip rolled back to revision 2 (undo unbundle)
278 278 $ hg unbundle ../test-bundle-branch2.hg
@@ -292,7 +292,7 b' revision 6'
292 292 checking manifests
293 293 crosschecking files in changesets and manifests
294 294 checking files
295 3 files, 7 changesets, 6 total revisions
295 checked 7 changesets with 6 changes to 3 files
296 296 $ hg rollback
297 297 repository tip rolled back to revision 2 (undo unbundle)
298 298 $ hg unbundle ../test-bundle-cset-7.hg
@@ -312,7 +312,7 b' revision 4'
312 312 checking manifests
313 313 crosschecking files in changesets and manifests
314 314 checking files
315 2 files, 5 changesets, 5 total revisions
315 checked 5 changesets with 5 changes to 2 files
316 316
317 317 $ cd ../test
318 318 $ hg merge 7
@@ -346,6 +346,6 b' revision 9'
346 346 checking manifests
347 347 crosschecking files in changesets and manifests
348 348 checking files
349 4 files, 10 changesets, 7 total revisions
349 checked 10 changesets with 7 changes to 4 files
350 350
351 351 $ cd ..
@@ -33,7 +33,7 b' Setting up test'
33 33 checking manifests
34 34 crosschecking files in changesets and manifests
35 35 checking files
36 4 files, 9 changesets, 7 total revisions
36 checked 9 changesets with 7 changes to 4 files
37 37 $ cd ..
38 38 $ hg init empty
39 39
@@ -75,7 +75,7 b' Verify empty'
75 75 checking manifests
76 76 crosschecking files in changesets and manifests
77 77 checking files
78 0 files, 0 changesets, 0 total revisions
78 checked 0 changesets with 0 changes to 0 files
79 79
80 80 #if repobundlerepo
81 81
@@ -729,7 +729,7 b' but, regular verify must continue to wor'
729 729 checking manifests
730 730 crosschecking files in changesets and manifests
731 731 checking files
732 2 files, 2 changesets, 2 total revisions
732 checked 2 changesets with 2 changes to 2 files
733 733
734 734 #if repobundlerepo
735 735 diff against bundle
@@ -815,7 +815,7 b' bundle single branch'
815 815 checking manifests
816 816 crosschecking files in changesets and manifests
817 817 checking files
818 4 files, 3 changesets, 5 total revisions
818 checked 3 changesets with 5 changes to 4 files
819 819 #endif
820 820
821 821 == Test bundling no commits
@@ -180,7 +180,7 b' Repo fails verification due to censorshi'
180 180 checking files
181 181 target@1: censored file data
182 182 target@2: censored file data
183 2 files, 5 changesets, 7 total revisions
183 checked 5 changesets with 7 changes to 2 files
184 184 2 integrity errors encountered!
185 185 (first damaged changeset appears to be 1)
186 186 [1]
@@ -215,7 +215,7 b' Repo passes verification with warnings w'
215 215 checking manifests
216 216 crosschecking files in changesets and manifests
217 217 checking files
218 2 files, 5 changesets, 7 total revisions
218 checked 5 changesets with 7 changes to 2 files
219 219
220 220 May update to revision with censored data with explicit config
221 221
@@ -341,7 +341,7 b' Repo with censored nodes can be cloned a'
341 341 checking manifests
342 342 crosschecking files in changesets and manifests
343 343 checking files
344 2 files, 12 changesets, 13 total revisions
344 checked 12 changesets with 13 changes to 2 files
345 345
346 346 Repo cloned before tainted content introduced can pull censored nodes
347 347
@@ -353,7 +353,7 b' Repo cloned before tainted content intro'
353 353 checking manifests
354 354 crosschecking files in changesets and manifests
355 355 checking files
356 2 files, 1 changesets, 2 total revisions
356 checked 1 changesets with 2 changes to 2 files
357 357 $ hg pull -r $H1 -r $H2
358 358 pulling from $TESTTMP/r
359 359 searching for changes
@@ -380,7 +380,7 b' Repo cloned before tainted content intro'
380 380 checking manifests
381 381 crosschecking files in changesets and manifests
382 382 checking files
383 2 files, 12 changesets, 13 total revisions
383 checked 12 changesets with 13 changes to 2 files
384 384
385 385 Censored nodes can be pushed if they censor previously unexchanged nodes
386 386
@@ -440,7 +440,7 b' Censored nodes can be bundled up and unb'
440 440 checking manifests
441 441 crosschecking files in changesets and manifests
442 442 checking files
443 2 files, 14 changesets, 15 total revisions
443 checked 14 changesets with 15 changes to 2 files
444 444
445 445 Censored nodes can be imported on top of censored nodes, consecutively
446 446
@@ -472,7 +472,7 b' Censored nodes can be imported on top of'
472 472 checking manifests
473 473 crosschecking files in changesets and manifests
474 474 checking files
475 2 files, 14 changesets, 15 total revisions
475 checked 14 changesets with 15 changes to 2 files
476 476 $ cd ../r
477 477
478 478 Can import bundle where first revision of a file is censored
@@ -48,6 +48,6 b' see what happened'
48 48 checking manifests
49 49 crosschecking files in changesets and manifests
50 50 checking files
51 1 files, 2 changesets, 2 total revisions
51 checked 2 changesets with 2 changes to 1 files
52 52
53 53 $ cd ..
@@ -71,7 +71,7 b''
71 71 checking manifests
72 72 crosschecking files in changesets and manifests
73 73 checking files
74 4 files, 9 changesets, 7 total revisions
74 checked 9 changesets with 7 changes to 4 files
75 75
76 76 $ cd ..
77 77
@@ -96,7 +96,7 b''
96 96 checking manifests
97 97 crosschecking files in changesets and manifests
98 98 checking files
99 1 files, 1 changesets, 1 total revisions
99 checked 1 changesets with 1 changes to 1 files
100 100
101 101 ---- hg clone -r 1 test test-1
102 102 adding changesets
@@ -110,7 +110,7 b''
110 110 checking manifests
111 111 crosschecking files in changesets and manifests
112 112 checking files
113 1 files, 2 changesets, 2 total revisions
113 checked 2 changesets with 2 changes to 1 files
114 114
115 115 ---- hg clone -r 2 test test-2
116 116 adding changesets
@@ -124,7 +124,7 b''
124 124 checking manifests
125 125 crosschecking files in changesets and manifests
126 126 checking files
127 1 files, 3 changesets, 3 total revisions
127 checked 3 changesets with 3 changes to 1 files
128 128
129 129 ---- hg clone -r 3 test test-3
130 130 adding changesets
@@ -138,7 +138,7 b''
138 138 checking manifests
139 139 crosschecking files in changesets and manifests
140 140 checking files
141 1 files, 4 changesets, 4 total revisions
141 checked 4 changesets with 4 changes to 1 files
142 142
143 143 ---- hg clone -r 4 test test-4
144 144 adding changesets
@@ -152,7 +152,7 b''
152 152 checking manifests
153 153 crosschecking files in changesets and manifests
154 154 checking files
155 1 files, 2 changesets, 2 total revisions
155 checked 2 changesets with 2 changes to 1 files
156 156
157 157 ---- hg clone -r 5 test test-5
158 158 adding changesets
@@ -166,7 +166,7 b''
166 166 checking manifests
167 167 crosschecking files in changesets and manifests
168 168 checking files
169 1 files, 3 changesets, 3 total revisions
169 checked 3 changesets with 3 changes to 1 files
170 170
171 171 ---- hg clone -r 6 test test-6
172 172 adding changesets
@@ -180,7 +180,7 b''
180 180 checking manifests
181 181 crosschecking files in changesets and manifests
182 182 checking files
183 2 files, 4 changesets, 5 total revisions
183 checked 4 changesets with 5 changes to 2 files
184 184
185 185 ---- hg clone -r 7 test test-7
186 186 adding changesets
@@ -194,7 +194,7 b''
194 194 checking manifests
195 195 crosschecking files in changesets and manifests
196 196 checking files
197 3 files, 5 changesets, 6 total revisions
197 checked 5 changesets with 6 changes to 3 files
198 198
199 199 ---- hg clone -r 8 test test-8
200 200 adding changesets
@@ -208,7 +208,7 b''
208 208 checking manifests
209 209 crosschecking files in changesets and manifests
210 210 checking files
211 2 files, 5 changesets, 5 total revisions
211 checked 5 changesets with 5 changes to 2 files
212 212
213 213 $ cd test-8
214 214 $ hg pull ../test-7
@@ -225,7 +225,7 b''
225 225 checking manifests
226 226 crosschecking files in changesets and manifests
227 227 checking files
228 4 files, 9 changesets, 7 total revisions
228 checked 9 changesets with 7 changes to 4 files
229 229 $ cd ..
230 230
231 231 $ hg clone test test-9
@@ -75,7 +75,7 b' Ensure branchcache got copied over:'
75 75 checking manifests
76 76 crosschecking files in changesets and manifests
77 77 checking files
78 2 files, 11 changesets, 11 total revisions
78 checked 11 changesets with 11 changes to 2 files
79 79
80 80 Invalid dest '' must abort:
81 81
@@ -146,7 +146,7 b' Ensure branchcache got copied over:'
146 146 checking manifests
147 147 crosschecking files in changesets and manifests
148 148 checking files
149 2 files, 11 changesets, 11 total revisions
149 checked 11 changesets with 11 changes to 2 files
150 150
151 151 Default destination:
152 152
@@ -191,7 +191,7 b' Use --pull:'
191 191 checking manifests
192 192 crosschecking files in changesets and manifests
193 193 checking files
194 2 files, 11 changesets, 11 total revisions
194 checked 11 changesets with 11 changes to 2 files
195 195
196 196 Invalid dest '' with --pull must abort (issue2528):
197 197
@@ -523,7 +523,7 b' changelog and manifest would have invali'
523 523 checking manifests
524 524 crosschecking files in changesets and manifests
525 525 checking files
526 1 files, 2 changesets, 2 total revisions
526 checked 2 changesets with 2 changes to 1 files
527 527 $ hg revert --no-backup -aq
528 528
529 529 $ cat >> .hg/hgrc << EOF
@@ -19,7 +19,7 b''
19 19 checking manifests
20 20 crosschecking files in changesets and manifests
21 21 checking files
22 1 files, 3 changesets, 3 total revisions
22 checked 3 changesets with 3 changes to 1 files
23 23
24 24 Dumping revlog of file a to stdout:
25 25 $ $PYTHON "$CONTRIBDIR/dumprevlog" .hg/store/data/a.i
@@ -84,7 +84,7 b' Verify:'
84 84 checking manifests
85 85 crosschecking files in changesets and manifests
86 86 checking files
87 1 files, 3 changesets, 3 total revisions
87 checked 3 changesets with 3 changes to 1 files
88 88
89 89 Compare repos:
90 90
@@ -317,7 +317,7 b' ensure that the filemap contains duplica'
317 317 checking manifests
318 318 crosschecking files in changesets and manifests
319 319 checking files
320 4 files, 5 changesets, 7 total revisions
320 checked 5 changesets with 7 changes to 4 files
321 321
322 322 $ hg -R renames.repo manifest --debug
323 323 d43feacba7a4f1f2080dde4a4b985bd8a0236d46 644 copied2
@@ -193,7 +193,7 b' break it'
193 193 checking manifests
194 194 crosschecking files in changesets and manifests
195 195 checking files
196 3 files, 5 changesets, 5 total revisions
196 checked 5 changesets with 5 changes to 3 files
197 197
198 198 manifest -r 0
199 199
@@ -101,7 +101,7 b' this should show the rename information '
101 101 checking manifests
102 102 crosschecking files in changesets and manifests
103 103 checking files
104 2 files, 2 changesets, 2 total revisions
104 checked 2 changesets with 2 changes to 2 files
105 105
106 106 $ cd ..
107 107
@@ -14,7 +14,7 b' Try some commands:'
14 14 checking manifests
15 15 crosschecking files in changesets and manifests
16 16 checking files
17 0 files, 0 changesets, 0 total revisions
17 checked 0 changesets with 0 changes to 0 files
18 18
19 19 Check the basic files created:
20 20
@@ -39,7 +39,7 b' Poke at a clone:'
39 39 checking manifests
40 40 crosschecking files in changesets and manifests
41 41 checking files
42 0 files, 0 changesets, 0 total revisions
42 checked 0 changesets with 0 changes to 0 files
43 43 $ ls .hg
44 44 00changelog.i
45 45 hgrc
@@ -98,4 +98,4 b' revision 4'
98 98 checking manifests
99 99 crosschecking files in changesets and manifests
100 100 checking files
101 2 files, 5 changesets, 4 total revisions
101 checked 5 changesets with 4 changes to 2 files
@@ -141,6 +141,6 b' Everything should be clean now:'
141 141 checking manifests
142 142 crosschecking files in changesets and manifests
143 143 checking files
144 4 files, 4 changesets, 10 total revisions
144 checked 4 changesets with 10 changes to 4 files
145 145
146 146 $ cd ..
@@ -41,7 +41,7 b' Testing verify:'
41 41 checking manifests
42 42 crosschecking files in changesets and manifests
43 43 checking files
44 3 files, 3 changesets, 3 total revisions
44 checked 3 changesets with 3 changes to 3 files
45 45
46 46 $ rm .hg/store/fncache
47 47
@@ -53,7 +53,7 b' Testing verify:'
53 53 warning: revlog 'data/a.i' not in fncache!
54 54 warning: revlog 'data/a.i.hg/c.i' not in fncache!
55 55 warning: revlog 'data/a.i/b.i' not in fncache!
56 3 files, 3 changesets, 3 total revisions
56 checked 3 changesets with 3 changes to 3 files
57 57 3 warnings encountered!
58 58 hint: run "hg debugrebuildfncache" to recover from corrupt fncache
59 59
@@ -70,7 +70,7 b' Follow the hint to make sure it works'
70 70 checking manifests
71 71 crosschecking files in changesets and manifests
72 72 checking files
73 3 files, 3 changesets, 3 total revisions
73 checked 3 changesets with 3 changes to 3 files
74 74
75 75 $ cd ..
76 76
@@ -340,7 +340,7 b' Clean cached versions'
340 340 checking manifests
341 341 crosschecking files in changesets and manifests
342 342 checking files
343 1 files, 1 changesets, 1 total revisions
343 checked 1 changesets with 1 changes to 1 files
344 344 $ cat .hg/store/fncache
345 345 data/y.i
346 346
@@ -151,7 +151,7 b' Push to repo r1 should break up most har'
151 151 checking manifests
152 152 crosschecking files in changesets and manifests
153 153 checking files
154 2 files, 2 changesets, 2 total revisions
154 checked 2 changesets with 2 changes to 2 files
155 155
156 156 $ cd r3
157 157 $ hg push
@@ -181,7 +181,7 b' Push to repo r1 should break up most har'
181 181 checking manifests
182 182 crosschecking files in changesets and manifests
183 183 checking files
184 2 files, 2 changesets, 2 total revisions
184 checked 2 changesets with 2 changes to 2 files
185 185
186 186
187 187 $ cd r1
@@ -49,7 +49,7 b' clone via stream'
49 49 checking manifests
50 50 crosschecking files in changesets and manifests
51 51 checking files
52 4 files, 1 changesets, 4 total revisions
52 checked 1 changesets with 4 changes to 4 files
53 53 #endif
54 54
55 55 try to clone via stream, should use pull instead
@@ -101,7 +101,7 b' clone via pull'
101 101 checking manifests
102 102 crosschecking files in changesets and manifests
103 103 checking files
104 4 files, 1 changesets, 4 total revisions
104 checked 1 changesets with 4 changes to 4 files
105 105 $ cd test
106 106 $ echo bar > bar
107 107 $ hg commit -A -d '1 0' -m 2
@@ -40,7 +40,7 b' clone remote via stream'
40 40 checking manifests
41 41 crosschecking files in changesets and manifests
42 42 checking files
43 1 files, 1 changesets, 1 total revisions
43 checked 1 changesets with 1 changes to 1 files
44 44 adding changesets
45 45 adding manifests
46 46 adding file changes
@@ -52,7 +52,7 b' clone remote via stream'
52 52 checking manifests
53 53 crosschecking files in changesets and manifests
54 54 checking files
55 1 files, 2 changesets, 2 total revisions
55 checked 2 changesets with 2 changes to 1 files
56 56 adding changesets
57 57 adding manifests
58 58 adding file changes
@@ -64,7 +64,7 b' clone remote via stream'
64 64 checking manifests
65 65 crosschecking files in changesets and manifests
66 66 checking files
67 1 files, 3 changesets, 3 total revisions
67 checked 3 changesets with 3 changes to 1 files
68 68 adding changesets
69 69 adding manifests
70 70 adding file changes
@@ -76,7 +76,7 b' clone remote via stream'
76 76 checking manifests
77 77 crosschecking files in changesets and manifests
78 78 checking files
79 1 files, 4 changesets, 4 total revisions
79 checked 4 changesets with 4 changes to 1 files
80 80 adding changesets
81 81 adding manifests
82 82 adding file changes
@@ -88,7 +88,7 b' clone remote via stream'
88 88 checking manifests
89 89 crosschecking files in changesets and manifests
90 90 checking files
91 1 files, 2 changesets, 2 total revisions
91 checked 2 changesets with 2 changes to 1 files
92 92 adding changesets
93 93 adding manifests
94 94 adding file changes
@@ -100,7 +100,7 b' clone remote via stream'
100 100 checking manifests
101 101 crosschecking files in changesets and manifests
102 102 checking files
103 1 files, 3 changesets, 3 total revisions
103 checked 3 changesets with 3 changes to 1 files
104 104 adding changesets
105 105 adding manifests
106 106 adding file changes
@@ -112,7 +112,7 b' clone remote via stream'
112 112 checking manifests
113 113 crosschecking files in changesets and manifests
114 114 checking files
115 2 files, 4 changesets, 5 total revisions
115 checked 4 changesets with 5 changes to 2 files
116 116 adding changesets
117 117 adding manifests
118 118 adding file changes
@@ -124,7 +124,7 b' clone remote via stream'
124 124 checking manifests
125 125 crosschecking files in changesets and manifests
126 126 checking files
127 3 files, 5 changesets, 6 total revisions
127 checked 5 changesets with 6 changes to 3 files
128 128 adding changesets
129 129 adding manifests
130 130 adding file changes
@@ -136,7 +136,7 b' clone remote via stream'
136 136 checking manifests
137 137 crosschecking files in changesets and manifests
138 138 checking files
139 2 files, 5 changesets, 5 total revisions
139 checked 5 changesets with 5 changes to 2 files
140 140 $ cd test-8
141 141 $ hg pull ../test-7
142 142 pulling from ../test-7
@@ -152,7 +152,7 b' clone remote via stream'
152 152 checking manifests
153 153 crosschecking files in changesets and manifests
154 154 checking files
155 4 files, 9 changesets, 7 total revisions
155 checked 9 changesets with 7 changes to 4 files
156 156 $ cd ..
157 157 $ cd test-1
158 158 $ hg pull -r 4 http://localhost:$HGPORT/
@@ -169,7 +169,7 b' clone remote via stream'
169 169 checking manifests
170 170 crosschecking files in changesets and manifests
171 171 checking files
172 1 files, 3 changesets, 2 total revisions
172 checked 3 changesets with 2 changes to 1 files
173 173 $ hg pull http://localhost:$HGPORT/
174 174 pulling from http://localhost:$HGPORT/
175 175 searching for changes
@@ -195,7 +195,7 b' clone remote via stream'
195 195 checking manifests
196 196 crosschecking files in changesets and manifests
197 197 checking files
198 1 files, 5 changesets, 3 total revisions
198 checked 5 changesets with 3 changes to 1 files
199 199 $ hg pull http://localhost:$HGPORT/
200 200 pulling from http://localhost:$HGPORT/
201 201 searching for changes
@@ -210,7 +210,7 b' clone remote via stream'
210 210 checking manifests
211 211 crosschecking files in changesets and manifests
212 212 checking files
213 4 files, 9 changesets, 7 total revisions
213 checked 9 changesets with 7 changes to 4 files
214 214 $ cd ..
215 215
216 216 no default destination if url has no path:
@@ -29,7 +29,7 b' url for proxy, stream'
29 29 checking manifests
30 30 crosschecking files in changesets and manifests
31 31 checking files
32 1 files, 1 changesets, 1 total revisions
32 checked 1 changesets with 1 changes to 1 files
33 33 $ cd ..
34 34
35 35 url for proxy, pull
@@ -49,7 +49,7 b' url for proxy, pull'
49 49 checking manifests
50 50 crosschecking files in changesets and manifests
51 51 checking files
52 1 files, 1 changesets, 1 total revisions
52 checked 1 changesets with 1 changes to 1 files
53 53 $ cd ..
54 54
55 55 host:port for proxy
@@ -40,7 +40,7 b' clone via stream'
40 40 checking manifests
41 41 crosschecking files in changesets and manifests
42 42 checking files
43 4 files, 1 changesets, 4 total revisions
43 checked 1 changesets with 4 changes to 4 files
44 44 #endif
45 45
46 46 try to clone via stream, should use pull instead
@@ -92,7 +92,7 b' clone via pull'
92 92 checking manifests
93 93 crosschecking files in changesets and manifests
94 94 checking files
95 4 files, 1 changesets, 4 total revisions
95 checked 1 changesets with 4 changes to 4 files
96 96 $ cd test
97 97 $ echo bar > bar
98 98 $ hg commit -A -d '1 0' -m 2
@@ -195,7 +195,7 b' Inability to verify peer certificate wil'
195 195 checking manifests
196 196 crosschecking files in changesets and manifests
197 197 checking files
198 4 files, 1 changesets, 4 total revisions
198 checked 1 changesets with 4 changes to 4 files
199 199 $ cd test
200 200 $ echo bar > bar
201 201 $ hg commit -A -d '1 0' -m 2
@@ -164,4 +164,4 b" Test that --exact on a bad header doesn'"
164 164 checking manifests
165 165 crosschecking files in changesets and manifests
166 166 checking files
167 1 files, 2 changesets, 2 total revisions
167 checked 2 changesets with 2 changes to 1 files
@@ -12,7 +12,7 b''
12 12 checking manifests
13 13 crosschecking files in changesets and manifests
14 14 checking files
15 1 files, 9 changesets, 9 total revisions
15 checked 9 changesets with 9 changes to 1 files
16 16 $ hg serve -p $HGPORT -d --pid-file=hg.pid
17 17 $ cat hg.pid >> $DAEMON_PIDS
18 18 $ cd ..
@@ -370,7 +370,7 b' test outgoing'
370 370 checking manifests
371 371 crosschecking files in changesets and manifests
372 372 checking files
373 1 files, 14 changesets, 14 total revisions
373 checked 14 changesets with 14 changes to 1 files
374 374 $ cd ..
375 375 $ hg -R test-dev outgoing test
376 376 comparing with test
@@ -41,7 +41,7 b' https://bz.mercurial-scm.org/1175'
41 41 checking manifests
42 42 crosschecking files in changesets and manifests
43 43 checking files
44 4 files, 6 changesets, 4 total revisions
44 checked 6 changesets with 4 changes to 4 files
45 45
46 46 $ hg export --git tip
47 47 # HG changeset patch
@@ -19,7 +19,7 b''
19 19 checking manifests
20 20 crosschecking files in changesets and manifests
21 21 checking files
22 1 files, 1 changesets, 1 total revisions
22 checked 1 changesets with 1 changes to 1 files
23 23
24 24 Check that zero-size journals are correctly aborted:
25 25
@@ -842,7 +842,7 b' Stat, verify and show custom expansion ('
842 842 checking manifests
843 843 crosschecking files in changesets and manifests
844 844 checking files
845 3 files, 3 changesets, 4 total revisions
845 checked 3 changesets with 4 changes to 3 files
846 846 $ cat a b
847 847 expand $Id: a bb948857c743 Thu, 01 Jan 1970 00:00:02 +0000 user $
848 848 do not process $Id:
@@ -166,7 +166,7 b' largefiles clients refuse to push largef'
166 166 checking manifests
167 167 crosschecking files in changesets and manifests
168 168 checking files
169 2 files, 2 changesets, 2 total revisions
169 checked 2 changesets with 2 changes to 2 files
170 170 searching 1 changesets for largefiles
171 171 verified existence of 1 revisions of 1 largefiles
172 172 $ hg serve --config extensions.largefiles=! -R ../r6 -d -p $HGPORT --pid-file ../hg.pid
@@ -259,7 +259,7 b" test 'verify' with remotestore:"
259 259 checking manifests
260 260 crosschecking files in changesets and manifests
261 261 checking files
262 1 files, 1 changesets, 1 total revisions
262 checked 1 changesets with 1 changes to 1 files
263 263 searching 1 changesets for largefiles
264 264 changeset 0:cf03e5bb9936: f1 missing
265 265 verified existence of 1 revisions of 1 largefiles
@@ -295,7 +295,7 b' largefiles pulled on update - a largefil'
295 295 checking manifests
296 296 crosschecking files in changesets and manifests
297 297 checking files
298 1 files, 1 changesets, 1 total revisions
298 checked 1 changesets with 1 changes to 1 files
299 299 searching 1 changesets for largefiles
300 300 verified contents of 1 revisions of 1 largefiles
301 301 $ hg -R http-clone up -Cqr null
@@ -358,7 +358,7 b' largefiles should batch verify remote ca'
358 358 checking manifests
359 359 crosschecking files in changesets and manifests
360 360 checking files
361 2 files, 2 changesets, 2 total revisions
361 checked 2 changesets with 2 changes to 2 files
362 362 searching 2 changesets for largefiles
363 363 verified existence of 2 revisions of 2 largefiles
364 364 $ tail -1 access.log
@@ -396,7 +396,7 b' available locally.'
396 396 checking manifests
397 397 crosschecking files in changesets and manifests
398 398 checking files
399 3 files, 3 changesets, 3 total revisions
399 checked 3 changesets with 3 changes to 3 files
400 400 searching 3 changesets for largefiles
401 401 verified existence of 3 revisions of 3 largefiles
402 402 $ tail -1 access.log
@@ -1031,7 +1031,7 b' Test cloning with --all-largefiles flag'
1031 1031 checking manifests
1032 1032 crosschecking files in changesets and manifests
1033 1033 checking files
1034 10 files, 8 changesets, 24 total revisions
1034 checked 8 changesets with 24 changes to 10 files
1035 1035 searching 8 changesets for largefiles
1036 1036 verified contents of 13 revisions of 6 largefiles
1037 1037 $ hg -R a-clone1 sum
@@ -1549,7 +1549,7 b' revert some files to an older revision'
1549 1549 checking manifests
1550 1550 crosschecking files in changesets and manifests
1551 1551 checking files
1552 10 files, 10 changesets, 28 total revisions
1552 checked 10 changesets with 28 changes to 10 files
1553 1553 searching 1 changesets for largefiles
1554 1554 verified existence of 3 revisions of 3 largefiles
1555 1555
@@ -1563,7 +1563,7 b' and make sure that this is caught:'
1563 1563 checking manifests
1564 1564 crosschecking files in changesets and manifests
1565 1565 checking files
1566 10 files, 10 changesets, 28 total revisions
1566 checked 10 changesets with 28 changes to 10 files
1567 1567 searching 1 changesets for largefiles
1568 1568 changeset 9:598410d3eb9a: sub/large4 references missing $TESTTMP/d/.hg/largefiles/e166e74c7303192238d60af5a9c4ce9bef0b7928
1569 1569 verified existence of 3 revisions of 3 largefiles
@@ -337,7 +337,7 b' process.'
337 337 checking manifests
338 338 crosschecking files in changesets and manifests
339 339 checking files
340 9 files, 8 changesets, 13 total revisions
340 checked 8 changesets with 13 changes to 9 files
341 341 searching 7 changesets for largefiles
342 342 changeset 0:d4892ec57ce2: large references missing $TESTTMP/largefiles-repo-hg/.hg/largefiles/2e000fa7e85759c7f4c254d4d9c33ef481e459a7
343 343 changeset 1:334e5237836d: sub/maybelarge.dat references missing $TESTTMP/largefiles-repo-hg/.hg/largefiles/34e163be8e43c5631d8b92e9c43ab0bf0fa62b9c
@@ -722,7 +722,7 b' Repo with damaged lfs objects in any rev'
722 722 checking files
723 723 l@1: unpacking 46a2f24864bc: integrity check failed on data/l.i:0
724 724 large@0: unpacking 2c531e0992ff: integrity check failed on data/large.i:0
725 4 files, 5 changesets, 10 total revisions
725 checked 5 changesets with 10 changes to 4 files
726 726 2 integrity errors encountered!
727 727 (first damaged changeset appears to be 0)
728 728 [1]
@@ -759,7 +759,7 b' the (uncorrupted) remote store.'
759 759 lfs: found 89b6070915a3d573ff3599d1cda305bc5e38549b15c4847ab034169da66e1ca8 in the local lfs store
760 760 lfs: adding b1a6ea88da0017a0e77db139a54618986e9a2489bee24af9fe596de9daac498c to the usercache
761 761 lfs: found b1a6ea88da0017a0e77db139a54618986e9a2489bee24af9fe596de9daac498c in the local lfs store
762 4 files, 5 changesets, 10 total revisions
762 checked 5 changesets with 10 changes to 4 files
763 763
764 764 Verify will not copy/link a corrupted file from the usercache into the local
765 765 store, and poison it. (The verify with a good remote now works.)
@@ -776,7 +776,7 b' store, and poison it. (The verify with '
776 776 large@0: unpacking 2c531e0992ff: integrity check failed on data/large.i:0
777 777 lfs: found 89b6070915a3d573ff3599d1cda305bc5e38549b15c4847ab034169da66e1ca8 in the local lfs store
778 778 lfs: found b1a6ea88da0017a0e77db139a54618986e9a2489bee24af9fe596de9daac498c in the local lfs store
779 4 files, 5 changesets, 10 total revisions
779 checked 5 changesets with 10 changes to 4 files
780 780 2 integrity errors encountered!
781 781 (first damaged changeset appears to be 0)
782 782 [1]
@@ -791,7 +791,7 b' store, and poison it. (The verify with '
791 791 lfs: found 66100b384bf761271b407d79fc30cdd0554f3b2c5d944836e936d584b88ce88e in the local lfs store
792 792 lfs: found 89b6070915a3d573ff3599d1cda305bc5e38549b15c4847ab034169da66e1ca8 in the local lfs store
793 793 lfs: found b1a6ea88da0017a0e77db139a54618986e9a2489bee24af9fe596de9daac498c in the local lfs store
794 4 files, 5 changesets, 10 total revisions
794 checked 5 changesets with 10 changes to 4 files
795 795
796 796 Damaging a file required by the update destination fails the update.
797 797
@@ -817,7 +817,7 b' usercache or local store.'
817 817 checking files
818 818 l@1: unpacking 46a2f24864bc: integrity check failed on data/l.i:0
819 819 large@0: unpacking 2c531e0992ff: integrity check failed on data/large.i:0
820 4 files, 5 changesets, 10 total revisions
820 checked 5 changesets with 10 changes to 4 files
821 821 2 integrity errors encountered!
822 822 (first damaged changeset appears to be 0)
823 823 [1]
@@ -848,7 +848,7 b' avoids the corrupt lfs object in the ori'
848 848 large@0: unpacking 2c531e0992ff: integrity check failed on data/large.i:0
849 849 lfs: found 89b6070915a3d573ff3599d1cda305bc5e38549b15c4847ab034169da66e1ca8 in the local lfs store
850 850 lfs: found b1a6ea88da0017a0e77db139a54618986e9a2489bee24af9fe596de9daac498c in the local lfs store
851 4 files, 5 changesets, 10 total revisions
851 checked 5 changesets with 10 changes to 4 files
852 852 2 integrity errors encountered!
853 853 (first damaged changeset appears to be 0)
854 854 [1]
@@ -161,7 +161,7 b' Check that the resulting history is vali'
161 161 checking manifests
162 162 crosschecking files in changesets and manifests
163 163 checking files
164 3 files, 8 changesets, 10 total revisions
164 checked 8 changesets with 10 changes to 3 files
165 165
166 166 Can not push to wider repo if change affects paths in wider repo that are
167 167 not also in narrower repo
@@ -171,4 +171,4 b' We should also be able to unshare withou'
171 171 checking manifests
172 172 crosschecking files in changesets and manifests
173 173 checking files
174 1 files, 1 changesets, 1 total revisions
174 checked 1 changesets with 1 changes to 1 files
@@ -239,7 +239,7 b' make narrow clone with every third node.'
239 239 checking directory manifests (tree !)
240 240 crosschecking files in changesets and manifests
241 241 checking files
242 4 files, 11 changesets, 4 total revisions
242 checked 11 changesets with 4 changes to 4 files
243 243 $ hg log -T "{if(ellipsis, '...')}{rev}: {desc}\n"
244 244 10: add d10/f
245 245 9: add d9/f
@@ -288,7 +288,7 b" Verify shouldn't claim the repo is corru"
288 288 checking directory manifests (tree !)
289 289 crosschecking files in changesets and manifests
290 290 checking files
291 5 files, 11 changesets, 5 total revisions
291 checked 11 changesets with 5 changes to 5 files
292 292
293 293 Widening preserves parent of local commit
294 294
@@ -248,7 +248,7 b' make narrow clone with every third node.'
248 248 checking directory manifests (tree !)
249 249 crosschecking files in changesets and manifests
250 250 checking files
251 4 files, 8 changesets, 4 total revisions
251 checked 8 changesets with 4 changes to 4 files
252 252 $ hg log -T "{if(ellipsis, '...')}{rev}: {desc}\n"
253 253 ...7: add d10/f
254 254 6: add d9/f
@@ -293,7 +293,7 b" Verify shouldn't claim the repo is corru"
293 293 checking directory manifests (tree !)
294 294 crosschecking files in changesets and manifests
295 295 checking files
296 5 files, 9 changesets, 5 total revisions
296 checked 9 changesets with 5 changes to 5 files
297 297
298 298 Widening preserves parent of local commit
299 299
@@ -51,7 +51,7 b' Push it. The bundle should not refer to '
51 51 checking manifests
52 52 crosschecking files in changesets and manifests
53 53 checking files
54 2 files, 2 changesets, 2 total revisions
54 checked 2 changesets with 2 changes to 2 files
55 55
56 56 Adding a changeset going extinct locally
57 57 ------------------------------------------
@@ -13,7 +13,7 b''
13 13 checking manifests
14 14 crosschecking files in changesets and manifests
15 15 checking files
16 1 files, 1 changesets, 1 total revisions
16 checked 1 changesets with 1 changes to 1 files
17 17
18 18 $ chmod -r .hg/store/data/a.i
19 19
@@ -32,7 +32,7 b''
32 32 checking manifests
33 33 crosschecking files in changesets and manifests
34 34 checking files
35 1 files, 1 changesets, 1 total revisions
35 checked 1 changesets with 1 changes to 1 files
36 36
37 37 $ chmod -w .hg/store/data/a.i
38 38
@@ -690,7 +690,7 b' because repo.cancopy() is False'
690 690 checking manifests
691 691 crosschecking files in changesets and manifests
692 692 checking files
693 7 files, 8 changesets, 7 total revisions
693 checked 8 changesets with 7 changes to 7 files
694 694
695 695 $ cd ..
696 696
@@ -28,6 +28,6 b''
28 28 checking manifests
29 29 crosschecking files in changesets and manifests
30 30 checking files
31 1 files, 1 changesets, 1 total revisions
31 checked 1 changesets with 1 changes to 1 files
32 32
33 33 $ cd ..
@@ -70,6 +70,6 b' see the result'
70 70 checking manifests
71 71 crosschecking files in changesets and manifests
72 72 checking files
73 1 files, 11 changesets, 11 total revisions
73 checked 11 changesets with 11 changes to 1 files
74 74
75 75 $ cd ..
@@ -23,7 +23,7 b''
23 23 checking manifests
24 24 crosschecking files in changesets and manifests
25 25 checking files
26 1 files, 1 changesets, 1 total revisions
26 checked 1 changesets with 1 changes to 1 files
27 27
28 28 $ hg serve -p $HGPORT -d --pid-file=hg.pid
29 29 $ cat hg.pid >> $DAEMON_PIDS
@@ -45,7 +45,7 b''
45 45 checking manifests
46 46 crosschecking files in changesets and manifests
47 47 checking files
48 1 files, 1 changesets, 1 total revisions
48 checked 1 changesets with 1 changes to 1 files
49 49
50 50 $ hg co
51 51 0 files updated, 0 files merged, 0 files removed, 0 files unresolved
@@ -31,7 +31,7 b" Testing of the '--rev' flag"
31 31 checking manifests
32 32 crosschecking files in changesets and manifests
33 33 checking files
34 1 files, 1 changesets, 1 total revisions
34 checked 1 changesets with 1 changes to 1 files
35 35
36 36 pushing to test-revflag-1
37 37 searching for changes
@@ -43,7 +43,7 b" Testing of the '--rev' flag"
43 43 checking manifests
44 44 crosschecking files in changesets and manifests
45 45 checking files
46 1 files, 2 changesets, 2 total revisions
46 checked 2 changesets with 2 changes to 1 files
47 47
48 48 pushing to test-revflag-2
49 49 searching for changes
@@ -55,7 +55,7 b" Testing of the '--rev' flag"
55 55 checking manifests
56 56 crosschecking files in changesets and manifests
57 57 checking files
58 1 files, 3 changesets, 3 total revisions
58 checked 3 changesets with 3 changes to 1 files
59 59
60 60 pushing to test-revflag-3
61 61 searching for changes
@@ -67,7 +67,7 b" Testing of the '--rev' flag"
67 67 checking manifests
68 68 crosschecking files in changesets and manifests
69 69 checking files
70 1 files, 4 changesets, 4 total revisions
70 checked 4 changesets with 4 changes to 1 files
71 71
72 72 pushing to test-revflag-4
73 73 searching for changes
@@ -79,7 +79,7 b" Testing of the '--rev' flag"
79 79 checking manifests
80 80 crosschecking files in changesets and manifests
81 81 checking files
82 1 files, 2 changesets, 2 total revisions
82 checked 2 changesets with 2 changes to 1 files
83 83
84 84 pushing to test-revflag-5
85 85 searching for changes
@@ -91,7 +91,7 b" Testing of the '--rev' flag"
91 91 checking manifests
92 92 crosschecking files in changesets and manifests
93 93 checking files
94 1 files, 3 changesets, 3 total revisions
94 checked 3 changesets with 3 changes to 1 files
95 95
96 96 pushing to test-revflag-6
97 97 searching for changes
@@ -103,7 +103,7 b" Testing of the '--rev' flag"
103 103 checking manifests
104 104 crosschecking files in changesets and manifests
105 105 checking files
106 2 files, 4 changesets, 5 total revisions
106 checked 4 changesets with 5 changes to 2 files
107 107
108 108 pushing to test-revflag-7
109 109 searching for changes
@@ -115,7 +115,7 b" Testing of the '--rev' flag"
115 115 checking manifests
116 116 crosschecking files in changesets and manifests
117 117 checking files
118 3 files, 5 changesets, 6 total revisions
118 checked 5 changesets with 6 changes to 3 files
119 119
120 120 pushing to test-revflag-8
121 121 searching for changes
@@ -127,7 +127,7 b" Testing of the '--rev' flag"
127 127 checking manifests
128 128 crosschecking files in changesets and manifests
129 129 checking files
130 2 files, 5 changesets, 5 total revisions
130 checked 5 changesets with 5 changes to 2 files
131 131
132 132 $ cd test-revflag-8
133 133
@@ -146,7 +146,7 b" Testing of the '--rev' flag"
146 146 checking manifests
147 147 crosschecking files in changesets and manifests
148 148 checking files
149 4 files, 9 changesets, 7 total revisions
149 checked 9 changesets with 7 changes to 4 files
150 150
151 151 $ cd ..
152 152
@@ -195,7 +195,7 b' Expected to fail:'
195 195 crosschecking files in changesets and manifests
196 196 checking files
197 197 beta@1: dddc47b3ba30 not in manifests
198 2 files, 2 changesets, 4 total revisions
198 checked 2 changesets with 4 changes to 2 files
199 199 1 integrity errors encountered!
200 200 (first damaged changeset appears to be 1)
201 201 [1]
@@ -230,7 +230,7 b' Expected to fail:'
230 230 crosschecking files in changesets and manifests
231 231 checking files
232 232 beta@1: manifest refers to unknown revision dddc47b3ba30
233 2 files, 2 changesets, 2 total revisions
233 checked 2 changesets with 2 changes to 2 files
234 234 1 integrity errors encountered!
235 235 (first damaged changeset appears to be 1)
236 236 [1]
@@ -63,7 +63,7 b''
63 63 (expected 1)
64 64 b@?: 736c29771fba not in manifests
65 65 warning: orphan data file 'data/c.i'
66 2 files, 2 changesets, 3 total revisions
66 checked 2 changesets with 3 changes to 2 files
67 67 2 warnings encountered!
68 68 2 integrity errors encountered!
69 69 % journal contents
@@ -76,7 +76,7 b''
76 76 checking manifests
77 77 crosschecking files in changesets and manifests
78 78 checking files
79 2 files, 2 changesets, 2 total revisions
79 checked 2 changesets with 2 changes to 2 files
80 80 $ teststrip 0 2 r .hg/store/data/b.i
81 81 % before update 0, strip 2
82 82 changeset: 0:cb9a9f314b8b
@@ -90,7 +90,7 b''
90 90 checking manifests
91 91 crosschecking files in changesets and manifests
92 92 checking files
93 3 files, 4 changesets, 4 total revisions
93 checked 4 changesets with 4 changes to 3 files
94 94 % journal contents
95 95 (no journal)
96 96 $ teststrip 0 2 w .hg/store/00manifest.i
@@ -120,7 +120,7 b''
120 120 b@?: rev 1 points to nonexistent changeset 2
121 121 (expected 1)
122 122 c@?: rev 0 points to nonexistent changeset 3
123 3 files, 2 changesets, 4 total revisions
123 checked 2 changesets with 4 changes to 3 files
124 124 1 warnings encountered!
125 125 7 integrity errors encountered!
126 126 (first damaged changeset appears to be 3)
@@ -134,6 +134,6 b''
134 134 checking manifests
135 135 crosschecking files in changesets and manifests
136 136 checking files
137 2 files, 2 changesets, 2 total revisions
137 checked 2 changesets with 2 changes to 2 files
138 138
139 139 $ cd ..
@@ -9,7 +9,7 b' setup repo'
9 9 checking manifests
10 10 crosschecking files in changesets and manifests
11 11 checking files
12 1 files, 1 changesets, 1 total revisions
12 checked 1 changesets with 1 changes to 1 files
13 13 $ hg parents
14 14 changeset: 0:1f0dee641bb7
15 15 tag: tip
@@ -28,7 +28,7 b' rollback to null revision'
28 28 checking manifests
29 29 crosschecking files in changesets and manifests
30 30 checking files
31 0 files, 0 changesets, 0 total revisions
31 checked 0 changesets with 0 changes to 0 files
32 32 $ hg parents
33 33 $ hg status
34 34 A a
@@ -197,7 +197,7 b' corrupt journal test'
197 197 checking manifests
198 198 crosschecking files in changesets and manifests
199 199 checking files
200 1 files, 2 changesets, 2 total revisions
200 checked 2 changesets with 2 changes to 1 files
201 201
202 202 rollback disabled by config
203 203 $ cat >> $HGRCPATH <<EOF
@@ -436,7 +436,7 b' An I/O error writing "rollback completed'
436 436 checking manifests
437 437 crosschecking files in changesets and manifests
438 438 checking files
439 1 files, 1 changesets, 1 total revisions
439 checked 1 changesets with 1 changes to 1 files
440 440
441 441 $ cd ..
442 442
@@ -461,6 +461,6 b' of a transaction.'
461 461 checking manifests
462 462 crosschecking files in changesets and manifests
463 463 checking files
464 1 files, 2 changesets, 2 total revisions
464 checked 2 changesets with 2 changes to 1 files
465 465
466 466 $ cd ..
@@ -10,7 +10,7 b''
10 10 checking manifests
11 11 crosschecking files in changesets and manifests
12 12 checking files
13 1 files, 1 changesets, 1 total revisions
13 checked 1 changesets with 1 changes to 1 files
14 14
15 15 $ hg clone . ../branch
16 16 updating to branch default
@@ -39,7 +39,7 b''
39 39 checking manifests
40 40 crosschecking files in changesets and manifests
41 41 checking files
42 1 files, 2 changesets, 2 total revisions
42 checked 2 changesets with 2 changes to 1 files
43 43
44 44 $ hg co
45 45 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
@@ -84,7 +84,7 b' clone remote via stream'
84 84 checking manifests
85 85 crosschecking files in changesets and manifests
86 86 checking files
87 2 files, 3 changesets, 2 total revisions
87 checked 3 changesets with 2 changes to 2 files
88 88 $ hg branches
89 89 default 0:1160648e36ce
90 90 $ cd ..
@@ -128,7 +128,7 b' verify'
128 128 checking manifests
129 129 crosschecking files in changesets and manifests
130 130 checking files
131 2 files, 3 changesets, 2 total revisions
131 checked 3 changesets with 2 changes to 2 files
132 132 $ cat >> .hg/hgrc <<EOF
133 133 > [hooks]
134 134 > changegroup = sh -c "printenv.py changegroup-in-local 0 ../dummylog"
@@ -227,7 +227,7 b' check remote tip'
227 227 checking manifests
228 228 crosschecking files in changesets and manifests
229 229 checking files
230 2 files, 4 changesets, 3 total revisions
230 checked 4 changesets with 3 changes to 2 files
231 231 $ hg cat -r tip foo
232 232 bleah
233 233 $ echo z > z
@@ -45,7 +45,7 b' clone remote via stream'
45 45 checking manifests
46 46 crosschecking files in changesets and manifests
47 47 checking files
48 1 files, 1 changesets, 1 total revisions
48 checked 1 changesets with 1 changes to 1 files
49 49 adding changesets
50 50 adding manifests
51 51 adding file changes
@@ -57,7 +57,7 b' clone remote via stream'
57 57 checking manifests
58 58 crosschecking files in changesets and manifests
59 59 checking files
60 1 files, 2 changesets, 2 total revisions
60 checked 2 changesets with 2 changes to 1 files
61 61 adding changesets
62 62 adding manifests
63 63 adding file changes
@@ -69,7 +69,7 b' clone remote via stream'
69 69 checking manifests
70 70 crosschecking files in changesets and manifests
71 71 checking files
72 1 files, 3 changesets, 3 total revisions
72 checked 3 changesets with 3 changes to 1 files
73 73 adding changesets
74 74 adding manifests
75 75 adding file changes
@@ -81,7 +81,7 b' clone remote via stream'
81 81 checking manifests
82 82 crosschecking files in changesets and manifests
83 83 checking files
84 1 files, 4 changesets, 4 total revisions
84 checked 4 changesets with 4 changes to 1 files
85 85 adding changesets
86 86 adding manifests
87 87 adding file changes
@@ -93,7 +93,7 b' clone remote via stream'
93 93 checking manifests
94 94 crosschecking files in changesets and manifests
95 95 checking files
96 1 files, 2 changesets, 2 total revisions
96 checked 2 changesets with 2 changes to 1 files
97 97 adding changesets
98 98 adding manifests
99 99 adding file changes
@@ -105,7 +105,7 b' clone remote via stream'
105 105 checking manifests
106 106 crosschecking files in changesets and manifests
107 107 checking files
108 1 files, 3 changesets, 3 total revisions
108 checked 3 changesets with 3 changes to 1 files
109 109 adding changesets
110 110 adding manifests
111 111 adding file changes
@@ -117,7 +117,7 b' clone remote via stream'
117 117 checking manifests
118 118 crosschecking files in changesets and manifests
119 119 checking files
120 2 files, 4 changesets, 5 total revisions
120 checked 4 changesets with 5 changes to 2 files
121 121 adding changesets
122 122 adding manifests
123 123 adding file changes
@@ -129,7 +129,7 b' clone remote via stream'
129 129 checking manifests
130 130 crosschecking files in changesets and manifests
131 131 checking files
132 3 files, 5 changesets, 6 total revisions
132 checked 5 changesets with 6 changes to 3 files
133 133 adding changesets
134 134 adding manifests
135 135 adding file changes
@@ -141,7 +141,7 b' clone remote via stream'
141 141 checking manifests
142 142 crosschecking files in changesets and manifests
143 143 checking files
144 2 files, 5 changesets, 5 total revisions
144 checked 5 changesets with 5 changes to 2 files
145 145 $ cd test-8
146 146 $ hg pull ../test-7
147 147 pulling from ../test-7
@@ -157,7 +157,7 b' clone remote via stream'
157 157 checking manifests
158 158 crosschecking files in changesets and manifests
159 159 checking files
160 4 files, 9 changesets, 7 total revisions
160 checked 9 changesets with 7 changes to 4 files
161 161 $ cd ..
162 162 $ cd test-1
163 163 $ hg pull -e "\"$PYTHON\" \"$TESTDIR/dummyssh\"" -r 4 ssh://user@dummy/remote
@@ -174,7 +174,7 b' clone remote via stream'
174 174 checking manifests
175 175 crosschecking files in changesets and manifests
176 176 checking files
177 1 files, 3 changesets, 2 total revisions
177 checked 3 changesets with 2 changes to 1 files
178 178 $ hg pull -e "\"$PYTHON\" \"$TESTDIR/dummyssh\"" ssh://user@dummy/remote
179 179 pulling from ssh://user@dummy/remote
180 180 searching for changes
@@ -200,7 +200,7 b' clone remote via stream'
200 200 checking manifests
201 201 crosschecking files in changesets and manifests
202 202 checking files
203 1 files, 5 changesets, 3 total revisions
203 checked 5 changesets with 3 changes to 1 files
204 204 $ hg pull -e "\"$PYTHON\" \"$TESTDIR/dummyssh\"" ssh://user@dummy/remote
205 205 pulling from ssh://user@dummy/remote
206 206 searching for changes
@@ -215,6 +215,6 b' clone remote via stream'
215 215 checking manifests
216 216 crosschecking files in changesets and manifests
217 217 checking files
218 4 files, 9 changesets, 7 total revisions
218 checked 9 changesets with 7 changes to 4 files
219 219
220 220 $ cd ..
@@ -72,7 +72,7 b' clone remote via stream'
72 72 checking manifests
73 73 crosschecking files in changesets and manifests
74 74 checking files
75 2 files, 3 changesets, 2 total revisions
75 checked 3 changesets with 2 changes to 2 files
76 76 $ hg branches
77 77 default 0:1160648e36ce
78 78 $ cd ..
@@ -116,7 +116,7 b' verify'
116 116 checking manifests
117 117 crosschecking files in changesets and manifests
118 118 checking files
119 2 files, 3 changesets, 2 total revisions
119 checked 3 changesets with 2 changes to 2 files
120 120 $ cat >> .hg/hgrc <<EOF
121 121 > [hooks]
122 122 > changegroup = sh -c "printenv.py changegroup-in-local 0 ../dummylog"
@@ -215,7 +215,7 b' check remote tip'
215 215 checking manifests
216 216 crosschecking files in changesets and manifests
217 217 checking files
218 2 files, 4 changesets, 3 total revisions
218 checked 4 changesets with 3 changes to 2 files
219 219 $ hg cat -r tip foo
220 220 bleah
221 221 $ echo z > z
@@ -43,7 +43,7 b' one pull'
43 43 checking manifests
44 44 crosschecking files in changesets and manifests
45 45 checking files
46 2 files, 1 changesets, 2 total revisions
46 checked 1 changesets with 2 changes to 2 files
47 47 $ cat bar
48 48 foo
49 49 $ cd ../remote
@@ -130,7 +130,7 b' test with "/" URI (issue747) and subrepo'
130 130 checking manifests
131 131 crosschecking files in changesets and manifests
132 132 checking files
133 3 files, 1 changesets, 3 total revisions
133 checked 1 changesets with 3 changes to 3 files
134 134 checking subrepo links
135 135 $ cat a
136 136 a
@@ -151,7 +151,7 b' test with empty repo (issue965)'
151 151 checking manifests
152 152 crosschecking files in changesets and manifests
153 153 checking files
154 0 files, 0 changesets, 0 total revisions
154 checked 0 changesets with 0 changes to 0 files
155 155 $ hg paths
156 156 default = static-http://localhost:$HGPORT/remotempty
157 157
@@ -103,7 +103,7 b' 2 1 0 2 0 1 2'
103 103 checking manifests
104 104 crosschecking files in changesets and manifests
105 105 checking files
106 7 files, 4 changesets, 15 total revisions
106 checked 4 changesets with 15 changes to 7 files
107 107
108 108 % Trying to strip revision 1
109 109 saved backup bundle to $TESTTMP/1/.hg/strip-backup/*-backup.hg (glob)
@@ -112,7 +112,7 b' 2 1 0 2 0 1 2'
112 112 checking manifests
113 113 crosschecking files in changesets and manifests
114 114 checking files
115 7 files, 4 changesets, 14 total revisions
115 checked 4 changesets with 14 changes to 7 files
116 116
117 117 % Trying to strip revision 2
118 118 saved backup bundle to $TESTTMP/2/.hg/strip-backup/*-backup.hg (glob)
@@ -121,7 +121,7 b' 2 1 0 2 0 1 2'
121 121 checking manifests
122 122 crosschecking files in changesets and manifests
123 123 checking files
124 7 files, 4 changesets, 14 total revisions
124 checked 4 changesets with 14 changes to 7 files
125 125
126 126 % Trying to strip revision 3
127 127 saved backup bundle to $TESTTMP/3/.hg/strip-backup/*-backup.hg (glob)
@@ -130,7 +130,7 b' 2 1 0 2 0 1 2'
130 130 checking manifests
131 131 crosschecking files in changesets and manifests
132 132 checking files
133 7 files, 4 changesets, 19 total revisions
133 checked 4 changesets with 19 changes to 7 files
134 134
135 135 % Trying to strip revision 4
136 136 saved backup bundle to $TESTTMP/4/.hg/strip-backup/*-backup.hg (glob)
@@ -139,5 +139,5 b' 2 1 0 2 0 1 2'
139 139 checking manifests
140 140 crosschecking files in changesets and manifests
141 141 checking files
142 7 files, 4 changesets, 19 total revisions
142 checked 4 changesets with 19 changes to 7 files
143 143
@@ -114,7 +114,7 b' verify will warn if locked-in subrepo re'
114 114 checking manifests
115 115 crosschecking files in changesets and manifests
116 116 checking files
117 2 files, 5 changesets, 5 total revisions
117 checked 5 changesets with 5 changes to 2 files
118 118 checking subrepo links
119 119 subrepo 'subrepo' is hidden in revision a66de08943b6
120 120 subrepo 'subrepo' is hidden in revision 674d05939c1e
@@ -128,7 +128,7 b" verifying shouldn't init a new subrepo i"
128 128 checking manifests
129 129 crosschecking files in changesets and manifests
130 130 checking files
131 2 files, 5 changesets, 5 total revisions
131 checked 5 changesets with 5 changes to 2 files
132 132 checking subrepo links
133 133 0: repository $TESTTMP/repo/subrepo not found
134 134 1: repository $TESTTMP/repo/subrepo not found
@@ -410,7 +410,7 b' Pushing to an empty repo works'
410 410 checking directory manifests
411 411 crosschecking files in changesets and manifests
412 412 checking files
413 10 files, 11 changesets, 15 total revisions
413 checked 11 changesets with 15 changes to 10 files
414 414
415 415 Create deeper repo with tree manifests.
416 416
@@ -578,7 +578,7 b' Verify works'
578 578 checking directory manifests
579 579 crosschecking files in changesets and manifests
580 580 checking files
581 8 files, 4 changesets, 18 total revisions
581 checked 4 changesets with 18 changes to 8 files
582 582
583 583 #if repofncache
584 584 Dirlogs are included in fncache
@@ -636,7 +636,7 b' Verify reports missing dirlog'
636 636 b/bar/orange/fly/housefly.txt@0: in changeset but not in manifest
637 637 b/foo/apple/bees/flower.py@0: in changeset but not in manifest
638 638 checking files
639 8 files, 4 changesets, 18 total revisions
639 checked 4 changesets with 18 changes to 8 files
640 640 6 warnings encountered! (reporevlogstore !)
641 641 9 integrity errors encountered!
642 642 (first damaged changeset appears to be 0)
@@ -661,7 +661,7 b' Verify reports missing dirlog entry'
661 661 (expected None)
662 662 crosschecking files in changesets and manifests
663 663 checking files
664 8 files, 4 changesets, 18 total revisions
664 checked 4 changesets with 18 changes to 8 files
665 665 2 warnings encountered!
666 666 8 integrity errors encountered!
667 667 (first damaged changeset appears to be 2)
@@ -718,7 +718,7 b' Verify passes.'
718 718 checking directory manifests
719 719 crosschecking files in changesets and manifests
720 720 checking files
721 8 files, 4 changesets, 18 total revisions
721 checked 4 changesets with 18 changes to 8 files
722 722 $ cd ..
723 723
724 724 #if reporevlogstore
@@ -766,7 +766,7 b' Local clone with basicstore'
766 766 checking directory manifests
767 767 crosschecking files in changesets and manifests
768 768 checking files
769 8 files, 4 changesets, 18 total revisions
769 checked 4 changesets with 18 changes to 8 files
770 770
771 771 Local clone with encodedstore
772 772 $ hg clone -U deeprepo-encodedstore local-clone-encodedstore
@@ -776,7 +776,7 b' Local clone with encodedstore'
776 776 checking directory manifests
777 777 crosschecking files in changesets and manifests
778 778 checking files
779 8 files, 4 changesets, 18 total revisions
779 checked 4 changesets with 18 changes to 8 files
780 780
781 781 Local clone with fncachestore
782 782 $ hg clone -U deeprepo local-clone-fncachestore
@@ -786,7 +786,7 b' Local clone with fncachestore'
786 786 checking directory manifests
787 787 crosschecking files in changesets and manifests
788 788 checking files
789 8 files, 4 changesets, 18 total revisions
789 checked 4 changesets with 18 changes to 8 files
790 790
791 791 Stream clone with basicstore
792 792 $ hg clone --config experimental.changegroup3=True --stream -U \
@@ -802,7 +802,7 b' Stream clone with basicstore'
802 802 checking directory manifests
803 803 crosschecking files in changesets and manifests
804 804 checking files
805 8 files, 4 changesets, 18 total revisions
805 checked 4 changesets with 18 changes to 8 files
806 806
807 807 Stream clone with encodedstore
808 808 $ hg clone --config experimental.changegroup3=True --stream -U \
@@ -818,7 +818,7 b' Stream clone with encodedstore'
818 818 checking directory manifests
819 819 crosschecking files in changesets and manifests
820 820 checking files
821 8 files, 4 changesets, 18 total revisions
821 checked 4 changesets with 18 changes to 8 files
822 822
823 823 Stream clone with fncachestore
824 824 $ hg clone --config experimental.changegroup3=True --stream -U \
@@ -834,7 +834,7 b' Stream clone with fncachestore'
834 834 checking directory manifests
835 835 crosschecking files in changesets and manifests
836 836 checking files
837 8 files, 4 changesets, 18 total revisions
837 checked 4 changesets with 18 changes to 8 files
838 838
839 839 Packed bundle
840 840 $ hg -R deeprepo debugcreatestreamclonebundle repo-packed.hg
@@ -138,7 +138,7 b' union repos can be cloned ... and clones'
138 138 checking manifests
139 139 crosschecking files in changesets and manifests
140 140 checking files
141 6 files, 6 changesets, 11 total revisions
141 checked 6 changesets with 11 changes to 6 files
142 142
143 143 $ hg -R repo3 heads --template '{rev}:{node|short} {desc|firstline}\n'
144 144 5:2f0d178c469c repo2-3
@@ -406,7 +406,7 b' verify should be happy'
406 406 checking manifests
407 407 crosschecking files in changesets and manifests
408 408 checking files
409 3 files, 3 changesets, 3 total revisions
409 checked 3 changesets with 3 changes to 3 files
410 410
411 411 old store should be backed up
412 412
@@ -613,7 +613,7 b' Check upgrading a large file repository'
613 613 checking manifests
614 614 crosschecking files in changesets and manifests
615 615 checking files
616 2 files, 2 changesets, 2 total revisions
616 checked 2 changesets with 2 changes to 2 files
617 617 $ hg debugdata lfs.bin 0
618 618 version https://git-lfs.github.com/spec/v1
619 619 oid sha256:d0beab232adff5ba365880366ad30b1edb85c4c5372442b5d2fe27adc96d653f
@@ -20,7 +20,7 b' verify'
20 20 checking manifests
21 21 crosschecking files in changesets and manifests
22 22 checking files
23 3 files, 1 changesets, 3 total revisions
23 checked 1 changesets with 3 changes to 3 files
24 24
25 25 verify with journal
26 26
@@ -31,7 +31,7 b' verify with journal'
31 31 checking manifests
32 32 crosschecking files in changesets and manifests
33 33 checking files
34 3 files, 1 changesets, 3 total revisions
34 checked 1 changesets with 3 changes to 3 files
35 35 $ rm .hg/store/journal
36 36
37 37 introduce some bugs in repo
@@ -55,7 +55,7 b' introduce some bugs in repo'
55 55 warning: revlog 'data/bar.txt.i' not in fncache!
56 56 0: empty or missing bar.txt
57 57 bar.txt@0: manifest refers to unknown revision 256559129457
58 3 files, 1 changesets, 0 total revisions
58 checked 1 changesets with 0 changes to 3 files
59 59 3 warnings encountered!
60 60 hint: run "hg debugrebuildfncache" to recover from corrupt fncache
61 61 6 integrity errors encountered!
@@ -280,7 +280,7 b' test changelog without a manifest'
280 280 checking manifests
281 281 crosschecking files in changesets and manifests
282 282 checking files
283 0 files, 1 changesets, 0 total revisions
283 checked 1 changesets with 0 changes to 0 files
284 284
285 285 test revlog corruption
286 286
@@ -299,7 +299,7 b' test revlog corruption'
299 299 checking files
300 300 a@1: broken revlog! (index data/a.i is corrupted)
301 301 warning: orphan data file 'data/a.i'
302 1 files, 2 changesets, 0 total revisions
302 checked 2 changesets with 0 changes to 1 files
303 303 1 warnings encountered!
304 304 1 integrity errors encountered!
305 305 (first damaged changeset appears to be 1)
@@ -317,7 +317,7 b' test revlog format 0'
317 317 checking manifests
318 318 crosschecking files in changesets and manifests
319 319 checking files
320 1 files, 1 changesets, 1 total revisions
320 checked 1 changesets with 1 changes to 1 files
321 321 $ cd ..
322 322
323 323 test flag processor and skipflags
@@ -335,7 +335,7 b' test flag processor and skipflags'
335 335 checking manifests
336 336 crosschecking files in changesets and manifests
337 337 checking files
338 1 files, 1 changesets, 1 total revisions
338 checked 1 changesets with 1 changes to 1 files
339 339
340 340 $ cat >> $TESTTMP/break-base64.py <<EOF
341 341 > from __future__ import absolute_import
@@ -352,7 +352,7 b' test flag processor and skipflags'
352 352 crosschecking files in changesets and manifests
353 353 checking files
354 354 base64@0: unpacking 794cee7777cb: integrity check failed on data/base64.i:0
355 1 files, 1 changesets, 1 total revisions
355 checked 1 changesets with 1 changes to 1 files
356 356 1 integrity errors encountered!
357 357 (first damaged changeset appears to be 0)
358 358 [1]
@@ -361,5 +361,5 b' test flag processor and skipflags'
361 361 checking manifests
362 362 crosschecking files in changesets and manifests
363 363 checking files
364 1 files, 1 changesets, 1 total revisions
364 checked 1 changesets with 1 changes to 1 files
365 365
General Comments 0
You need to be logged in to leave comments. Login now