tests/test-mq-qsave.t
author Sean Farley <sean.michael.farley@gmail.com>
Sun, 14 Dec 2014 18:54:50 -0800
changeset 23608 807ee1a02bb0
parent 12324 b701610f6c56
child 49621 55c6ebd11cb9
permissions -rw-r--r--
namespaces: add names method to return list of names for a given node In the previous patch, we added a node-to-name map property. This patch just exposes that interface to the api.

  $ 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