tests/test-mq-qsave.t
author Yuya Nishihara <yuya@tcha.org>
Mon, 24 Sep 2018 18:57:54 +0900
changeset 39977 74da9d999cd7
parent 12324 b701610f6c56
child 49621 55c6ebd11cb9
permissions -rw-r--r--
rust-chg: add Client extensions to run cHg-specific requests This just provides a nicer way to issue command-server requests.

  $ 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