diff --git a/tests/test-bundle.t b/tests/test-bundle.t --- a/tests/test-bundle.t +++ b/tests/test-bundle.t @@ -1,9 +1,3 @@ -TRANSITIONAL CONFIG - $ cat << EOF >> $HGRCPATH - > [format] - > sparse-revlog = yes - > EOF - Setting up test $ hg init test diff --git a/tests/test-clone-uncompressed.t b/tests/test-clone-uncompressed.t --- a/tests/test-clone-uncompressed.t +++ b/tests/test-clone-uncompressed.t @@ -1,9 +1,3 @@ -TRANSITIONAL CONFIG - $ cat << EOF >> $HGRCPATH - > [format] - > sparse-revlog = yes - > EOF - #require serve no-reposimplestore no-chg #testcases stream-legacy stream-bundle2 diff --git a/tests/test-clonebundles.t b/tests/test-clonebundles.t --- a/tests/test-clonebundles.t +++ b/tests/test-clonebundles.t @@ -1,9 +1,3 @@ -TRANSITIONAL CONFIG - $ cat << EOF >> $HGRCPATH - > [format] - > sparse-revlog = yes - > EOF - #require no-reposimplestore no-chg Set up a server diff --git a/tests/test-debugcommands.t b/tests/test-debugcommands.t --- a/tests/test-debugcommands.t +++ b/tests/test-debugcommands.t @@ -1,9 +1,3 @@ -TRANSITIONAL CONFIG - $ cat << EOF >> $HGRCPATH - > [format] - > sparse-revlog = yes - > EOF - $ cat << EOF >> $HGRCPATH > [ui] > interactive=yes diff --git a/tests/test-hgweb-commands.t b/tests/test-hgweb-commands.t --- a/tests/test-hgweb-commands.t +++ b/tests/test-hgweb-commands.t @@ -1,9 +1,3 @@ -TRANSITIONAL CONFIG - $ cat << EOF >> $HGRCPATH - > [format] - > sparse-revlog = yes - > EOF - #require serve An attempt at more fully testing the hgweb web interface. diff --git a/tests/test-http-protocol.t b/tests/test-http-protocol.t --- a/tests/test-http-protocol.t +++ b/tests/test-http-protocol.t @@ -1,9 +1,3 @@ -TRANSITIONAL CONFIG - $ cat << EOF >> $HGRCPATH - > [format] - > sparse-revlog = yes - > EOF - #require no-chg $ . $TESTDIR/wireprotohelpers.sh diff --git a/tests/test-init.t b/tests/test-init.t --- a/tests/test-init.t +++ b/tests/test-init.t @@ -1,9 +1,3 @@ -TRANSITIONAL CONFIG - $ cat << EOF >> $HGRCPATH - > [format] - > sparse-revlog = yes - > EOF - This test tries to exercise the ssh functionality with a dummy script $ checknewrepo() diff --git a/tests/test-lfconvert.t b/tests/test-lfconvert.t --- a/tests/test-lfconvert.t +++ b/tests/test-lfconvert.t @@ -1,9 +1,3 @@ -TRANSITIONAL CONFIG - $ cat << EOF >> $HGRCPATH - > [format] - > sparse-revlog = yes - > EOF - $ USERCACHE="$TESTTMP/cache"; export USERCACHE $ mkdir "${USERCACHE}" $ cat >> $HGRCPATH <> $HGRCPATH - > [format] - > sparse-revlog = yes - > EOF - #require no-reposimplestore no-chg This tests the interaction between the largefiles and lfs extensions, and diff --git a/tests/test-lfs-serve.t b/tests/test-lfs-serve.t --- a/tests/test-lfs-serve.t +++ b/tests/test-lfs-serve.t @@ -1,9 +1,3 @@ -TRANSITIONAL CONFIG - $ cat << EOF >> $HGRCPATH - > [format] - > sparse-revlog = yes - > EOF - #testcases lfsremote-on lfsremote-off #require serve no-reposimplestore no-chg diff --git a/tests/test-narrow-clone-no-ellipsis.t b/tests/test-narrow-clone-no-ellipsis.t --- a/tests/test-narrow-clone-no-ellipsis.t +++ b/tests/test-narrow-clone-no-ellipsis.t @@ -1,9 +1,3 @@ -TRANSITIONAL CONFIG - $ cat << EOF >> $HGRCPATH - > [format] - > sparse-revlog = yes - > EOF - $ . "$TESTDIR/narrow-library.sh" $ hg init master diff --git a/tests/test-narrow-clone-stream.t b/tests/test-narrow-clone-stream.t --- a/tests/test-narrow-clone-stream.t +++ b/tests/test-narrow-clone-stream.t @@ -1,9 +1,3 @@ -TRANSITIONAL CONFIG - $ cat << EOF >> $HGRCPATH - > [format] - > sparse-revlog = yes - > EOF - #testcases tree flat-fncache flat-nofncache Tests narrow stream clones diff --git a/tests/test-narrow-clone.t b/tests/test-narrow-clone.t --- a/tests/test-narrow-clone.t +++ b/tests/test-narrow-clone.t @@ -1,9 +1,3 @@ -TRANSITIONAL CONFIG - $ cat << EOF >> $HGRCPATH - > [format] - > sparse-revlog = yes - > EOF - $ . "$TESTDIR/narrow-library.sh" $ hg init master diff --git a/tests/test-phases.t b/tests/test-phases.t --- a/tests/test-phases.t +++ b/tests/test-phases.t @@ -1,9 +1,3 @@ -TRANSITIONAL CONFIG - $ cat << EOF >> $HGRCPATH - > [format] - > sparse-revlog = yes - > EOF - $ cat > $TESTTMP/hook.sh << 'EOF' > echo "test-hook-close-phase: $HG_NODE: $HG_OLDPHASE -> $HG_PHASE" > EOF diff --git a/tests/test-remotefilelog-clone-tree.t b/tests/test-remotefilelog-clone-tree.t --- a/tests/test-remotefilelog-clone-tree.t +++ b/tests/test-remotefilelog-clone-tree.t @@ -1,9 +1,3 @@ -TRANSITIONAL CONFIG - $ cat << EOF >> $HGRCPATH - > [format] - > sparse-revlog = yes - > EOF - #require no-windows $ . "$TESTDIR/remotefilelog-library.sh" diff --git a/tests/test-remotefilelog-clone.t b/tests/test-remotefilelog-clone.t --- a/tests/test-remotefilelog-clone.t +++ b/tests/test-remotefilelog-clone.t @@ -1,9 +1,3 @@ -TRANSITIONAL CONFIG - $ cat << EOF >> $HGRCPATH - > [format] - > sparse-revlog = yes - > EOF - #require no-windows $ . "$TESTDIR/remotefilelog-library.sh" diff --git a/tests/test-remotefilelog-log.t b/tests/test-remotefilelog-log.t --- a/tests/test-remotefilelog-log.t +++ b/tests/test-remotefilelog-log.t @@ -1,9 +1,3 @@ -TRANSITIONAL CONFIG - $ cat << EOF >> $HGRCPATH - > [format] - > sparse-revlog = yes - > EOF - #require no-windows $ . "$TESTDIR/remotefilelog-library.sh" diff --git a/tests/test-repo-compengines.t b/tests/test-repo-compengines.t --- a/tests/test-repo-compengines.t +++ b/tests/test-repo-compengines.t @@ -1,9 +1,3 @@ -TRANSITIONAL CONFIG - $ cat << EOF >> $HGRCPATH - > [format] - > sparse-revlog = yes - > EOF - A new repository uses zlib storage, which doesn't need a requirement $ hg init default diff --git a/tests/test-revlog-v2.t b/tests/test-revlog-v2.t --- a/tests/test-revlog-v2.t +++ b/tests/test-revlog-v2.t @@ -1,9 +1,3 @@ -TRANSITIONAL CONFIG - $ cat << EOF >> $HGRCPATH - > [format] - > sparse-revlog = yes - > EOF - #require reporevlogstore A repo with unknown revlogv2 requirement string cannot be opened diff --git a/tests/test-sparse-requirement.t b/tests/test-sparse-requirement.t --- a/tests/test-sparse-requirement.t +++ b/tests/test-sparse-requirement.t @@ -1,9 +1,3 @@ -TRANSITIONAL CONFIG - $ cat << EOF >> $HGRCPATH - > [format] - > sparse-revlog = yes - > EOF - $ hg init repo $ cd repo diff --git a/tests/test-ssh-bundle1.t b/tests/test-ssh-bundle1.t --- a/tests/test-ssh-bundle1.t +++ b/tests/test-ssh-bundle1.t @@ -1,9 +1,3 @@ -TRANSITIONAL CONFIG - $ cat << EOF >> $HGRCPATH - > [format] - > sparse-revlog = yes - > EOF - This test is a duplicate of 'test-http.t' feel free to factor out parts that are not bundle1/bundle2 specific. diff --git a/tests/test-ssh-proto-unbundle.t b/tests/test-ssh-proto-unbundle.t --- a/tests/test-ssh-proto-unbundle.t +++ b/tests/test-ssh-proto-unbundle.t @@ -1,9 +1,3 @@ -TRANSITIONAL CONFIG - $ cat << EOF >> $HGRCPATH - > [format] - > sparse-revlog = yes - > EOF - $ cat > hgrc-sshv2 << EOF > %include $HGRCPATH > [experimental] diff --git a/tests/test-ssh-proto.t b/tests/test-ssh-proto.t --- a/tests/test-ssh-proto.t +++ b/tests/test-ssh-proto.t @@ -1,9 +1,3 @@ -TRANSITIONAL CONFIG - $ cat << EOF >> $HGRCPATH - > [format] - > sparse-revlog = yes - > EOF - #require no-chg $ cat > hgrc-sshv2 << EOF diff --git a/tests/test-ssh.t b/tests/test-ssh.t --- a/tests/test-ssh.t +++ b/tests/test-ssh.t @@ -1,9 +1,3 @@ -TRANSITIONAL CONFIG - $ cat << EOF >> $HGRCPATH - > [format] - > sparse-revlog = yes - > EOF - #testcases sshv1 sshv2 #if sshv2 diff --git a/tests/test-stream-bundle-v2.t b/tests/test-stream-bundle-v2.t --- a/tests/test-stream-bundle-v2.t +++ b/tests/test-stream-bundle-v2.t @@ -1,9 +1,3 @@ -TRANSITIONAL CONFIG - $ cat << EOF >> $HGRCPATH - > [format] - > sparse-revlog = yes - > EOF - #require no-reposimplestore Test creating a consuming stream bundle v2 diff --git a/tests/test-treemanifest.t b/tests/test-treemanifest.t --- a/tests/test-treemanifest.t +++ b/tests/test-treemanifest.t @@ -1,9 +1,3 @@ -TRANSITIONAL CONFIG - $ cat << EOF >> $HGRCPATH - > [format] - > sparse-revlog = yes - > EOF - $ cat << EOF >> $HGRCPATH > [ui] > ssh="$PYTHON" "$TESTDIR/dummyssh" diff --git a/tests/test-wireproto-caching.t b/tests/test-wireproto-caching.t --- a/tests/test-wireproto-caching.t +++ b/tests/test-wireproto-caching.t @@ -1,9 +1,3 @@ -TRANSITIONAL CONFIG - $ cat << EOF >> $HGRCPATH - > [format] - > sparse-revlog = yes - > EOF - $ . $TESTDIR/wireprotohelpers.sh $ cat >> $HGRCPATH << EOF > [extensions] diff --git a/tests/test-wireproto-command-capabilities.t b/tests/test-wireproto-command-capabilities.t --- a/tests/test-wireproto-command-capabilities.t +++ b/tests/test-wireproto-command-capabilities.t @@ -1,9 +1,3 @@ -TRANSITIONAL CONFIG - $ cat << EOF >> $HGRCPATH - > [format] - > sparse-revlog = yes - > EOF - #require no-chg $ . $TESTDIR/wireprotohelpers.sh diff --git a/tests/test-wireproto-content-redirects.t b/tests/test-wireproto-content-redirects.t --- a/tests/test-wireproto-content-redirects.t +++ b/tests/test-wireproto-content-redirects.t @@ -1,9 +1,3 @@ -TRANSITIONAL CONFIG - $ cat << EOF >> $HGRCPATH - > [format] - > sparse-revlog = yes - > EOF - $ . $TESTDIR/wireprotohelpers.sh $ cat >> $HGRCPATH << EOF