changeset 23002 | 2920a96f5839 |
parent 22954 | 32f15b361f36 |
child 23497 | 5817f71c2336 |
--- a/mercurial/obsolete.py Tue Oct 14 01:27:25 2014 -0700 +++ b/mercurial/obsolete.py Thu Oct 16 14:46:37 2014 -0700 @@ -202,7 +202,8 @@ if flags & usingsha256: raise util.Abort(_('cannot handle sha256 with old obsstore format')) metadata = dict(metadata) - metadata['date'] = '%d %i' % date + time, tz = date + metadata['date'] = '%r %i' % (time, tz) if parents is not None: if not parents: # mark that we explicitly recorded no parents