fpull: Show diffstat

It isn't shown by default with rebase, but it's pretty useful.
This commit is contained in:
nyuszika7h 2014-12-05 11:33:48 +01:00
parent fc53b905be
commit a69a070c27

View File

@ -6012,7 +6012,7 @@ game.__doc__ = game_help
def fpull(cli, nick, chan, rest):
"""Pulls from the repository to update the bot."""
args = ["git", "pull", "--rebase=preserve"]
args = ["git", "pull", "--stat", "--rebase=preserve"]
if rest:
args += rest.split(" ")