tests/test-dirstate-backup.t
author Arseniy Alekseyev <aalekseyev@janestreet.com>
Thu, 16 Feb 2023 18:45:23 +0000
changeset 50161 5d7ba99da3b8
parent 49990 ffd19d73518d
permissions -rw-r--r--
rhg: in path_encode, make DestArr generic over its size

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