Mercurial > hg
comparison mercurial/commands.py @ 49854:cb3918e5bc77
typing: disable [unsupported-operands] warning in the largefiles outgoing hook
For some reason, pytype thinks `toupload` is a set:
No attribute '__setitem__' on Set[nothing]
(It actually is a set in the subsequent `else` branch, but I'm not interested in
trying to rewrite this to be consistent.)
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Thu, 05 Jan 2023 17:21:09 -0500 |
parents | e0c0545e2e55 |
children | c166b212bdee |
comparison
equal
deleted
inserted
replaced
49853:e63ab79b2fa1 | 49854:cb3918e5bc77 |
---|