Python 2 allows the > operator to be used with a None and an
int. Python 3 does not. So we need to ensure the value isn't None
before comparing with >.
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHG2f2a7ea62e9a: commands: check for modheads being None
rHGe6451db43b35: commands: check for modheads being None
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped