- Use '/' key to quickly access this field.
- Enter a name of repository, or repository group for quick search.
- Prefix query to allow special search:
user:admin, to search for usernames, always global
user_group:devops, to search for user groups, always global
pr:303, to search for pull request number, title, or description, always global
commit:efced4, to search for commits, scoped to repositories or groups
file:models.py, to search for file paths, scoped to repositories or groups
For advanced full text search visit: repository search
tests: enable pytype checking on `mercurial/interfaces` package...
tests: enable pytype checking on `mercurial/interfaces` package
I might regret this, but the files currently scan OK, with the exception of one
place where an `attribute-error` is now disabled. We should fix this somehow,
but the rest of this package needs to be converted to Protocol classes first.
I'm enabling checking on this now because I got to the tail end of the series
converting this to Protocol classes, and suddenly one of the commits is causing
pytype to fail with an error message that doesn't really jive with the few code
changes in it. Then when I ran `pytype-single` on it to get a result faster, I
got a host of other unexpected errors that were likely from earlier in the
series. So first things first, strictly check the content of these files going
forward.