From patchwork Wed Apr 4 01:57:01 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: D3042: tests: skip filelog damage tests when not using revlogs From: phabricator X-Patchwork-Id: 30229 Message-Id: <340793402146b66562a5ecefd6f9cba1@localhost.localdomain> To: mercurial-devel@mercurial-scm.org Date: Wed, 4 Apr 2018 01:57:01 +0000 indygreg updated this revision to Diff 7598. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D3042?vs=7568&id=7598 REVISION DETAIL https://phab.mercurial-scm.org/D3042 AFFECTED FILES tests/test-push.t CHANGE DETAILS To: indygreg, #hg-reviewers Cc: mercurial-devel diff --git a/tests/test-push.t b/tests/test-push.t --- a/tests/test-push.t +++ b/tests/test-push.t @@ -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 =====================