tests/test-mq-qsave.t
author Augie Fackler <augie@google.com>
Wed, 09 Sep 2020 14:48:55 -0400
branchstable
changeset 45415 81b4e7c866ec
parent 12324 b701610f6c56
child 49621 55c6ebd11cb9
permissions -rw-r--r--
hgdemandimport: bypass demandimport for _ast module (issue6407) This is broken on Python 3.9rc1, and while it sounds like there may be a fix in Python, we probably also should have this workaround in place in hg. See the bug for more details (including on bugs at redhat and b.p.o). Differential Revision: https://phab.mercurial-scm.org/D9004

  $ 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