Comments
Patch
@@ -158,8 +158,8 @@ Pager should not start if stdout is not
Pager with color enabled allows colors to come through by default,
even though stdout is no longer a tty.
$ cat >> $HGRCPATH <<EOF
- > [extensions]
- > color=
+ > [ui]
+ > color = yes
> [color]
> mode = ansi
> EOF
@@ -96,8 +96,8 @@ be silently lost.)
Pager with color enabled allows colors to come through by default,
even though stdout is no longer a tty.
$ cat >> $HGRCPATH <<EOF
- > [extensions]
- > color=
+ > [ui]
+ > color = yes
> [color]
> mode = ansi
> EOF