# HG changeset patch # User Martin von Zweigbergk # Date 2019-01-31 00:14:39 # Node ID 97ab4cbb342e6014b2065df9efab0ddc5e327da1 # Parent 02186c6871ac3de228d440b96dda63f59919a125 tweakdefaults: set ui.relative-paths instead of command.status.relative Differential Revision: https://phab.mercurial-scm.org/D5775 diff --git a/mercurial/ui.py b/mercurial/ui.py --- a/mercurial/ui.py +++ b/mercurial/ui.py @@ -58,12 +58,12 @@ rollback = False 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`