##// 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 statuscopies = yes
58 statuscopies = yes
59 # Prefer curses UIs when available. Revert to plain-text with `text`.
59 # Prefer curses UIs when available. Revert to plain-text with `text`.
60 interface = curses
60 interface = curses
61 # Make compatible commands emit cwd-relative paths by default.
62 relative-paths = yes
61
63
62 [commands]
64 [commands]
63 # Grep working directory by default.
65 # Grep working directory by default.
64 grep.all-files = True
66 grep.all-files = True
65 # Make `hg status` emit cwd-relative paths by default.
66 status.relative = yes
67 # Refuse to perform an `hg update` that would cause a file content merge
67 # Refuse to perform an `hg update` that would cause a file content merge
68 update.check = noconflict
68 update.check = noconflict
69 # Show conflicts information in `hg status`
69 # Show conflicts information in `hg status`
General Comments 0
You need to be logged in to leave comments. Login now