contrib/dirstatenonnormalcheck.py
changeset 47912 91afee6f959e
parent 47911 3d2c17c5d7f2
child 47913 3911c61f09c6
--- a/contrib/dirstatenonnormalcheck.py	Tue Aug 24 21:09:01 2021 +0200
+++ b/contrib/dirstatenonnormalcheck.py	Tue Aug 24 21:09:20 2021 +0200
@@ -60,7 +60,6 @@
             # We don't do all these checks when paranoid is disable as it would
             # make the extension run very slowly on large repos
             extensions.wrapfunction(dirstatecl, 'write', _checkdirstate)
-            extensions.wrapfunction(dirstatecl, 'add', _checkdirstate)
             extensions.wrapfunction(dirstatecl, 'remove', _checkdirstate)
             extensions.wrapfunction(dirstatecl, 'merge', _checkdirstate)
             extensions.wrapfunction(dirstatecl, 'drop', _checkdirstate)