aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki.pm
diff options
context:
space:
mode:
authorPeter Gammie <peteg42@gmail.com>2010-10-01 14:06:00 +1000
committerPeter Gammie <peteg42@gmail.com>2010-10-01 14:06:00 +1000
commit8024a2636feb60026a79715430a66bb572b9eae8 (patch)
treeeee94edbac8195dfb2ebe269cd2d94c0a67814c9 /IkiWiki.pm
parenteba5c715144024f4784538af256ffa9d7fcb8a2d (diff)
downloadikiwiki-8024a2636feb60026a79715430a66bb572b9eae8.tar
ikiwiki-8024a2636feb60026a79715430a66bb572b9eae8.tar.gz
Complete rcs_preprevert and lightly test.
Diffstat (limited to 'IkiWiki.pm')
-rw-r--r--IkiWiki.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/IkiWiki.pm b/IkiWiki.pm
index e2b2ceda3..aa4dccac3 100644
--- a/IkiWiki.pm
+++ b/IkiWiki.pm
@@ -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}->(@_);
}