tests/test-mq-qsave.t
author Martin von Zweigbergk <martinvonz@google.com>
Mon, 18 Jun 2018 16:01:06 -0700
changeset 38417 26523316e4d0
parent 12324 b701610f6c56
child 49585 55c6ebd11cb9
permissions -rw-r--r--
tests: use progress helper With this commit, the only in-tree caller of ui.progress() is scmutil.progress(). That means that we could deprecate it. It also means that we can considering inlining it in scmutil.progress. Differential Revision: https://phab.mercurial-scm.org/D3812

  $ 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