projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
799b93d
)
add warning messages about bzr and mercurial hooks that are not correctly setup
author
Joey Hess
<joey@gnu.kitenet.net>
Mon, 29 Mar 2010 15:54:18 +0000
(11:54 -0400)
committer
Joey Hess
<joey@gnu.kitenet.net>
Mon, 29 Mar 2010 15:54:18 +0000
(11:54 -0400)
IkiWiki/Setup/Automator.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Setup/Automator.pm
b/IkiWiki/Setup/Automator.pm
index 38e0d4422bc0506ec2249273299313e672777a70..4022121500e0da267c57de3b7fb34291c0ec35ee 100644
(file)
--- 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";