This is an archive of the discontinued Mercurial Phabricator instance.

git: use the proper filenode for deleted files in changelog.changelogrevision
ClosedPublic

Authored by mharbison72 on Apr 27 2021, 7:52 PM.

Details

Summary

Inline printing shows it still doesn't find the removed file in the test, but it
is at least a str instead of bytes like the immediate query before it that does
find files. Looking at the database, it doesn't look like the remove was
recorded. Additionally, hg log -r 'removes("re:.*")' stacktraces.

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.