Mercurial > hg-stable
view tests/test-purge-ignored-directory.t @ 49757:5844cd8e81ca
hg-cpython: upgrade dependencies
`hg-cpython` has no BC breaking dependencies, we can group them all
in this changeset.
author | Raphaël Gomès <rgomes@octobus.net> |
---|---|
date | Mon, 14 Nov 2022 17:18:56 +0100 |
parents | 7e5377bdb66e |
children |
line wrap: on
line source
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