From: Joey Hess Date: Mon, 29 Mar 2010 17:17:32 +0000 (-0400) Subject: add warning about incomplete tla support X-Git-Tag: 3.20100403~60 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e466d11fd363b4758bc4f624ff73664d89891f9e;p=ikiwiki.git add warning about incomplete tla support --- diff --git a/IkiWiki/Setup/Automator.pm b/IkiWiki/Setup/Automator.pm index 402212150..2dcb424e5 100644 --- a/IkiWiki/Setup/Automator.pm +++ b/IkiWiki/Setup/Automator.pm @@ -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"; }