Mercurial > hg-stable
changeset 32072:05cdd5678c6b stable
tests: drop unnecessary pager attend in test
`log` is attended by default. We don't need to specify pager.attend-log
in this test.
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Mon, 24 Apr 2017 23:10:43 -0700 |
parents | 1cf0b651fa70 |
children | 04629b2da72c |
files | tests/test-pager.t |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-pager.t Mon Apr 24 10:48:07 2017 +0200 +++ b/tests/test-pager.t Mon Apr 24 23:10:43 2017 -0700 @@ -69,8 +69,9 @@ a 1 +a 2 -If 'log' is in attend, then 'history' should also be paged: - $ hg history --limit 2 --config pager.attend=log +Command aliases should have same behavior as main command + + $ hg history --limit 2 paged! 'changeset: 10:46106edeeb38\n' paged! 'tag: tip\n' paged! 'user: test\n'