Mercurial > hg-stable
changeset 31020:84ec2d6a2831
tests: prove that ignore works
author | Augie Fackler <augie@google.com> |
---|---|
date | Mon, 06 Feb 2017 23:22:04 -0500 |
parents | 334cf948c758 |
children | e7eca6e1372e |
files | tests/test-pager.t |
diffstat | 1 files changed, 18 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-pager.t Mon Feb 06 22:52:47 2017 -0500 +++ b/tests/test-pager.t Mon Feb 06 23:22:04 2017 -0500 @@ -204,3 +204,21 @@ 8: a 8 9: a 9 10: a 10 + +Put annotate in the ignore list for pager: + $ cat >> $HGRCPATH <<EOF + > [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