contrib/dirstatenonnormalcheck.py
changeset 47909 f89ac1ed2bc6
parent 47908 74a8d5c6fdc6
child 47910 50bed873a765
--- 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)