##// END OF EJS Templates
tests: use pyflakes as a tool, not a python module...
tests: use pyflakes as a tool, not a python module The usage of pyflakes as a Python module was introduced in e397c6d74652, to work around issue between Python 2 and Python 3. This issues are long behind us now and we can get beck to using pyflakes as a tool, giving us more flexibility about how we install it. The `hghave` requirements is modified to check that we have a tool available, instead of a python module.

File last commit:

r50316:7e5377bd stable
r52956:43602c67 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