projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6876c5a
)
fix test suite
author
Joey Hess
<joey@gnu.kitenet.net>
Sun, 4 Apr 2010 21:06:28 +0000
(17:06 -0400)
committer
Joey Hess
<joey@gnu.kitenet.net>
Sun, 4 Apr 2010 21:06:28 +0000
(17:06 -0400)
IkiWiki/Plugin/bzr.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/bzr.pm
b/IkiWiki/Plugin/bzr.pm
index c96f2d69546f3e95b44e5e3c638064eca7adcfb5..0efc26b4990ee1d2c7f83912c41bc23bdd085677 100644
(file)
--- a/
IkiWiki/Plugin/bzr.pm
+++ b/
IkiWiki/Plugin/bzr.pm
@@
-106,6
+106,7
@@
sub bzr_log ($) {
}
}
close $out;
+ push @infos, {%info} if keys %info;
return @infos;
}