D3103: tests: disable shallow narrow tests with simple store

indygreg (Gregory Szorc) phabricator at mercurial-scm.org
Fri Apr 6 21:21:19 EDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG8d033b348d85: tests: disable shallow narrow tests with simple store (authored by indygreg, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D3103?vs=7685&id=7829

REVISION DETAIL
  https://phab.mercurial-scm.org/D3103

AFFECTED FILES
  tests/test-narrow-shallow-merges.t
  tests/test-narrow-shallow.t

CHANGE DETAILS

diff --git a/tests/test-narrow-shallow.t b/tests/test-narrow-shallow.t
--- a/tests/test-narrow-shallow.t
+++ b/tests/test-narrow-shallow.t
@@ -1,3 +1,5 @@
+#require no-reposimplestore
+
   $ . "$TESTDIR/narrow-library.sh"
 
   $ hg init master
diff --git a/tests/test-narrow-shallow-merges.t b/tests/test-narrow-shallow-merges.t
--- a/tests/test-narrow-shallow-merges.t
+++ b/tests/test-narrow-shallow-merges.t
@@ -1,3 +1,5 @@
+#require no-reposimplestore
+
   $ . "$TESTDIR/narrow-library.sh"
 
 create full repo



To: indygreg, durin42, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list