]> sipb.mit.edu Git - ikiwiki.git/commitdiff
fix test suite
authorJoey Hess <joey@gnu.kitenet.net>
Sun, 4 Apr 2010 21:06:28 +0000 (17:06 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Sun, 4 Apr 2010 21:06:28 +0000 (17:06 -0400)
IkiWiki/Plugin/bzr.pm

index c96f2d69546f3e95b44e5e3c638064eca7adcfb5..0efc26b4990ee1d2c7f83912c41bc23bdd085677 100644 (file)
@@ -106,6 +106,7 @@ sub bzr_log ($) {
                }
        }
        close $out;
                }
        }
        close $out;
+       push @infos, {%info} if keys %info;
 
        return @infos;
 }
 
        return @infos;
 }