diff -r 3e03a4b9ec8c -r 55987fc8aba1 tests/test-annotate.t --- a/tests/test-annotate.t Fri Apr 14 12:34:26 2017 -0700 +++ b/tests/test-annotate.t Fri Apr 14 14:09:26 2017 +0200 @@ -606,7 +606,7 @@ $ mv baz.new baz $ hg ci -m 'baz:3->+3' created new head - $ hg log -T '{rev}: {desc}\n' -r 'followlines(baz, 3:5, startrev=16, descend=True)' --graph + $ hg log -T '{rev}: {desc}\n' -r 'followlines(baz, 2:5, startrev=16, descend=True)' --graph @ 29: baz:3->+3 : : o 26: baz:3+->3- @@ -615,10 +615,11 @@ :/ o 20: baz:4 |\ - | ~ - o 19: baz:3 - | - ~ + | o 19: baz:3 + |/ + o 18: baz:2 + |\ + ~ ~ check error cases $ hg up 23 --quiet