This is an archive of the discontinued Mercurial Phabricator instance.

pull: make the new argument a keyword argument
ClosedPublic

Authored by marmoute on Oct 29 2021, 9:33 AM.

Details

Summary

As per feedback from Dan Villiom Podlaski Christiansen
in https://phab.mercurial-scm.org/D11674#179866

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

marmoute created this revision.Oct 29 2021, 9:33 AM
Alphare accepted this revision.Oct 29 2021, 9:34 AM
Alphare added a subscriber: Alphare.

Thanks

This revision is now accepted and ready to land.Oct 29 2021, 9:34 AM
This revision was automatically updated to reflect the committed changes.
danchr added a subscriber: danchr.Oct 30 2021, 7:19 AM

This made the compatibility fix much simpler, thank you!