diff contrib/check-pytype.sh @ 50840:609a3b8058c3

infinitepush: drop the extension The writing have been on the wall for a long time.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 21 Jul 2023 03:56:28 +0200
parents a8893ec94a08
children 0bb5299800ca
line wrap: on
line diff
--- a/contrib/check-pytype.sh	Fri Jun 23 13:27:09 2023 +0200
+++ b/contrib/check-pytype.sh	Fri Jul 21 03:56:28 2023 +0200
@@ -26,7 +26,6 @@
 # hgext/githelp.py              # [attribute-error] [wrong-arg-types]
 # hgext/hgk.py                  # [attribute-error]
 # hgext/histedit.py             # [attribute-error], [wrong-arg-types]
-# hgext/infinitepush            # using bytes for str literal; scheduled for removal
 # hgext/keyword.py              # [attribute-error]
 # hgext/largefiles/storefactory.py  # [attribute-error]
 # hgext/lfs/__init__.py         # [attribute-error]
@@ -88,7 +87,6 @@
     -x hgext/githelp.py \
     -x hgext/hgk.py \
     -x hgext/histedit.py \
-    -x hgext/infinitepush \
     -x hgext/keyword.py \
     -x hgext/largefiles/storefactory.py \
     -x hgext/lfs/__init__.py \