This is an archive of the discontinued Mercurial Phabricator instance.

commands: add value for cmdtype argument for read only commands
ClosedPublic

Authored by pulkit on Nov 20 2017, 6:09 PM.

Details

Summary

In the previous release we added an argument cmdtype to registrar.command()
which is a enum and tells whether the command is read only, recoverable write or
unrecoverable write command. This patch add the value of cmdtype argument for
commands which are read only.

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.Nov 20 2017, 6:09 PM
durin42 accepted this revision.Nov 20 2017, 6:25 PM
This revision is now accepted and ready to land.Nov 20 2017, 6:25 PM
This revision was automatically updated to reflect the committed changes.
dlax added a subscriber: dlax.Nov 21 2017, 3:07 AM