( )⚙ D6724 unshelve: forget unknown files after a partial unshelve

This is an archive of the discontinued Mercurial Phabricator instance.

unshelve: forget unknown files after a partial unshelve
ClosedPublic

Authored by navaneeth.suresh on Aug 13 2019, 1:21 PM.

Details

Summary

This is a follow-up patch to 6957f7b93e03. This allows hg to forget
unknown files after a partial unshelve.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

pulkit accepted this revision.Aug 13 2019, 4:32 PM
pulkit added a subscriber: pulkit.
pulkit added inline comments.
mercurial/shelve.py
1009

Can you add a comment here about why we don't perform unshelvecleanup() in the case of partial unshelve?

This revision is now accepted and ready to land.Aug 13 2019, 4:32 PM