tests/test-mq-qsave.t
author Sean Farley <sean.michael.farley@gmail.com>
Wed, 01 May 2013 15:24:21 -0500
branchstable
changeset 19112 23f785b38af3
parent 12324 b701610f6c56
child 49621 55c6ebd11cb9
permissions -rw-r--r--
bookmarks: fix bug that activated a bookmark even with -r passed If the current revision was the target revision of -r, then the bookmark would be active. Test cases have been updated accordingly.

  $ 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