The command should return None or a return code. The previous code was returning
boolean directly relying on the fact that True → 1 and False → 0. This is a
good road to troubles, so lets be explicit about that return.
Details
Details
- Reviewers
Alphare - Group Reviewers
hg-reviewers - Commits
- rHG052ab8d0a538: command: clarify `postincoming` return and that return handling
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.