##// 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 """Upgrade a repository in place."""
43 """Upgrade a repository in place."""
44 if optimize is None:
44 if optimize is None:
45 optimize = {}
45 optimize = set()
46 repo = repo.unfiltered()
46 repo = repo.unfiltered()
47
47
48 specified_revlogs = {}
48 specified_revlogs = {}
@@ -40,7 +40,6 b' mercurial/statprof.py # bytes vs'
40 mercurial/testing/storage.py # tons of [attribute-error]
40 mercurial/testing/storage.py # tons of [attribute-error]
41 mercurial/ui.py # [attribute-error], [wrong-arg-types]
41 mercurial/ui.py # [attribute-error], [wrong-arg-types]
42 mercurial/unionrepo.py # ui, svfs, unfiltered [attribute-error]
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 mercurial/util.py # [attribute-error], [wrong-arg-count]
43 mercurial/util.py # [attribute-error], [wrong-arg-count]
45 mercurial/utils/procutil.py # [attribute-error], [module-attr], [bad-return-type]
44 mercurial/utils/procutil.py # [attribute-error], [module-attr], [bad-return-type]
46 mercurial/utils/stringutil.py # [module-attr], [wrong-arg-count]
45 mercurial/utils/stringutil.py # [module-attr], [wrong-arg-count]
@@ -88,7 +87,6 b' development, but may be a hinderance for'
88 > -x mercurial/thirdparty \
87 > -x mercurial/thirdparty \
89 > -x mercurial/ui.py \
88 > -x mercurial/ui.py \
90 > -x mercurial/unionrepo.py \
89 > -x mercurial/unionrepo.py \
91 > -x mercurial/upgrade.py \
92 > -x mercurial/utils/procutil.py \
90 > -x mercurial/utils/procutil.py \
93 > -x mercurial/utils/stringutil.py \
91 > -x mercurial/utils/stringutil.py \
94 > -x mercurial/utils/memorytop.py \
92 > -x mercurial/utils/memorytop.py \
General Comments 0
You need to be logged in to leave comments. Login now