shortify push range url
This commit is contained in:
parent
f61e3e2b99
commit
e1f34c4b8a
1 changed files with 2 additions and 1 deletions
|
@ -215,7 +215,8 @@ class GitHub(object):
|
|||
% (author, forced_str, hash_colored, branch, message, url))
|
||||
else:
|
||||
outputs.append("%s %spushed %d commits to %s - %s"
|
||||
% (author, forced_str, len(commits), branch, range_url))
|
||||
% (author, forced_str, len(commits), branch,
|
||||
self._short_url(range_url)))
|
||||
|
||||
return outputs
|
||||
|
||||
|
|
Loading…
Reference in a new issue