Show More
@@ -434,14 +434,12 b' downgrading' | |||||
434 | $ cat << EOF > .hg/hgrc |
|
434 | $ cat << EOF > .hg/hgrc | |
435 | > [format] |
|
435 | > [format] | |
436 | > exp-use-copies-side-data-changeset = no |
|
436 | > exp-use-copies-side-data-changeset = no | |
437 | > [experimental] |
|
|||
438 | > revlogv2 = enable-unstable-format-and-corrupt-my-data |
|
|||
439 | > EOF |
|
437 | > EOF | |
440 | $ hg debugupgraderepo --run --quiet --no-backup > /dev/null |
|
438 | $ hg debugupgraderepo --run --quiet --no-backup > /dev/null | |
441 | $ hg debugformat -v | egrep 'format-variant|revlog-v2|copies-sdc|changelog-v2' |
|
439 | $ hg debugformat -v | egrep 'format-variant|revlog-v2|copies-sdc|changelog-v2' | |
442 | format-variant repo config default |
|
440 | format-variant repo config default | |
443 | copies-sdc: no no no |
|
441 | copies-sdc: no no no | |
444 |
revlog-v2: |
|
442 | revlog-v2: no no no | |
445 | changelog-v2: no no no |
|
443 | changelog-v2: no no no | |
446 | $ hg debugsidedata -c -- 0 |
|
444 | $ hg debugsidedata -c -- 0 | |
447 | $ hg debugsidedata -c -- 1 |
|
445 | $ hg debugsidedata -c -- 1 |
General Comments 0
You need to be logged in to leave comments.
Login now