diff options
author | http://liw.fi/ <http://liw.fi/@web> | 2010-04-04 09:13:01 +0000 |
---|---|---|
committer | Joey Hess <joey@finch.kitenet.net> | 2010-04-04 09:13:01 +0000 |
commit | 3190e3be93a97ccf0f1c2a4a2d4a27cd1326263b (patch) | |
tree | 9a27c638d27516323de493f1b767d5c372974a47 /doc/bugs/bzr_2.0_breaks_bzr_plugin.mdwn | |
parent | 3e2a78840a22c376e40dccd358e94533313596e8 (diff) | |
download | ikiwiki-3190e3be93a97ccf0f1c2a4a2d4a27cd1326263b.tar ikiwiki-3190e3be93a97ccf0f1c2a4a2d4a27cd1326263b.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.mdwn | 1 |
1 files changed, 1 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 bd0900670..2fd25df9c 100644 --- a/doc/bugs/bzr_2.0_breaks_bzr_plugin.mdwn +++ b/doc/bugs/bzr_2.0_breaks_bzr_plugin.mdwn @@ -1,3 +1,4 @@ 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 |