##// 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 date: Thu Jan 01 00:00:00 1970 +0000
82 date: Thu Jan 01 00:00:00 1970 +0000
83 summary: _
83 summary: _
84
84
85 $ hg verify
85 $ hg verify -q
86 checking changesets
87 checking manifests
88 crosschecking files in changesets and manifests
89 checking files
90 warning: revlog 'data/file.d' not in fncache!
86 warning: revlog 'data/file.d' not in fncache!
91 checked 2 changesets with 2 changes to 1 files
92 1 warnings encountered!
87 1 warnings encountered!
93 hint: run "hg debugrebuildfncache" to recover from corrupt fncache
88 hint: run "hg debugrebuildfncache" to recover from corrupt fncache
94 $ cd ..
89 $ cd ..
@@ -133,12 +128,7 b' where the data file is left as garbage.'
133 date: Thu Jan 01 00:00:00 1970 +0000
128 date: Thu Jan 01 00:00:00 1970 +0000
134 summary: _
129 summary: _
135
130
136 $ hg verify
131 $ hg verify -q
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
142 $ cd ..
132 $ cd ..
143
133
144
134
@@ -170,13 +160,8 b' Repeat the original test but let hg roll'
170 date: Thu Jan 01 00:00:00 1970 +0000
160 date: Thu Jan 01 00:00:00 1970 +0000
171 summary: _
161 summary: _
172
162
173 $ hg verify
163 $ hg verify -q
174 checking changesets
175 checking manifests
176 crosschecking files in changesets and manifests
177 checking files
178 warning: revlog 'data/file.d' not in fncache!
164 warning: revlog 'data/file.d' not in fncache!
179 checked 2 changesets with 2 changes to 1 files
180 1 warnings encountered!
165 1 warnings encountered!
181 hint: run "hg debugrebuildfncache" to recover from corrupt fncache
166 hint: run "hg debugrebuildfncache" to recover from corrupt fncache
182 $ cd ..
167 $ cd ..
General Comments 0
You need to be logged in to leave comments. Login now