aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Setup
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2010-03-29 11:54:18 -0400
committerJoey Hess <joey@gnu.kitenet.net>2010-03-29 11:54:18 -0400
commit891238e075f0c4716ec8f51d5832745b0348ab77 (patch)
tree072c8cde30b1cbb6db8c1fcf3b442651069991a3 /IkiWiki/Setup
parent799b93d258bad917262ac160df74136f05d4a451 (diff)
downloadikiwiki-891238e075f0c4716ec8f51d5832745b0348ab77.tar
ikiwiki-891238e075f0c4716ec8f51d5832745b0348ab77.tar.gz
add warning messages about bzr and mercurial hooks that are not correctly setup
Diffstat (limited to 'IkiWiki/Setup')
-rw-r--r--IkiWiki/Setup/Automator.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/IkiWiki/Setup/Automator.pm b/IkiWiki/Setup/Automator.pm
index 38e0d4422..402212150 100644
--- a/IkiWiki/Setup/Automator.pm
+++ b/IkiWiki/Setup/Automator.pm
@@ -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";