Put a dash between commit message and commit url

This commit is contained in:
jesopo 2018-10-26 11:27:50 +01:00
parent e9ed153aa3
commit c5e1fafeb1

View file

@ -34,7 +34,7 @@ class Module(ModuleManager.BaseModule):
removed_count = len(commit["removed"])
url = COMMIT_URL % (full_name, id[:8])
line = ("(%s) [files: +%d%d -%d] commit by '%s': %s %s"
line = ("(%s) [files: +%d%d -%d] commit by '%s': %s - %s"
% (full_name, added_count, modified_count,
removed_count, author, message, url))
hooks = [hook for hook in hooks if hook[2]]