relnotes/next
changeset 42309 604c086ddde6
parent 42271 0ed293a3f00e
child 42334 bcb1a2b6cd00
--- a/relnotes/next	Tue May 14 09:13:39 2019 -0700
+++ b/relnotes/next	Wed May 01 09:34:47 2019 -0700
@@ -3,6 +3,16 @@
  * New config `commands.commit.post-status` shows status after successful
  commit.
 
+
+== New Experimental Features ==
+
+ * New config `experimental.log.topo` makes `hg log -G` use
+   topological sorting. This is especially useful for aliases since it
+   lets the alias accept an `-r` option while still using topological
+   sorting with or without the `-r` (unlike if you use the `sort(...,
+   topo)` revset).
+
+
 == Bug Fixes  ==