equal
deleted
inserted
replaced
3 $ hg init t |
3 $ hg init t |
4 $ cd t |
4 $ cd t |
5 $ echo 'ignored' > .hgignore |
5 $ echo 'ignored' > .hgignore |
6 $ hg ci -qA -m init -d'2 0' |
6 $ hg ci -qA -m init -d'2 0' |
7 $ mkdir ignored |
7 $ mkdir ignored |
8 |
8 $ ls |
9 The better behavior here is the non-rust behavior, which is to keep |
9 ignored |
10 the directory and only delete it when -i or --all is given. |
|
11 |
|
12 $ hg purge -v --no-confirm |
10 $ hg purge -v --no-confirm |
13 removing directory ignored (known-bad-output rust !) |
11 $ ls |
|
12 ignored |