This is an archive of the discontinued Mercurial Phabricator instance.

shelve: open patch using new shelf class instead of open()
ClosedPublic

Authored by martinvonz on Jan 8 2021, 3:36 PM.

Details

Summary

For some reason the existing code didn't use shelvedfile().opener()
so here we migrate to shelf().open_patch() from the open() system
call instead.

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.