Mercurial > hg
changeset 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 | 0611c954da90 |
children | b09a25d74592 |
files | tests/test-push.t |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
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 =====================