##// END OF EJS Templates
pager: stop using the color extension in tests...
Pierre-Yves David -
r32025:d323d9e0 default
parent child Browse files
Show More
@@ -158,8 +158,8 b' Pager should not start if stdout is not '
158 Pager with color enabled allows colors to come through by default,
158 Pager with color enabled allows colors to come through by default,
159 even though stdout is no longer a tty.
159 even though stdout is no longer a tty.
160 $ cat >> $HGRCPATH <<EOF
160 $ cat >> $HGRCPATH <<EOF
161 > [extensions]
161 > [ui]
162 > color=
162 > color = yes
163 > [color]
163 > [color]
164 > mode = ansi
164 > mode = ansi
165 > EOF
165 > EOF
@@ -96,8 +96,8 b' be silently lost.)'
96 Pager with color enabled allows colors to come through by default,
96 Pager with color enabled allows colors to come through by default,
97 even though stdout is no longer a tty.
97 even though stdout is no longer a tty.
98 $ cat >> $HGRCPATH <<EOF
98 $ cat >> $HGRCPATH <<EOF
99 > [extensions]
99 > [ui]
100 > color=
100 > color = yes
101 > [color]
101 > [color]
102 > mode = ansi
102 > mode = ansi
103 > EOF
103 > EOF
General Comments 0
You need to be logged in to leave comments. Login now