tests/test-mq-qsave.t
author Yuya Nishihara <yuya@tcha.org>
Sat, 15 Sep 2018 12:44:23 +0900
changeset 39753 b05b4b91de3d
parent 12324 b701610f6c56
child 49621 55c6ebd11cb9
permissions -rw-r--r--
bookmarks: add explicit option to list bookmarks of the given names This is a generalized form of the --active option. A redundant sorted() call is removed. There was no point to update dict items in lexicographical order.

  $ 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