hgext/largefiles/uisetup.py
branchstable
changeset 27944 4511e8dac4c7
parent 27586 42910f9fffeb
child 28394 dcb4209bd30d
--- a/hgext/largefiles/uisetup.py	Sat Jan 23 23:24:30 2016 -0500
+++ b/hgext/largefiles/uisetup.py	Sat Jan 23 23:32:49 2016 -0500
@@ -123,6 +123,8 @@
     extensions.wrapfunction(cmdutil, 'bailifchanged',
                             overrides.overridebailifchanged)
 
+    extensions.wrapfunction(cmdutil, 'postcommitstatus',
+                            overrides.postcommitstatus)
     extensions.wrapfunction(scmutil, 'marktouched',
                             overrides.scmutilmarktouched)