--- a/Logbuch/HG.pm Wed Sep 21 07:41:09 2011 +0200
+++ b/Logbuch/HG.pm Tue Aug 28 09:06:35 2012 +0200
@@ -120,7 +120,7 @@
my $path = $self->get_repo() . "/";
$result[1] =~ s/^([^\s]+)(\s+)(.*)$/${1}${2}${path}${3}/mg;
- return $result[1];
+ return "$result[1]\n" if $result[1];
}