D5344: test: preemptively disable sparse-revlog for some of test-upgrade-repo

lothiraldan (Boris Feld) phabricator at mercurial-scm.org
Mon Dec 10 16:09:57 UTC 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHGe8cd688b2eb1: test: preemptively disable sparse-revlog for some of test-upgrade-repo (authored by lothiraldan, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D5344?vs=12653&id=12804

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

AFFECTED FILES
  tests/test-upgrade-repo.t

CHANGE DETAILS

diff --git a/tests/test-upgrade-repo.t b/tests/test-upgrade-repo.t
--- a/tests/test-upgrade-repo.t
+++ b/tests/test-upgrade-repo.t
@@ -330,7 +330,7 @@
   $ touch f2
   $ hg -q commit -A -m 'add f2'
 
-  $ hg debugupgraderepo --run
+  $ hg debugupgraderepo --run --config format.sparse-revlog=false
   upgrade will perform the following actions:
   
   requirements
@@ -720,7 +720,7 @@
 Check upgrading a sparse-revlog repository
 ---------------------------------------
 
-  $ hg init sparserevlogrepo
+  $ hg init sparserevlogrepo --config format.sparse-revlog=no
   $ cd sparserevlogrepo
   $ touch foo
   $ hg add foo



To: lothiraldan, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list