tests/test-mq-qsave.t
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 06 Dec 2021 17:12:21 +0100
changeset 48446 1d0978cfe968
parent 12324 b701610f6c56
child 49621 55c6ebd11cb9
permissions -rw-r--r--
upgrade: explicitly warn when a `--no-xxx` flag is overwritten Some format upgrade/downgrades -needs- revlog to be recomputed. So we now detect that individually and warn when it contradict explicitly passed flag. This is part of a larger series to make `debugupgraderepo` smarter about which revlog it picks by default. Differential Revision: https://phab.mercurial-scm.org/D11869

  $ echo "[extensions]" >> $HGRCPATH
  $ echo "mq=" >> $HGRCPATH

  $ hg init

  $ echo 'base' > base
  $ hg ci -Ambase
  adding base

  $ hg qnew -mmqbase mqbase

  $ hg qsave
  $ hg qrestore 2
  restoring status: hg patches saved state