]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/bzr.pm
po plugin: replace tweakurlpath hook with a wrapper function
[ikiwiki.git] / IkiWiki / Plugin / bzr.pm
index 99025a973db235605cf64448e9ccdd04e1fc687b..101e91b930836126f9ef4a00b6a722af42cf5c50 100644 (file)
@@ -33,10 +33,14 @@ sub checkconfig () { #{{{
 
 sub getsetup () { #{{{
        return
+               plugin => {
+                       safe => 0, # rcs plugin
+                       rebuild => undef,
+               },
                bzr_wrapper => {
                        type => "string",
                        #example => "", # FIXME add example
-                       description => "bzr post-commit executable to generate",
+                       description => "bzr post-commit hook to generate",
                        safe => 0, # file
                        rebuild => 0,
                },