contrib/dirstatenonnormalcheck.py
changeset 47942 3d2c17c5d7f2
parent 47941 50bed873a765
child 47943 91afee6f959e
--- a/contrib/dirstatenonnormalcheck.py	Tue Aug 24 21:08:37 2021 +0200
+++ b/contrib/dirstatenonnormalcheck.py	Tue Aug 24 21:09:01 2021 +0200
@@ -59,7 +59,6 @@
         if paranoid:
             # 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, 'otherparent', _checkdirstate)
             extensions.wrapfunction(dirstatecl, 'write', _checkdirstate)
             extensions.wrapfunction(dirstatecl, 'add', _checkdirstate)
             extensions.wrapfunction(dirstatecl, 'remove', _checkdirstate)