tests/test-mq-qsave.t
author Matt Harbison <matt_harbison@yahoo.com>
Tue, 20 Aug 2024 00:07:05 -0400
changeset 51825 766c55492258
parent 49621 55c6ebd11cb9
permissions -rw-r--r--
typing: add types to `revlog.revlogproblem` These attrs showed as `Any` after the previous commit made the class visible to pytype.

  $ echo "[extensions]" >> $HGRCPATH
  $ echo "mq=" >> $HGRCPATH

  $ hg init repo
  $ cd repo

  $ echo 'base' > base
  $ hg ci -Ambase
  adding base

  $ hg qnew -mmqbase mqbase

  $ hg qsave
  $ hg qrestore 2
  restoring status: hg patches saved state