changeset 46480 | e948ad0dcbe2 |
parent 46472 | 7525e77b5eac |
child 46546 | d67732a4b58a |
--- a/mercurial/configitems.py Thu Jan 28 15:26:33 2021 +0100 +++ b/mercurial/configitems.py Sat Jan 16 00:03:18 2021 +0100 @@ -615,6 +615,12 @@ b'check-relroot', default=False, ) +# Track copy information for all file, not just "added" one (very slow) +coreconfigitem( + b'devel', + b'copy-tracing.trace-all-files', + default=False, +) coreconfigitem( b'devel', b'default-date',