Show More
@@ -207,6 +207,11 b' Pager works with hg aliases including en' | |||||
207 | $ A=2 hg --config pager.attend-printa=yes printa |
|
207 | $ A=2 hg --config pager.attend-printa=yes printa | |
208 | paged! '2\n' |
|
208 | paged! '2\n' | |
209 |
|
209 | |||
|
210 | Something that's explicitly attended is still not paginated if the | |||
|
211 | pager is globally set to off using a flag: | |||
|
212 | $ A=2 hg --config pager.attend-printa=yes printa --pager=no | |||
|
213 | 2 | |||
|
214 | ||||
210 | Pager should not override the exit code of other commands |
|
215 | Pager should not override the exit code of other commands | |
211 |
|
216 | |||
212 | $ cat >> $TESTTMP/fortytwo.py <<'EOF' |
|
217 | $ cat >> $TESTTMP/fortytwo.py <<'EOF' |
General Comments 0
You need to be logged in to leave comments.
Login now