tests/test-mq-qsave.t
author Matt Harbison <matt_harbison@yahoo.com>
Tue, 19 Nov 2019 14:36:22 -0500
branchstable
changeset 43435 cb23d9e3e21f
parent 12324 b701610f6c56
child 49585 55c6ebd11cb9
permissions -rw-r--r--
shelve: fix a missing variable in the exception handler for delete Caught by pytype. I haven't paid much attention to the progress of this extension, but I *think* this was the intent. Differential Revision: https://phab.mercurial-scm.org/D7457

  $ 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