tests/test-mq-qsave.t
author Jun Wu <quark@fb.com>
Mon, 22 Feb 2016 17:30:02 +0000
changeset 28195 213c8cf02c49
parent 12324 b701610f6c56
child 49621 55c6ebd11cb9
permissions -rw-r--r--
serve: allow --daemon-postexec to be 'unlink:path' or 'none' This patch changes the format of value of --daemon-postexec. Now it can be either to unlink a file, or a no-op. The following patch will make chg to use the no-op option.

  $ 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