comparison mercurial/upgrade_utils/actions.py @ 46810:bc268ea9f984 stable

typing: disable processing of mercurial/upgrade_utils/actions.py There was a recent regression in pytype that causes processing to stall and consume memory, and it doesn't sound like it will be fixed any time soon. Differential Revision: https://phab.mercurial-scm.org/D10273
author Matt Harbison <matt_harbison@yahoo.com>
date Thu, 25 Mar 2021 19:06:28 -0400
parents 6e81446bf1d9
children 856820b497fc
comparison
equal deleted inserted replaced
46802:112826b59476 46810:bc268ea9f984
2 # 2 #
3 # Copyright (c) 2016-present, Gregory Szorc 3 # Copyright (c) 2016-present, Gregory Szorc
4 # 4 #
5 # This software may be used and distributed according to the terms of the 5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version. 6 # GNU General Public License version 2 or any later version.
7
8 # See https://github.com/google/pytype/issues/860
9 # pytype: skip-file
7 10
8 from __future__ import absolute_import 11 from __future__ import absolute_import
9 12
10 from ..i18n import _ 13 from ..i18n import _
11 from .. import ( 14 from .. import (