tests/test-mq-qsave.t
author Mitchell Plamann <mplamann@janestreet.com>
Wed, 15 Apr 2020 16:43:05 -0400
changeset 44878 373dd22ae60e
parent 12324 b701610f6c56
child 49585 55c6ebd11cb9
permissions -rw-r--r--
dirstate: force _checkexec to return a bool posix.checkexec can return True, False, or None. The rust status implementation expects a boolean, so make sure _checkexec returns a boolean. Differential Revision: https://phab.mercurial-scm.org/D8432

  $ 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