Mercurial > public > mercurial-scm > hg-stable
diff tests/test-commit-interactive-curses.t @ 38726:d79f3afb079e
curses: use "text" interface if TERM=dumb
Differential Revision: https://phab.mercurial-scm.org/D3948
author | Kyle Lippincott <spectral@google.com> |
---|---|
date | Mon, 16 Jul 2018 11:38:56 -0700 |
parents | 00368bc0a614 |
children | 5abc47d4ca6b |
line wrap: on
line diff
--- a/tests/test-commit-interactive-curses.t Mon Jul 16 00:32:33 2018 -0400 +++ b/tests/test-commit-interactive-curses.t Mon Jul 16 11:38:56 2018 -0700 @@ -368,6 +368,16 @@ $ chunkselectorinterface curses +If TERM=dumb, we use text, even if the config says curses + $ chunkselectorinterface + curses + $ TERM=dumb chunkselectorinterface + text +(Something is keeping TERM=dumb in the environment unless I do this, it's not +scoped to just that previous command like in many shells) + $ TERM=xterm chunkselectorinterface + curses + It is possible to override the default interface with a feature specific interface $ cp $HGRCPATH.pretest $HGRCPATH