##// END OF EJS Templates
test-transaction-safety: glog out irrelevant flag...
marmoute -
r52073:2e0b2a38 default
parent child Browse files
Show More
@@ -155,7 +155,7 b' the repository should still be inline (f'
155 155 #if revlogv1
156 156
157 157 $ hg debugrevlog of | grep inline
158 flags : inline, generaldelta
158 flags : inline, * (glob)
159 159
160 160 #endif
161 161
@@ -167,7 +167,7 b' the repository should still be inline (f'
167 167 #if revlogv1
168 168
169 169 $ hg debugrevlog of | grep inline
170 flags : inline, generaldelta
170 flags : inline, * (glob)
171 171
172 172 #endif
173 173
@@ -180,7 +180,7 b' the repository should still be inline (f'
180 180 #if revlogv1
181 181
182 182 $ hg debugrevlog of | grep inline
183 flags : inline, generaldelta
183 flags : inline, * (glob)
184 184
185 185 #endif
186 186
@@ -192,7 +192,7 b' the repository should still be inline (f'
192 192 #if revlogv1
193 193
194 194 $ hg debugrevlog of | grep inline
195 flags : inline, generaldelta
195 flags : inline, * (glob)
196 196
197 197 #endif
198 198
@@ -206,7 +206,7 b' the repository should still be inline (f'
206 206 #if revlogv1
207 207
208 208 $ hg debugrevlog of | grep inline
209 flags : inline, generaldelta
209 flags : inline, * (glob)
210 210
211 211 #endif
212 212
@@ -218,7 +218,7 b' the repository should no longer be inlin'
218 218 #if revlogv1
219 219
220 220 $ hg debugrevlog of | grep inline
221 flags : inline, generaldelta
221 flags : inline, * (glob)
222 222
223 223 #endif
224 224
General Comments 0
You need to be logged in to leave comments. Login now