tests/test-mq-qsave.t
author pacien <pacien.trangirard@pacien.net>
Mon, 21 Feb 2022 18:05:54 +0100
changeset 48943 e633e660158f
parent 12324 b701610f6c56
child 49585 55c6ebd11cb9
permissions -rw-r--r--
revlog: implement fast_rank retrieval in C This will be useful in particular to avoid going through the Python interpreter in native Rust functions. Differential Revision: https://phab.mercurial-scm.org/D12209

  $ 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