##// END OF EJS Templates
tests: switch "this command isn't paged" example to id...
Augie Fackler -
r30944:b7e073ae default
parent child Browse files
Show More
@@ -26,7 +26,7 b' pager was running.'
26 > hg ci -m "modify a $x"
26 > hg ci -m "modify a $x"
27 > done
27 > done
28
28
29 By default diff and log are paged, but summary is not:
29 By default diff and log are paged, but id is not:
30
30
31 $ hg diff -c 2 --pager=yes
31 $ hg diff -c 2 --pager=yes
32 paged! 'diff -r f4be7687d414 -r bce265549556 a\n'
32 paged! 'diff -r f4be7687d414 -r bce265549556 a\n'
@@ -50,23 +50,13 b' By default diff and log are paged, but s'
50 paged! 'summary: modify a 9\n'
50 paged! 'summary: modify a 9\n'
51 paged! '\n'
51 paged! '\n'
52
52
53 $ hg summary
53 $ hg id
54 parent: 10:46106edeeb38 tip
54 46106edeeb38 tip
55 modify a 10
56 branch: default
57 commit: (clean)
58 update: (current)
59 phases: 11 draft
60
55
61 We can enable the pager on summary:
56 We can enable the pager on id:
62
57
63 $ hg --config pager.attend-summary=yes summary
58 $ hg --config pager.attend-id=yes id
64 paged! 'parent: 10:46106edeeb38 tip\n'
59 paged! '46106edeeb38 tip\n'
65 paged! ' modify a 10\n'
66 paged! 'branch: default\n'
67 paged! 'commit: (clean)\n'
68 paged! 'update: (current)\n'
69 paged! 'phases: 11 draft\n'
70
60
71 If we completely change the attend list that's respected:
61 If we completely change the attend list that's respected:
72
62
General Comments 0
You need to be logged in to leave comments. Login now