tests/test-dirstate-backup.t
author Raphaël Gomès <rgomes@octobus.net>
Tue, 07 Nov 2023 16:07:53 +0100
branchstable
changeset 51126 27055614b685
parent 49990 ffd19d73518d
permissions -rw-r--r--
relnotes: add 6.6rc0

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