X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/0f92637c75d03080d43a9b8a95527660d61d67a5..27ac2b7eee3cc39e29c470cd5b5889e93091d9be:/stgit/commands/log.py diff --git a/stgit/commands/log.py b/stgit/commands/log.py index a21789e..e3e17f9 100644 --- a/stgit/commands/log.py +++ b/stgit/commands/log.py @@ -70,7 +70,7 @@ def show_log(log, show_patch): secs, tz = author_date.split() date = '%s %s' % (time.ctime(int(secs)), tz) - print descr, date + out.stdout('%s %s' % (descr, date)) parent = commit.get_parent() if parent: