##// END OF EJS Templates
rust-status: ignored directories are now correctly only listed if opted into...
rust-status: ignored directories are now correctly only listed if opted into This fixes the behavior of `hg purge` removing empty ignored directory even without `--all` or `--ignored`.

File last commit:

r50316:7e5377bd stable
r50316:7e5377bd stable
Show More
test-purge-ignored-directory.t
12 lines | 220 B | text/troff | Tads3Lexer
/ tests / test-purge-ignored-directory.t
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