This is an archive of the discontinued Mercurial Phabricator instance.

context: make sure file is not deleted while checking path conflicts
ClosedPublic

Authored by pulkit on Aug 16 2018, 10:07 AM.

Details

Summary

If a file is deleted and a directory of same name is created in the same commit,
IMM thinks of that as a file conflict, however the file is deleted and hence the
directory can be created.

The test change demonstrate the fix.

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.

Event Timeline

pulkit created this revision.Aug 16 2018, 10:07 AM
This revision was automatically updated to reflect the committed changes.