aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/bzr_plugin_does_not_define_rcs__95__diff.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-02-25 17:15:25 -0500
committerJoey Hess <joey@gnu.kitenet.net>2009-02-25 17:15:25 -0500
commit2e0dec2ffcab5af04f5e6c3e1e3504a7aca9e56e (patch)
treee3e6c377c3ef989b3a639d0a238d632012171d4c /doc/bugs/bzr_plugin_does_not_define_rcs__95__diff.mdwn
parentd110235130d10e468fb7ef1a647831c866e954f1 (diff)
downloadikiwiki-2e0dec2ffcab5af04f5e6c3e1e3504a7aca9e56e.tar
ikiwiki-2e0dec2ffcab5af04f5e6c3e1e3504a7aca9e56e.tar.gz
response
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.mdwn5
1 files changed, 5 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
index e57924131..ece919f09 100644
--- a/doc/bugs/bzr_plugin_does_not_define_rcs__95__diff.mdwn
+++ b/doc/bugs/bzr_plugin_does_not_define_rcs__95__diff.mdwn
@@ -10,3 +10,8 @@ Grepping to verify absence of 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);
+> I've added the minimal stub needed to avoid the crash, but for
+> recentchangesdiff to work, someone needs to implement `rcs_diff` for bzr.
+> This should be trivial if you know and use bzr. The function
+> is passed as a parameter the revno of interest and just needs
+> to ask bzr for the diff between that and the previous version. --[[Joey]]