aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/bzr_plugin_does_not_define_rcs__95__diff.mdwn
diff options
context:
space:
mode:
authorhttp://liw.fi/ <http://liw.fi/@web>2009-02-25 07:19:39 -0500
committerJoey Hess <joey@kitenet.net>2009-02-25 07:19:39 -0500
commit8638b8ed31879c34bfa37bbb9a079052fff7c4b3 (patch)
tree80061220fc02e65b7a0d909dedb62513ab747cea /doc/bugs/bzr_plugin_does_not_define_rcs__95__diff.mdwn
parent8682daad58023fd6297945d602d2044f3e8f063f (diff)
downloadikiwiki-8638b8ed31879c34bfa37bbb9a079052fff7c4b3.tar
ikiwiki-8638b8ed31879c34bfa37bbb9a079052fff7c4b3.tar.gz
Diffstat (limited to 'doc/bugs/bzr_plugin_does_not_define_rcs__95__diff.mdwn')
-rw-r--r--doc/bugs/bzr_plugin_does_not_define_rcs__95__diff.mdwn12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/bugs/bzr_plugin_does_not_define_rcs__95__diff.mdwn b/doc/bugs/bzr_plugin_does_not_define_rcs__95__diff.mdwn
new file mode 100644
index 000000000..e57924131
--- /dev/null
+++ b/doc/bugs/bzr_plugin_does_not_define_rcs__95__diff.mdwn
@@ -0,0 +1,12 @@
+The bzr plugin does not seem to define the rcs_diff subroutine.
+I got the follow error after enabling recentchangesdiff:
+
+"Undefined subroutine &IkiWiki::Plugin::bzr::rcs_diff called at /usr/share/perl5/IkiWiki.pm line 1590."
+
+Grepping to verify absence of rcs_diff:
+
+ $ grep rcs_diff /usr/share/perl5/IkiWiki/Plugin/{git,bzr}.pm
+ /usr/share/perl5/IkiWiki/Plugin/git.pm: hook(type => "rcs", id => "rcs_diff", call => \&rcs_diff);
+ /usr/share/perl5/IkiWiki/Plugin/git.pm:sub rcs_diff ($) {
+ /usr/share/perl5/IkiWiki/Plugin/bzr.pm: hook(type => "rcs", id => "rcs_diff", call => \&rcs_diff);
+