tests/test-mq-qsave.t
author Martin von Zweigbergk <martinvonz@google.com>
Mon, 11 Mar 2019 09:20:26 -0700
changeset 41941 a791623458ef
parent 12324 b701610f6c56
child 49585 55c6ebd11cb9
permissions -rw-r--r--
copies: remove dependency on scmutil by directly using match.exact() I want to add a dependency from scmutil.copies(), so I need to remove this dependency first. Differential Revision: https://phab.mercurial-scm.org/D6118

  $ 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