Few small tweaks and fixes

This commit is contained in:
Luke Rogers 2014-02-26 22:22:10 +13:00
parent 8b1de13c8e
commit 2028075d2f
2 changed files with 7 additions and 7 deletions

View file

@ -34,7 +34,7 @@ def version(inp, bot=None):
in_sync = False
# output
return "Local {} is at commit {}, remote {} is at commit {}." \
return "Local \x02{}\x02 is at commit \x02{}\x02, remote \x02{}\x02 is at commit \x02{}\x02." \
" You {} running the latest version.".format(head, current_commit.name_rev[:7],
origin_head, remote_commit.name_rev[:7],
"are" if in_sync else "are not")