# HG changeset patch # User Gregory Szorc # Date 2017-04-25 06:10:43 # Node ID 05cdd5678c6bf80edc271c279c86ccaea8d355c2 # Parent 1cf0b651fa70f9f373f697b5766663338e87ef76 tests: drop unnecessary pager attend in test `log` is attended by default. We don't need to specify pager.attend-log in this test. diff --git a/tests/test-pager.t b/tests/test-pager.t --- a/tests/test-pager.t +++ b/tests/test-pager.t @@ -69,8 +69,9 @@ core: 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'