##// END OF EJS Templates
tests: fix test-sparse-revlog...
tests: fix test-sparse-revlog This one is not covered by the CIbecause I requires an expensive artifact to be cached. So it goes out of think on regular basis (we should fix that…) The test ouput was affected by e706bb41fdb3 as we filtering now happens sooner, removing for the output.

File last commit:

r50316:7e5377bd stable
r50521:da636e7a default
Show More
test-purge-ignored-directory.t
12 lines | 220 B | text/troff | Tads3Lexer
/ tests / test-purge-ignored-directory.t
Arseniy Alekseyev
test: show how purge removes ignored directories...
r50315 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
Raphaël Gomès
rust-status: ignored directories are now correctly only listed if opted into...
r50316 $ ls
ignored
Arseniy Alekseyev
test: show how purge removes ignored directories...
r50315 $ hg purge -v --no-confirm
Raphaël Gomès
rust-status: ignored directories are now correctly only listed if opted into...
r50316 $ ls
ignored