##// END OF EJS Templates
tests: demonstrate that pager.attend-<abbreviated> doesn't work...
Gregory Szorc -
r32074:769c8317 stable
parent child Browse files
Show More
@@ -94,6 +94,14 b' Abbreviated command alias should also be'
94 paged! 'summary: modify a 10\n'
94 paged! 'summary: modify a 10\n'
95 paged! '\n'
95 paged! '\n'
96
96
97 Attend for an abbreviated command does not work
98
99 $ hg --config pager.attend-ident=true ident
100 46106edeeb38 tip
101
102 $ hg --config extensions.pager= --config pager.attend-ident=true ident
103 46106edeeb38 tip
104
97 Pager should not start if stdout is not a tty.
105 Pager should not start if stdout is not a tty.
98
106
99 $ hg log -l1 -q --config ui.formatted=False
107 $ hg log -l1 -q --config ui.formatted=False
General Comments 0
You need to be logged in to leave comments. Login now