diff options
author | Thorsten Behrens <tbehrens@suse.com> | 2013-06-27 19:37:53 +0200 |
---|---|---|
committer | Thorsten Behrens <tbehrens@suse.com> | 2013-06-27 19:38:40 +0200 |
commit | 001adf630c650b22f2535cc76f90b426a53ad754 (patch) | |
tree | a2e571ec316c47bcbb6c0cf96c90e590b3681d42 /bin/lo-commit-stat | |
parent | f237f1a616d973397511575c1eb033731d6007f7 (diff) |
Seems people prefer enumerations in the wiki for bugs.
Change-Id: I8b2cc796e04091cfddcb7a5c3a57beafe59c7b40
Diffstat (limited to 'bin/lo-commit-stat')
-rwxr-xr-x | bin/lo-commit-stat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/lo-commit-stat b/bin/lo-commit-stat index a965815288b5..fadca4ec71bd 100755 --- a/bin/lo-commit-stat +++ b/bin/lo-commit-stat @@ -411,7 +411,7 @@ sub print_bugs($$$$) $authors = " [" . join (", ", keys %{$pbugs->{$bug}{'author'}}) . "]"; } - $bug =~ s/(.*)\#(.*)/* {{$1|$2}}/ if ($wiki); + $bug =~ s/(.*)\#(.*)/# {{$1|$2}}/ if ($wiki); print $log $bug, " ", $summary, $authors, "\n"; } } |