This is an archive of the discontinued Mercurial Phabricator instance.

unamend: fix unamending of renamed rename
ClosedPublic

Authored by martinvonz on Jan 23 2019, 1:37 AM.

Details

Summary

Before this patch, we were passing in the result of a status call for
a different set of commits than what we calculated copies for, which
seemed suspicous to me. The rewritten version gets status and copy
information from the same sets of commits.

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.