##// END OF EJS Templates
test: reduce noise, so the important bits stand out...
Valentin Gatien-Baron -
r48688:308e843f default
parent child Browse files
Show More
@@ -82,13 +82,8 b' and the second file.i entry should match'
82 82 date: Thu Jan 01 00:00:00 1970 +0000
83 83 summary: _
84 84
85 $ hg verify
86 checking changesets
87 checking manifests
88 crosschecking files in changesets and manifests
89 checking files
85 $ hg verify -q
90 86 warning: revlog 'data/file.d' not in fncache!
91 checked 2 changesets with 2 changes to 1 files
92 87 1 warnings encountered!
93 88 hint: run "hg debugrebuildfncache" to recover from corrupt fncache
94 89 $ cd ..
@@ -133,12 +128,7 b' where the data file is left as garbage.'
133 128 date: Thu Jan 01 00:00:00 1970 +0000
134 129 summary: _
135 130
136 $ hg verify
137 checking changesets
138 checking manifests
139 crosschecking files in changesets and manifests
140 checking files
141 checked 2 changesets with 2 changes to 1 files
131 $ hg verify -q
142 132 $ cd ..
143 133
144 134
@@ -170,13 +160,8 b' Repeat the original test but let hg roll'
170 160 date: Thu Jan 01 00:00:00 1970 +0000
171 161 summary: _
172 162
173 $ hg verify
174 checking changesets
175 checking manifests
176 crosschecking files in changesets and manifests
177 checking files
163 $ hg verify -q
178 164 warning: revlog 'data/file.d' not in fncache!
179 checked 2 changesets with 2 changes to 1 files
180 165 1 warnings encountered!
181 166 hint: run "hg debugrebuildfncache" to recover from corrupt fncache
182 167 $ cd ..
General Comments 0
You need to be logged in to leave comments. Login now