git integrations: Change the limit of shown commits from 10 to 20.

This commit is contained in:
wizsid11
2017-03-10 01:55:21 +05:30
committed by Tim Abbott
parent cdb07c7005
commit f066e3e8d6
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ SUBJECT_WITH_PR_OR_ISSUE_INFO_TEMPLATE = u'{repo} / {type} #{id} {title}'
EMPTY_SHA = '0000000000000000000000000000000000000000'
COMMITS_LIMIT = 10
COMMITS_LIMIT = 20
COMMIT_ROW_TEMPLATE = u'* [{commit_short_sha}]({commit_url}): {commit_msg}\n'
COMMITS_MORE_THAN_LIMIT_TEMPLATE = u"[and {commits_number} more commit(s)]"