##// END OF EJS Templates
tweakdefaults: set ui.relative-paths instead of command.status.relative...
Martin von Zweigbergk -
r41634:97ab4cbb default
parent child Browse files
Show More
@@ -58,12 +58,12 b' rollback = False'
58 58 statuscopies = yes
59 59 # Prefer curses UIs when available. Revert to plain-text with `text`.
60 60 interface = curses
61 # Make compatible commands emit cwd-relative paths by default.
62 relative-paths = yes
61 63
62 64 [commands]
63 65 # Grep working directory by default.
64 66 grep.all-files = True
65 # Make `hg status` emit cwd-relative paths by default.
66 status.relative = yes
67 67 # Refuse to perform an `hg update` that would cause a file content merge
68 68 update.check = noconflict
69 69 # Show conflicts information in `hg status`
General Comments 0
You need to be logged in to leave comments. Login now