]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Setup/Automator.pm
add warning messages about bzr and mercurial hooks that are not correctly setup
[ikiwiki.git] / IkiWiki / Setup / Automator.pm
index 38e0d4422bc0506ec2249273299313e672777a70..4022121500e0da267c57de3b7fb34291c0ec35ee 100644 (file)
@@ -72,9 +72,11 @@ sub import (@) {
                }
                elsif ($config{rcs} eq 'bzr') {
                        # TODO
+                       print STDERR "warning: do not know how to set up the bzr_wrapper hook!\n";
                }
                elsif ($config{rcs} eq 'mercurial') {
                        # TODO
+                       print STDERR "warning: do not know how to set up the mercurial_wrapper hook!\n";
                }
                elsif ($config{rcs} eq 'cvs') {
                        $config{cvs_wrapper}=$config{repository}."/CVSROOT/post-commit";