diff -r c1d23b4a66d5 -r 76b69cccb07a mercurial/cmdutil.py --- a/mercurial/cmdutil.py Sun Feb 10 18:26:04 2013 +0100 +++ b/mercurial/cmdutil.py Fri Feb 08 22:54:17 2013 +0100 @@ -575,6 +575,7 @@ write("# HG changeset patch\n") write("# User %s\n" % ctx.user()) write("# Date %d %d\n" % ctx.date()) + write("# %s\n" % util.datestr(ctx.date())) if branch and branch != 'default': write("# Branch %s\n" % branch) write("# Node ID %s\n" % hex(node))