mercurial/cmdutil.py
changeset 18648 76b69cccb07a
parent 18613 1a2f4c633410
child 18688 79107fad06aa
--- 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))