tests/test-purge-ignored-directory.t
author Raphaël Gomès <rgomes@octobus.net>
Thu, 06 Jul 2023 16:02:59 +0200
branchstable
changeset 50748 3ffc7209bbae
parent 49421 7e5377bdb66e
permissions -rw-r--r--
relnotes: add 6.5 final

skip ignored directories if -i or --all not specified

  $ hg init t
  $ cd t
  $ echo 'ignored' > .hgignore
  $ hg ci -qA -m init -d'2 0'
  $ mkdir ignored
  $ ls
  ignored
  $ hg purge -v --no-confirm
  $ ls
  ignored