##// END OF EJS Templates
color: turn on by default (but for windows)...
Pierre-Yves David -
r32026:57042e91 default
parent child Browse files
Show More
@@ -45,8 +45,7 b' except ImportError:'
45 curses = None
45 curses = None
46 _baseterminfoparams = {}
46 _baseterminfoparams = {}
47
47
48 # allow the extensions to change the default
48 _enabledbydefault = pycompat.osname != 'nt'
49 _enabledbydefault = False
50
49
51 # start and stop parameters for effects
50 # start and stop parameters for effects
52 _effects = {
51 _effects = {
@@ -365,10 +365,10 b' pop/push -a in subdir'
365
365
366 setting columns & formatted tests truncating (issue1912)
366 setting columns & formatted tests truncating (issue1912)
367
367
368 $ COLUMNS=4 hg qseries --config ui.formatted=true
368 $ COLUMNS=4 hg qseries --config ui.formatted=true --color=no
369 test.patch
369 test.patch
370 test2.patch
370 test2.patch
371 $ COLUMNS=20 hg qseries --config ui.formatted=true -vs
371 $ COLUMNS=20 hg qseries --config ui.formatted=true -vs --color=no
372 0 A test.patch: f...
372 0 A test.patch: f...
373 1 A test2.patch:
373 1 A test2.patch:
374 $ hg qpop
374 $ hg qpop
@@ -10,6 +10,7 b' pager was running.'
10 $ cat >> $HGRCPATH <<EOF
10 $ cat >> $HGRCPATH <<EOF
11 > [ui]
11 > [ui]
12 > formatted = yes
12 > formatted = yes
13 > color = no
13 > [extensions]
14 > [extensions]
14 > pager=
15 > pager=
15 > [pager]
16 > [pager]
@@ -10,6 +10,7 b' pager was running.'
10 $ cat >> $HGRCPATH <<EOF
10 $ cat >> $HGRCPATH <<EOF
11 > [ui]
11 > [ui]
12 > formatted = yes
12 > formatted = yes
13 > color = no
13 > [pager]
14 > [pager]
14 > pager = python $TESTTMP/fakepager.py
15 > pager = python $TESTTMP/fakepager.py
15 > EOF
16 > EOF
General Comments 0
You need to be logged in to leave comments. Login now