This was (to my surprise) detected by pytype.
Details
Details
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Event Timeline
Comment Actions
Nice pytype catch!
That's a bug, I think. logcmdutil.getlinerangerevs() should return revs as a smartset, not as list. I sent a fix.