diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-04-04 12:28:12 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-04-04 12:28:12 -0400 |
commit | 6876c5a588a55df212cde24d7eabaa76b67ac292 (patch) | |
tree | d06965f77674c25bab9f05bcbe1915b9011ddd06 /doc | |
parent | c9af069b5947ab7fb4a52fe735ef684072868f31 (diff) |
close bug, comment
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/bzr_2.0_breaks_bzr_plugin.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/bugs/bzr_2.0_breaks_bzr_plugin.mdwn b/doc/bugs/bzr_2.0_breaks_bzr_plugin.mdwn index bda07d15b..39500af20 100644 --- a/doc/bugs/bzr_2.0_breaks_bzr_plugin.mdwn +++ b/doc/bugs/bzr_2.0_breaks_bzr_plugin.mdwn @@ -3,6 +3,10 @@ Version 2.0 of bzr seems to break the bzr plugin. I traced this to the bzr_log method in the plugin, and patching that seems to fix it. The plugin just needs to parse the input little bit differently. --liw +> Patch applied, [[done]] (but, it would be good if it could be tested with +> an older bzr, and it's a pity bzr's human-targeted log has to be parsed, +> I assume there is no machine-targeted version?) --[[Joey]] + From fb897114124e627fd3acf5af8e784c9a77419a81 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius <liw@liw.fi> Date: Sun, 4 Apr 2010 21:05:07 +1200 |