D1609: ui: add curses interface to tweakdefaults

durin42 (Augie Fackler) phabricator at mercurial-scm.org
Fri Dec 8 10:28:55 EST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG03a83ace9816: ui: add curses interface to tweakdefaults (authored by durin42, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D1609?vs=4160&id=4251

REVISION DETAIL
  https://phab.mercurial-scm.org/D1609

AFFECTED FILES
  mercurial/ui.py

CHANGE DETAILS

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.



To: durin42, #hg-reviewers, quark, pulkit, yuja
Cc: mercurial-devel


More information about the Mercurial-devel mailing list