]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Rcs/monotone.pm
All rcs backends need to implement rcs_remove
[ikiwiki.git] / IkiWiki / Rcs / monotone.pm
index ce4a2a3ed4d3b10d89b436818b29145b7cd743ff..948edac0af6e217d704b04f18eb14d1e6868dabb 100644 (file)
@@ -370,6 +370,12 @@ sub rcs_add ($) { #{{{
        }
 } #}}}
 
+sub rcs_remove ($) { # {{{
+       my $file = shift;
+
+       error("rcs_remove not implemented for monotone"); # TODO
+} #}}}
+
 sub rcs_recentchanges ($) { #{{{
        my $num=shift;
        my @ret;