This is an archive of the discontinued Mercurial Phabricator instance.

bundle2: load hookargs from bundleoperation into transaction when started one
ClosedPublic

Authored by pulkit on Aug 1 2017, 8:07 PM.

Details

Summary

When a transaction is started, we must load the hookargs from the
bundleoperation object to the transaction so that they can be used in the
transaction. Also this patch makes sure no more hookargs are added to the
bundleoperation object once the transaction starts.

This is a part of porting fb extension bundle2hooks to core.

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 1 2017, 8:07 PM
durin42 accepted this revision.Aug 2 2017, 11:15 AM
This revision is now accepted and ready to land.Aug 2 2017, 11:15 AM
This revision was automatically updated to reflect the committed changes.