]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Rcs/Stub.pm
attachment location
[ikiwiki.git] / IkiWiki / Rcs / Stub.pm
index df347f6a994711977fd2f88c10393c53406d14b5..a460f29a2ee34f9580ba9ad5a81c3b2159a32acf 100644 (file)
@@ -57,6 +57,13 @@ sub rcs_recentchanges ($) {
        # }
 }
 
+sub rcs_diff ($) {
+       # Optional, used to get diffs for recentchanges.
+       # The parameter is the rev from rcs_recentchanges.
+       # Should return a list of lines of the diff (including \n) in list
+       # context, and the whole diff in scalar context.
+}
+
 sub rcs_getctime ($) {
        # Optional, used to get the page creation time from the RCS.
        error gettext("getctime not implemented");