Put a dash between commit message and commit url
This commit is contained in:
parent
e9ed153aa3
commit
c5e1fafeb1
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class Module(ModuleManager.BaseModule):
|
||||||
removed_count = len(commit["removed"])
|
removed_count = len(commit["removed"])
|
||||||
url = COMMIT_URL % (full_name, id[:8])
|
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,
|
% (full_name, added_count, modified_count,
|
||||||
removed_count, author, message, url))
|
removed_count, author, message, url))
|
||||||
hooks = [hook for hook in hooks if hook[2]]
|
hooks = [hook for hook in hooks if hook[2]]
|
||||||
|
|
Loading…
Reference in a new issue