Skip to content
Snippets Groups Projects
Commit 929858db authored by Martin von Zweigbergk's avatar Martin von Zweigbergk
Browse files

tweakdefaults: turn on ui.statuscopies

Seems obviously useful and probably off by default for historical
reasons.

Differential Revision: https://phab.mercurial-scm.org/D1444
parent 57d56f60
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,8 @@
[ui]
# The rollback command is dangerous. As a rule, don't use it.
rollback = False
# Make `hg status` report copy information
statuscopies = yes
[commands]
# Make `hg status` emit cwd-relative paths by default.
......
......@@ -572,6 +572,10 @@
$ hg st --config ui.statuscopies=false
M a
R b
$ hg st --config ui.tweakdefaults=yes
M a
b
R b
using log status template (issue5155)
$ hg log -Tstatus -r 'wdir()' -C
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment