D5775: tweakdefaults: set ui.relative-paths instead of command.status.relative

martinvonz (Martin von Zweigbergk) phabricator at mercurial-scm.org
Thu Jan 31 16:27:04 EST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG734bc82f28c3: tweakdefaults: set ui.relative-paths instead of command.status.relative (authored by martinvonz, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D5775?vs=13631&id=13651

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

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
@@ -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`



To: martinvonz, #hg-reviewers, pulkit
Cc: mercurial-devel


More information about the Mercurial-devel mailing list