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.
Details
Details
- Reviewers
durin42 - Group Reviewers
hg-reviewers - Commits
- rHG4b288d118d8b: commands: add value for cmdtype argument for read only commands
Diff Detail
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.