This is an archive of the discontinued Mercurial Phabricator instance.

logcmdutil: also check for copies in null revision and working copy
ClosedPublic

Authored by martinvonz on Jun 19 2019, 2:31 PM.

Details

Summary

It's safe (and fast) to look for copies in the null revision, and it's
incorrect not to look for them in the working copy, so let's look in
both places.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.