diff -r 095fa99ae5f5 -r e948ad0dcbe2 mercurial/configitems.py --- 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',