##// 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 158 Pager with color enabled allows colors to come through by default,
159 159 even though stdout is no longer a tty.
160 160 $ cat >> $HGRCPATH <<EOF
161 > [extensions]
162 > color=
161 > [ui]
162 > color = yes
163 163 > [color]
164 164 > mode = ansi
165 165 > EOF
@@ -96,8 +96,8 b' be silently lost.)'
96 96 Pager with color enabled allows colors to come through by default,
97 97 even though stdout is no longer a tty.
98 98 $ cat >> $HGRCPATH <<EOF
99 > [extensions]
100 > color=
99 > [ui]
100 > color = yes
101 101 > [color]
102 102 > mode = ansi
103 103 > EOF
General Comments 0
You need to be logged in to leave comments. Login now