diff relnotes/next @ 44335: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
line wrap: on
line diff
--- a/relnotes/next	Thu Jan 30 19:50:43 2020 -0500
+++ b/relnotes/next	Sat Feb 08 10:22:47 2020 -0500
@@ -1,5 +1,7 @@
 == New Features ==
 
+ * `hg purge`/`hg clean` can now delete ignored files instead of
+   untracked files, with the new -i flag.
 
 == New Experimental Features ==