Use the new !avatar syntax in our git integration.

(imported from commit e00bc63f6fb1944ed206b3ede5431ac2b1ae1ac2)
This commit is contained in:
Tim Abbott 2013-11-20 13:10:43 -05:00
parent 6fbf905289
commit 3da6c41345
3 changed files with 5 additions and 5 deletions

View file

@ -77,7 +77,7 @@ def git_commit_range(oldrev, newrev):
if hasattr(config, "format_commit_message"):
commits += config.format_commit_message(author_email, subject, commit_id)
else:
commits += '!gravatar(%s) %s\n' % (author_email, subject)
commits += '!avatar(%s) %s\n' % (author_email, subject)
return commits
def send_bot_message(oldrev, newrev, refname):