tests/test-mq-qsave.t
author Yuya Nishihara <yuya@tcha.org>
Sun, 27 Dec 2015 17:59:57 +0900
changeset 28212 d4419c01532b
parent 12324 b701610f6c56
child 49621 55c6ebd11cb9
permissions -rw-r--r--
templatefilters: make json filter be byte-transparent (BC) (issue4926) This is necessary to preserve filename encoding over JSON. Instead, this patch inserts "|utf8" where non-ascii local-encoding texts can be passed to "|json". See also the commit that introduced "utf8" filter.

  $ 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