diff -r 98535ad46fc0 -r 2188f170f5b6 tests/test-glog-topological.t --- a/tests/test-glog-topological.t Mon Jun 13 18:20:00 2016 +0100 +++ b/tests/test-glog-topological.t Mon Jun 13 18:20:00 2016 +0100 @@ -40,7 +40,7 @@ (display all nodes) - $ hg --config experimental.graph-group-branches=1 log -G + $ hg log -G -r 'sort(all(), topo)' o 8 | o 3 @@ -62,7 +62,7 @@ (revset skipping nodes) - $ hg --config experimental.graph-group-branches=1 log -G --rev 'not (2+6)' + $ hg log -G --rev 'sort(not (2+6), topo)' o 8 | o 3 @@ -80,7 +80,7 @@ (begin) from the other branch - $ hg --config experimental.graph-group-branches=1 --config experimental.graph-group-branches.firstbranch=5 log -G + $ hg log -G -r 'sort(all(), topo, topo.firstbranch=5)' o 7 | o 6