tests/test-mq-qsave.t
author Durham Goode <durham@fb.com>
Sat, 09 Feb 2013 09:09:46 -0800
changeset 18673 f27598902007
parent 12324 b701610f6c56
child 49621 55c6ebd11cb9
permissions -rw-r--r--
blackbox: adds a 'blackbox' command for viewing recent logs Adds a 'hg blackbox' command for viewing the latest entries in the blackbox log. By default it shows the last 10 entries, but -l allows the user to specify.

  $ 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