aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/bzr_2.0_breaks_bzr_plugin.mdwn
diff options
context:
space:
mode:
authorhttp://liw.fi/ <http://liw.fi/@web>2010-04-04 09:12:23 +0000
committerJoey Hess <joey@finch.kitenet.net>2010-04-04 09:12:23 +0000
commit3e2a78840a22c376e40dccd358e94533313596e8 (patch)
treecffce1c7c3619f3112053eb87853cf68e5d405b1 /doc/bugs/bzr_2.0_breaks_bzr_plugin.mdwn
parent17cc857378c518114989c41dfb1411c9ab8419ea (diff)
downloadikiwiki-3e2a78840a22c376e40dccd358e94533313596e8.tar
ikiwiki-3e2a78840a22c376e40dccd358e94533313596e8.tar.gz
Diffstat (limited to 'doc/bugs/bzr_2.0_breaks_bzr_plugin.mdwn')
-rw-r--r--doc/bugs/bzr_2.0_breaks_bzr_plugin.mdwn3
1 files changed, 3 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
new file mode 100644
index 000000000..bd0900670
--- /dev/null
+++ b/doc/bugs/bzr_2.0_breaks_bzr_plugin.mdwn
@@ -0,0 +1,3 @@
+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.