changeset 45751:60d0634c43c2 stable

relnotes: add diffcontains() to new features list
author Yuya Nishihara <yuya@tcha.org>
date Sat, 17 Oct 2020 13:06:18 +0900
parents c00595736595
children d270b9b797a7
files relnotes/next
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/relnotes/next	Sat Oct 17 13:00:04 2020 +0900
+++ b/relnotes/next	Sat Oct 17 13:06:18 2020 +0900
@@ -5,6 +5,9 @@
    source whether or not the source still exists (but the source must
    exist in the parent revision).
 
+ * New revset predicate `diffcontains(pattern)` for filtering revisions
+   in the same way as `hg grep --diff pattern`.
+
 
 == New Experimental Features ==