From patchwork Tue Apr 25 07:22:51 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [3,of,6,STABLE] tests: drop unnecessary pager attend in test From: Gregory Szorc X-Patchwork-Id: 20292 Message-Id: <2e90214849bd824f776f.1493104971@ubuntu-vm-main> To: mercurial-devel@mercurial-scm.org Date: Tue, 25 Apr 2017 00:22:51 -0700 # HG changeset patch # User Gregory Szorc # Date 1493100643 25200 # Mon Apr 24 23:10:43 2017 -0700 # Branch stable # Node ID 2e90214849bd824f776fdeb94d82331d31ac0feb # Parent eb7d6dc353a3db12d1592bdc80233a270dfd90df 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'