hgext/largefiles/uisetup.py
changeset 23886 5ce8dcd05dc4
parent 23837 2b79d124a12f
child 24230 23438bceba04
--- a/hgext/largefiles/uisetup.py	Mon Jan 12 20:59:17 2015 -0500
+++ b/hgext/largefiles/uisetup.py	Mon Jan 12 21:44:43 2015 -0500
@@ -33,6 +33,7 @@
     # and in the process of handling commit -A (issue3542)
     entry = extensions.wrapfunction(scmutil, 'addremove',
                                     overrides.scmutiladdremove)
+    extensions.wrapfunction(cmdutil, 'add', overrides.cmdutiladd)
     extensions.wrapfunction(cmdutil, 'remove', overrides.cmdutilremove)
     extensions.wrapfunction(cmdutil, 'forget', overrides.cmdutilforget)