Submitter | phabricator |
---|---|
Date | Dec. 6, 2017, 9:51 p.m. |
Message ID | <differential-rev-PHID-DREV-7ru626x34tnrcfk2vppw-req@phab.mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/25981/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/ui.py b/mercurial/ui.py --- a/mercurial/ui.py +++ b/mercurial/ui.py @@ -51,6 +51,8 @@ rollback = False # Make `hg status` report copy information statuscopies = yes +# Prefer curses UIs when available. Revert to plain-text with `text`. +interface = curses [commands] # Make `hg status` emit cwd-relative paths by default.