[Updated] D11917: pytype: stop excluding cmdutil.py

mharbison72 (Matt Harbison) phabricator at mercurial-scm.org
Fri Dec 17 11:10:39 UTC 2021


Closed by commit rHG3444e0b39c30: pytype: stop excluding cmdutil.py (authored by mharbison72).
This revision was automatically updated to reflect the committed changes.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D11917?vs=31474&id=31511

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D11917/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D11917

AFFECTED FILES
  tests/test-check-pytype.t

CHANGE DETAILS

diff --git a/tests/test-check-pytype.t b/tests/test-check-pytype.t
--- a/tests/test-check-pytype.t
+++ b/tests/test-check-pytype.t
@@ -11,7 +11,6 @@
 
 mercurial/bundlerepo.py       # no vfs and ui attrs on bundlerepo
 mercurial/chgserver.py        # [attribute-error]
-mercurial/cmdutil.py          # No attribute 'markcopied' on mercurial.context.filectx [attribute-error]
 mercurial/context.py          # many [attribute-error]
 mercurial/crecord.py          # tons of [attribute-error], [module-attr]
 mercurial/debugcommands.py    # [wrong-arg-types]
@@ -54,7 +53,6 @@
   $ pytype -V 3.6 --keep-going --jobs auto mercurial \
   >    -x mercurial/bundlerepo.py \
   >    -x mercurial/chgserver.py \
-  >    -x mercurial/cmdutil.py \
   >    -x mercurial/context.py \
   >    -x mercurial/crecord.py \
   >    -x mercurial/debugcommands.py \



To: mharbison72, #hg-reviewers, Alphare
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20211217/600fce2d/attachment-0002.html>


More information about the Mercurial-patches mailing list