comparison relnotes/next @ 44289:9f8eddd2723f

purge: add -i flag to delete ignored files instead of untracked files It's convenient for deleting build artifacts. Using --all instead would delete other things too. Differential Revision: https://phab.mercurial-scm.org/D8096
author Valentin Gatien-Baron <valentin.gatienbaron@gmail.com>
date Sat, 08 Feb 2020 10:22:47 -0500
parents d4c1501225c4
children 8561ad49915d
comparison
equal deleted inserted replaced
44288:cd8f248fead4 44289:9f8eddd2723f
1 == New Features == 1 == New Features ==
2 2
3 * `hg purge`/`hg clean` can now delete ignored files instead of
4 untracked files, with the new -i flag.
3 5
4 == New Experimental Features == 6 == New Experimental Features ==
5 7
6 8
7 == Bug Fixes == 9 == Bug Fixes ==