tests/test-mq-qsave.t
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Thu, 30 Jan 2014 21:01:13 -0800
changeset 20464 d032417db243
parent 12324 b701610f6c56
child 49585 55c6ebd11cb9
permissions -rw-r--r--
push: move `incoming` into the push object The fact that there is some unknown changes on remote one of the result of discovery. It is then used by some push validation logic. We move it in the object to be able to extract the said logic.

  $ 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