tests/test-mq-qsave.t
author Rodrigo Damazio Bovendorp <rdamazio@google.com>
Thu, 19 Jul 2018 23:22:05 -0700
changeset 38768 afc4ad706f9c
parent 12324 b701610f6c56
child 49621 55c6ebd11cb9
permissions -rw-r--r--
dispatch: making all hg abortions be output with a specific label This allows abortions to be highlighted specially and separately from warnings - for instance, red is a reasonable color for when hg aborts, but is overly dramatic for most warnings produced elsewhere. Differential Revision: https://phab.mercurial-scm.org/D3967

  $ 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