##// END OF EJS Templates
tests: test that abbreviated command alias is also paged...
Gregory Szorc -
r32073:04629b2d stable
parent child Browse files
Show More
@@ -84,6 +84,16 b' Command aliases should have same behavio'
84 paged! 'summary: modify a 9\n'
84 paged! 'summary: modify a 9\n'
85 paged! '\n'
85 paged! '\n'
86
86
87 Abbreviated command alias should also be paged
88
89 $ hg hist -l 1
90 paged! 'changeset: 10:46106edeeb38\n'
91 paged! 'tag: tip\n'
92 paged! 'user: test\n'
93 paged! 'date: Thu Jan 01 00:00:00 1970 +0000\n'
94 paged! 'summary: modify a 10\n'
95 paged! '\n'
96
87 Pager should not start if stdout is not a tty.
97 Pager should not start if stdout is not a tty.
88
98
89 $ hg log -l1 -q --config ui.formatted=False
99 $ hg log -l1 -q --config ui.formatted=False
General Comments 0
You need to be logged in to leave comments. Login now