comparison tests/test-push.t @ 37344:e1942c196f66

tests: skip filelog damage tests when not using revlogs Differential Revision: https://phab.mercurial-scm.org/D3042
author Gregory Szorc <gregory.szorc@gmail.com>
date Tue, 03 Apr 2018 18:16:04 -0700
parents 4441705b7111
children 89630d0b3e23
comparison
equal deleted inserted replaced
37343:0611c954da90 37344:e1942c196f66
170 170
171 $ cd .. 171 $ cd ..
172 $ hg clone test-validation test-validation-clone 172 $ hg clone test-validation test-validation-clone
173 updating to branch default 173 updating to branch default
174 2 files updated, 0 files merged, 0 files removed, 0 files unresolved 174 2 files updated, 0 files merged, 0 files removed, 0 files unresolved
175
176 #if reporevlogstore
175 177
176 Test spurious filelog entries: 178 Test spurious filelog entries:
177 179
178 $ cd test-validation-clone 180 $ cd test-validation-clone
179 $ echo blah >> beta 181 $ echo blah >> beta
244 abort: missing file data for beta:dddc47b3ba30e54484720ce0f4f768a0f4b6efb9 - run hg verify 246 abort: missing file data for beta:dddc47b3ba30e54484720ce0f4f768a0f4b6efb9 - run hg verify
245 [255] 247 [255]
246 248
247 $ cd .. 249 $ cd ..
248 250
251 #endif
252
249 Test push hook locking 253 Test push hook locking
250 ===================== 254 =====================
251 255
252 $ hg init 1 256 $ hg init 1
253 257