Show More
@@ -0,0 +1,13 b'' | |||||
|
1 | skip ignored directories if -i or --all not specified | |||
|
2 | ||||
|
3 | $ hg init t | |||
|
4 | $ cd t | |||
|
5 | $ echo 'ignored' > .hgignore | |||
|
6 | $ hg ci -qA -m init -d'2 0' | |||
|
7 | $ mkdir ignored | |||
|
8 | ||||
|
9 | The better behavior here is the non-rust behavior, which is to keep | |||
|
10 | the directory and only delete it when -i or --all is given. | |||
|
11 | ||||
|
12 | $ hg purge -v --no-confirm | |||
|
13 | removing directory ignored (known-bad-output rust !) |
General Comments 0
You need to be logged in to leave comments.
Login now