ikiwiki/IkiWiki/Plugin
Lars Wirzenius 75afa94c36 Fix bzr plugin to work with bzr 2.0.
The output of "bzr log" seems to have changed a bit, so we change the
parsing accordingly. This has not been tested with earlier versions of
bzr.

Several problems seemed to occur, all in the bzr_log subroutine:

1. The @infos list would contain an empty hash, which would confuse the
   rest of the program.
2. This was because bzr_log would push an empty anonymous hash to the
   list whenever it thought a new record would start.
3. However, a new record marker (now?) also happens at th end of bzr log
   output.
4. Now we collect the record to a hash that gets pushed to the list only
   if it is not empty.
5. Also, sometimes bzr log outputs "revno: 1234 [merge]", so we catch only
   the revision number.
6. Finally, there may be non-headers at the of the output, so we ignore
   those.
2010-04-04 12:15:38 -04:00
..
404.pm
aggregate.pm
amazon_s3.pm
anonok.pm
attachment.pm
autoindex.pm
blogspam.pm
brokenlinks.pm
bzr.pm Fix bzr plugin to work with bzr 2.0. 2010-04-04 12:15:38 -04:00
calendar.pm
camelcase.pm
color.pm
comments.pm
conditional.pm
creole.pm
cutpaste.pm
cvs.pm
darcs.pm
date.pm
ddate.pm
editdiff.pm
editpage.pm
edittemplate.pm
embed.pm
external.pm
favicon.pm
filecheck.pm
format.pm
fortune.pm
getsource.pm
git.pm
goodstuff.pm
google.pm
goto.pm
graphviz.pm
haiku.pm
highlight.pm
hnb.pm
html.pm
htmlbalance.pm
htmlscrubber.pm
htmltidy.pm
httpauth.pm
img.pm
inline.pm
link.pm
linkmap.pm
listdirectives.pm
localstyle.pm
lockedit.pm
map.pm
mdwn.pm
mercurial.pm
meta.pm
mirrorlist.pm
moderatedcomments.pm
monotone.pm
more.pm
norcs.pm
opendiscussion.pm
openid.pm
orphans.pm
otl.pm
pagecount.pm
pagestats.pm
pagetemplate.pm
parentlinks.pm
passwordauth.pm
pingee.pm
pinger.pm
po.pm
poll.pm
polygen.pm
postsparkline.pm
prettydate.pm
progress.pm
rawhtml.pm
recentchanges.pm
recentchangesdiff.pm
relativedate.pm
remove.pm
rename.pm
repolist.pm
rsync.pm
search.pm
shortcut.pm
sidebar.pm
signinedit.pm
skeleton.pm.example
smiley.pm
sparkline.pm
svn.pm
table.pm
tag.pm
template.pm
testpagespec.pm
teximg.pm
textile.pm
tla.pm
toc.pm
toggle.pm
txt.pm
typography.pm
underlay.pm
version.pm
websetup.pm
wikitext.pm
wmd.pm