tests/test-dirstate-backup.t
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 22 Feb 2023 03:20:19 +0100
changeset 50152 e9379b55ed80
parent 49990 ffd19d73518d
permissions -rw-r--r--
dirstate: enforce context set_clean and set_possibly_dirty We don't want them called within a `changing_parents` context, but we still want them called within a context. So we update the decorator accordingly

Set up

  $ hg init repo
  $ cd repo
  $ echo a > a
  $ hg add a
  $ hg commit -m a

Try to import an empty patch

  $ hg import --no-commit - <<EOF
  > EOF
  applying patch from stdin
  abort: stdin: no diffs found
  [10]

No dirstate backups are left behind

  $ ls .hg/dirstate* | sort
  .hg/dirstate