tests/test-mq-qsave.t
author Gregory Szorc <gregory.szorc@gmail.com>
Tue, 14 Jan 2020 17:39:12 -0800
changeset 44082 c3f741bb2f33
parent 12324 b701610f6c56
child 49621 55c6ebd11cb9
permissions -rw-r--r--
sha1dc: declare all variables at begininng of block This is required to appease ancient C language standards, which msvc 2008 still requires for Python 2.7 on Windows. Differential Revision: https://phab.mercurial-scm.org/D7877

  $ 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