view tests/test-dirstate-backup.t @ 40189:66b5ded95185

run-tests: drop support for --with-python3 and $PYTHON3 This backs out cdbc25306696. We can run many tests on python3 without this hack.
author Yuya Nishihara <yuya@tcha.org>
date Sun, 02 Sep 2018 16:32:11 +0900
parents c2b30348930f
children
line wrap: on
line source

Set up

  $ hg init repo
  $ cd repo

Try to import an empty patch

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

No dirstate backups are left behind

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