Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge commit 'intrigeri/po' into po
[git.ikiwiki.info.git]
/
IkiWiki
/
Plugin
/
bzr.pm
diff --git
a/IkiWiki/Plugin/bzr.pm
b/IkiWiki/Plugin/bzr.pm
index 99025a973db235605cf64448e9ccdd04e1fc687b..1054f5b3e3f0be1c39e3865fc0a8b90b80ae2b74 100644
(file)
--- a/
IkiWiki/Plugin/bzr.pm
+++ b/
IkiWiki/Plugin/bzr.pm
@@
-33,10
+33,14
@@
sub checkconfig () { #{{{
sub getsetup () { #{{{
return
sub getsetup () { #{{{
return
+ plugin => {
+ safe => 0, # rcs plugin
+ rebuild => undef,
+ },
bzr_wrapper => {
type => "string",
#example => "", # FIXME add example
bzr_wrapper => {
type => "string",
#example => "", # FIXME add example
- description => "bzr post-commit
executable
to generate",
+ description => "bzr post-commit
hook
to generate",
safe => 0, # file
rebuild => 0,
},
safe => 0, # file
rebuild => 0,
},
@@
-242,7
+246,7
@@
sub rcs_recentchanges ($) { #{{{
rev => $info->{"revno"},
user => $user,
committype => "bzr",
rev => $info->{"revno"},
user => $user,
committype => "bzr",
- when =>
time -
str2time($info->{"timestamp"}),
+ when => str2time($info->{"timestamp"}),
message => [@message],
pages => [@pages],
};
message => [@message],
pages => [@pages],
};