# HG changeset patch # User Yuya Nishihara # Date 1602907578 -32400 # Node ID 60d0634c43c20019e7b302b0ce9802496e3f40f4 # Parent c005957365955d1a4c10ce22d6de9e100ce07619 relnotes: add diffcontains() to new features list diff -r c00595736595 -r 60d0634c43c2 relnotes/next --- 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 ==