diff mercurial/help/config.txt @ 41492:02186c6871ac

status: introduce higher-level ui.relative-paths The existing commands.status.relative trumps the new config. We need to keep the existing config around for compatibility. However, I don't think we need to introduce similar command-specific options for other commands when they learn to respec ui.relative-paths. Differential Revision: https://phab.mercurial-scm.org/D5746
author Martin von Zweigbergk <martinvonz@google.com>
date Tue, 29 Jan 2019 15:37:35 -0800
parents 25cec00b333c
children 13a6dd952ffe
line wrap: on
line diff
--- a/mercurial/help/config.txt	Tue Jan 29 15:37:14 2019 -0800
+++ b/mercurial/help/config.txt	Tue Jan 29 15:37:35 2019 -0800
@@ -2331,6 +2331,9 @@
     Reduce the amount of output printed.
     (default: False)
 
+``relative-paths``
+    Prefer relative paths in the UI.
+
 ``remotecmd``
     Remote command to use for clone/push/pull operations.
     (default: ``hg``)