projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a8bcf2
)
add warning about incomplete tla support
author
Joey Hess
<joey@gnu.kitenet.net>
Mon, 29 Mar 2010 17:17:32 +0000
(13:17 -0400)
committer
Joey Hess
<joey@gnu.kitenet.net>
Mon, 29 Mar 2010 17:17:32 +0000
(13:17 -0400)
IkiWiki/Setup/Automator.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Setup/Automator.pm
b/IkiWiki/Setup/Automator.pm
index 4022121500e0da267c57de3b7fb34291c0ec35ee..2dcb424e56c57826900a50a413243a48ce840132 100644
(file)
--- 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";
}