diff -r 1ce46f0ee218 -r 604c086ddde6 relnotes/next --- 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 ==