tests/test-purge-ignored-directory.t
author Raphaël Gomès <rgomes@octobus.net>
Mon, 04 Nov 2024 13:43:36 +0100
changeset 52309 f69a3f55fa9b
parent 49423 7e5377bdb66e
permissions -rw-r--r--
rust-compression: move the `Send` bound to the `Compressor` trait All compressors should be `Send`, might as well make any future use easier.

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