##// END OF EJS Templates
pytype: stop excluding upgrade.py...
Matt Harbison -
r49303:a4d8de93 default
parent child Browse files
Show More
@@ -42,7 +42,7 b' def upgraderepo('
42 42 ):
43 43 """Upgrade a repository in place."""
44 44 if optimize is None:
45 optimize = {}
45 optimize = set()
46 46 repo = repo.unfiltered()
47 47
48 48 specified_revlogs = {}
@@ -40,7 +40,6 b' mercurial/statprof.py # bytes vs'
40 40 mercurial/testing/storage.py # tons of [attribute-error]
41 41 mercurial/ui.py # [attribute-error], [wrong-arg-types]
42 42 mercurial/unionrepo.py # ui, svfs, unfiltered [attribute-error]
43 mercurial/upgrade.py # line 84, in upgraderepo: No attribute 'discard' on Dict[nothing, nothing] [attribute-error]
44 43 mercurial/util.py # [attribute-error], [wrong-arg-count]
45 44 mercurial/utils/procutil.py # [attribute-error], [module-attr], [bad-return-type]
46 45 mercurial/utils/stringutil.py # [module-attr], [wrong-arg-count]
@@ -88,7 +87,6 b' development, but may be a hinderance for'
88 87 > -x mercurial/thirdparty \
89 88 > -x mercurial/ui.py \
90 89 > -x mercurial/unionrepo.py \
91 > -x mercurial/upgrade.py \
92 90 > -x mercurial/utils/procutil.py \
93 91 > -x mercurial/utils/stringutil.py \
94 92 > -x mercurial/utils/memorytop.py \
General Comments 0
You need to be logged in to leave comments. Login now