]> sipb.mit.edu Git - ikiwiki.git/commitdiff
add warning about incomplete tla support
authorJoey Hess <joey@gnu.kitenet.net>
Mon, 29 Mar 2010 17:17:32 +0000 (13:17 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Mon, 29 Mar 2010 17:17:32 +0000 (13:17 -0400)
IkiWiki/Setup/Automator.pm

index 4022121500e0da267c57de3b7fb34291c0ec35ee..2dcb424e56c57826900a50a413243a48ce840132 100644 (file)
@@ -78,6 +78,10 @@ sub import (@) {
                        # TODO
                        print STDERR "warning: do not know how to set up the mercurial_wrapper hook!\n";
                }
+               elsif ($config{rcs} eq 'tla') {
+                       # TODO
+                       print STDERR "warning: do not know how to set up the tla_wrapper hook!\n";
+               }
                elsif ($config{rcs} eq 'cvs') {
                        $config{cvs_wrapper}=$config{repository}."/CVSROOT/post-commit";
                }