D3042: tests: skip filelog damage tests when not using revlogs
indygreg (Gregory Szorc)
phabricator at mercurial-scm.org
Wed Apr 4 01:57:01 UTC 2018
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
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
=====================
To: indygreg, #hg-reviewers
Cc: mercurial-devel
More information about the Mercurial-devel
mailing list