]> sipb.mit.edu Git - ikiwiki.git/commitdiff
add warning messages about bzr and mercurial hooks that are not correctly setup
authorJoey Hess <joey@gnu.kitenet.net>
Mon, 29 Mar 2010 15:54:18 +0000 (11:54 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Mon, 29 Mar 2010 15:54:18 +0000 (11:54 -0400)
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";