diff mercurial/ui.py @ 41507:97ab4cbb342e

tweakdefaults: set ui.relative-paths instead of command.status.relative Differential Revision: https://phab.mercurial-scm.org/D5775
author Martin von Zweigbergk <martinvonz@google.com>
date Wed, 30 Jan 2019 16:14:39 -0800
parents 7f366dd3df1f
children aaad36b88298
line wrap: on
line diff
--- a/mercurial/ui.py	Tue Jan 29 15:37:35 2019 -0800
+++ b/mercurial/ui.py	Wed Jan 30 16:14:39 2019 -0800
@@ -58,12 +58,12 @@
 statuscopies = yes
 # Prefer curses UIs when available. Revert to plain-text with `text`.
 interface = curses
+# Make compatible commands emit cwd-relative paths by default.
+relative-paths = yes
 
 [commands]
 # Grep working directory by default.
 grep.all-files = True
-# Make `hg status` emit cwd-relative paths by default.
-status.relative = yes
 # Refuse to perform an `hg update` that would cause a file content merge
 update.check = noconflict
 # Show conflicts information in `hg status`