diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-03-29 11:54:18 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-03-29 11:54:18 -0400 |
commit | 891238e075f0c4716ec8f51d5832745b0348ab77 (patch) | |
tree | 072c8cde30b1cbb6db8c1fcf3b442651069991a3 /IkiWiki | |
parent | 799b93d258bad917262ac160df74136f05d4a451 (diff) |
add warning messages about bzr and mercurial hooks that are not correctly setup
Diffstat (limited to 'IkiWiki')
-rw-r--r-- | IkiWiki/Setup/Automator.pm | 2 |
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"; |