tests/test-dirstate-backup.t
author Raphaël Gomès <rgomes@octobus.net>
Tue, 23 Jul 2024 10:02:46 +0200
changeset 51700 7f0cb9ee0534
parent 49990 ffd19d73518d
permissions -rw-r--r--
Backout accidental publication of a large range of revisions I accidentally published 25e7f9dcad0f::bd1483fd7088, this is the inverse.

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