As with other places, there are some places where our types are just
too complicated for pytype, so we put some suppressions in place.
Details
Details
- Reviewers
dlax - Group Reviewers
hg-reviewers
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Event Timeline
mercurial/commands.py | ||
---|---|---|
1124 | This one is sad. I think this can be sorted out by replacing the try:/finally: with a context manager. (Can send a patch, if it sounds good to you.) |
mercurial/commands.py | ||
---|---|---|
1124 | By all means! |
mercurial/commands.py | ||
---|---|---|
4746 | revs is always a smartset.baseset per af9c73f26371 so there should be no attribute error. Or is it because logcmdutil.getlinerangerevs() has no type annotation (whereas logcmdutil.getrevs() has some)? |