Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/ui.py @ 35090:929858db4d22
tweakdefaults: turn on ui.statuscopies
Seems obviously useful and probably off by default for historical
reasons.
Differential Revision: https://phab.mercurial-scm.org/D1444
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Thu, 16 Nov 2017 17:11:14 -0800 |
parents | 58e7791e243b |
children | fa2395db68c6 |
comparison
equal
deleted
inserted
replaced
35089:57d56f603f70 | 35090:929858db4d22 |
---|---|
47 # The config knobs that will be altered (if unset) by ui.tweakdefaults. | 47 # The config knobs that will be altered (if unset) by ui.tweakdefaults. |
48 tweakrc = """ | 48 tweakrc = """ |
49 [ui] | 49 [ui] |
50 # The rollback command is dangerous. As a rule, don't use it. | 50 # The rollback command is dangerous. As a rule, don't use it. |
51 rollback = False | 51 rollback = False |
52 # Make `hg status` report copy information | |
53 statuscopies = yes | |
52 | 54 |
53 [commands] | 55 [commands] |
54 # Make `hg status` emit cwd-relative paths by default. | 56 # Make `hg status` emit cwd-relative paths by default. |
55 status.relative = yes | 57 status.relative = yes |
56 # Refuse to perform an `hg update` that would cause a file content merge | 58 # Refuse to perform an `hg update` that would cause a file content merge |