Show More
@@ -330,7 +330,7 b' Upgrading a repository to generaldelta w' | |||||
330 | $ touch f2 |
|
330 | $ touch f2 | |
331 | $ hg -q commit -A -m 'add f2' |
|
331 | $ hg -q commit -A -m 'add f2' | |
332 |
|
332 | |||
333 | $ hg debugupgraderepo --run |
|
333 | $ hg debugupgraderepo --run --config format.sparse-revlog=false | |
334 | upgrade will perform the following actions: |
|
334 | upgrade will perform the following actions: | |
335 |
|
335 | |||
336 | requirements |
|
336 | requirements | |
@@ -720,7 +720,7 b' repository config is taken in account' | |||||
720 | Check upgrading a sparse-revlog repository |
|
720 | Check upgrading a sparse-revlog repository | |
721 | --------------------------------------- |
|
721 | --------------------------------------- | |
722 |
|
722 | |||
723 | $ hg init sparserevlogrepo |
|
723 | $ hg init sparserevlogrepo --config format.sparse-revlog=no | |
724 | $ cd sparserevlogrepo |
|
724 | $ cd sparserevlogrepo | |
725 | $ touch foo |
|
725 | $ touch foo | |
726 | $ hg add foo |
|
726 | $ hg add foo |
General Comments 0
You need to be logged in to leave comments.
Login now