aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Setup
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2010-03-29 13:17:32 -0400
committerJoey Hess <joey@gnu.kitenet.net>2010-03-29 13:17:32 -0400
commite466d11fd363b4758bc4f624ff73664d89891f9e (patch)
tree02d2fd7e2c4494e9b83863bcf986efd064fd1a19 /IkiWiki/Setup
parent7a8bcf2a6745d570bf9055df7b0390f9a9ca8a0d (diff)
downloadikiwiki-e466d11fd363b4758bc4f624ff73664d89891f9e.tar
ikiwiki-e466d11fd363b4758bc4f624ff73664d89891f9e.tar.gz
add warning about incomplete tla support
Diffstat (limited to 'IkiWiki/Setup')
-rw-r--r--IkiWiki/Setup/Automator.pm4
1 files changed, 4 insertions, 0 deletions
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";
}