--- a/contrib/dirstatenonnormalcheck.py Tue Aug 24 22:07:50 2021 +0200
+++ b/contrib/dirstatenonnormalcheck.py Tue Aug 24 21:08:09 2021 +0200
@@ -61,7 +61,6 @@
# make the extension run very slowly on large repos
extensions.wrapfunction(dirstatecl, 'normallookup', _checkdirstate)
extensions.wrapfunction(dirstatecl, 'otherparent', _checkdirstate)
- extensions.wrapfunction(dirstatecl, 'normal', _checkdirstate)
extensions.wrapfunction(dirstatecl, 'write', _checkdirstate)
extensions.wrapfunction(dirstatecl, 'add', _checkdirstate)
extensions.wrapfunction(dirstatecl, 'remove', _checkdirstate)