##// END OF EJS Templates
ui: add curses interface to tweakdefaults...
Augie Fackler -
r35307:03a83ace default
parent child Browse files
Show More
@@ -51,6 +51,8 b' tweakrc = """'
51 rollback = False
51 rollback = False
52 # Make `hg status` report copy information
52 # Make `hg status` report copy information
53 statuscopies = yes
53 statuscopies = yes
54 # Prefer curses UIs when available. Revert to plain-text with `text`.
55 interface = curses
54
56
55 [commands]
57 [commands]
56 # Make `hg status` emit cwd-relative paths by default.
58 # Make `hg status` emit cwd-relative paths by default.
General Comments 0
You need to be logged in to leave comments. Login now