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