relnotes/next
changeset 44345 14d0e89520a2
parent 44343 8561ad49915d
child 44347 9c9cfecd4600
--- a/relnotes/next	Wed Jan 29 14:42:54 2020 -0800
+++ b/relnotes/next	Tue Jan 28 21:49:50 2020 -0800
@@ -3,7 +3,12 @@
  * `hg purge`/`hg clean` can now delete ignored files instead of
    untracked files, with the new -i flag.
 
- * New `conflictlocal()` and `conflictother()` revsets returns the
+ * `hg log` now defaults to using an '%' symbol for commits involved
+    in unresolved merge conflicts. That includes unresolved conflicts
+    caused by e.g. `hg update --merge` and `hg graft`. '@' still takes
+    precedence, so what used to be marked '@' still is.
+
+ * New `conflictlocal()` and `conflictother()` revsets return the
    commits that are being merged, when there are conflicts. Also works
    for conflicts caused by e.g. `hg graft`.