# HG changeset patch # User Augie Fackler # Date 2017-02-07 04:22:04 # Node ID 84ec2d6a2831a8888aca37cc34ffafc9902e8d3e # Parent 334cf948c758a8702bfd7c3c9f485e4572c1008c tests: prove that ignore works diff --git a/tests/test-pager.t b/tests/test-pager.t --- a/tests/test-pager.t +++ b/tests/test-pager.t @@ -204,3 +204,21 @@ explicit flags work too: 8: a 8 9: a 9 10: a 10 + +Put annotate in the ignore list for pager: + $ cat >> $HGRCPATH < [pager] + > ignore = annotate + > EOF + $ hg blame a + 0: a + 1: a 1 + 2: a 2 + 3: a 3 + 4: a 4 + 5: a 5 + 6: a 6 + 7: a 7 + 8: a 8 + 9: a 9 + 10: a 10