tests/test-mq-qsave.t
author Kevin Bullock <kbullock@ringworld.org>
Tue, 12 Feb 2013 16:05:00 +0000
changeset 18687 1d183b33f007
parent 12324 b701610f6c56
child 49621 55c6ebd11cb9
permissions -rw-r--r--
backout: remove unnecessary dict copy This is step 1 to remove backout's call to commands.commit. We don't use the options again anywhere below except for backout's own purposes, specifically choosing a merge tool, so we just write the commit options in directly.

  $ 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