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 |
General Comments 0
You need to be logged in to leave comments.
Login now