tests/test-mq-qsave.t
author Yuya Nishihara <yuya@tcha.org>
Sat, 02 May 2015 18:05:04 +0900
changeset 25001 9668c1a433b3
parent 12324 b701610f6c56
child 49585 55c6ebd11cb9
permissions -rw-r--r--
templater: switch methods table on compileexp() of func args and inner expr The next patch will introduce integer literals, but the schemes extension expects that '{1}', '{2}', ... are interpreted as keywords. This patch allows us to process '{foo(1)}' as 'func(integer)', whereas '{1}' as 'symbol'.

  $ 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