Mercurial > public > mercurial-scm > hg-stable
diff 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 |
line wrap: on
line diff
--- a/tests/test-push.t Tue Apr 03 10:04:30 2018 -0700 +++ b/tests/test-push.t Tue Apr 03 18:16:04 2018 -0700 @@ -173,6 +173,8 @@ updating to branch default 2 files updated, 0 files merged, 0 files removed, 0 files unresolved +#if reporevlogstore + Test spurious filelog entries: $ cd test-validation-clone @@ -246,6 +248,8 @@ $ cd .. +#endif + Test push hook locking =====================