]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki.pm
Complete rcs_preprevert and lightly test.
[ikiwiki.git] / IkiWiki.pm
index e2b2ceda301ba064bd8808f0421d16a74fc08362..aa4dccac3f215c57fc833f1b6efda615eabac6ae 100644 (file)
@@ -1941,7 +1941,7 @@ sub rcs_receive () {
        $hooks{rcs}{rcs_receive}{call}->();
 }
 
-sub rcs_preprevert ($) {
+sub rcs_preprevert (@) {
        $hooks{rcs}{rcs_preprevert}{call}->(@_);
 }
 
@@ -1949,7 +1949,7 @@ sub rcs_revert (@) {
        $hooks{rcs}{rcs_revert}{call}->(@_);
 }
 
-sub rcs_showpatch ($) {
+sub rcs_showpatch (@) {
        $hooks{rcs}{rcs_showpatch}{call}->(@_);
 }