[issue1193] f84f507c53d3 commits in 1970
Christian Ebert
mercurial-bugs at selenic.com
Sat Jun 21 09:51:46 UTC 2008
New submission from Christian Ebert <blacktrash at gmx.net>:
$ hg -q --version
Mercurial Distributed SCM (version 8251ffb35725)
$ hg ci -m test
$ hg tip --template='{date|isodate}\n'
2008-06-21 10:34 +0200
$ hg rollback
rolling back last transaction
$ hg -q --version
Mercurial Distributed SCM (version 2011bb8ada9a)
$ hg ci -m test
$ hg tip --template='{date|isodate}\n'
1970-01-01 00:00 +0000
The "culprit" is:
changeset: 6709:f84f507c53d3
user: Patrick Mezard <pmezard at gmail.com>
date: Wed Jun 18 22:52:26 2008 +0200
summary: context: let workingctx.date(), .user() and description() be overriden
----------
messages: 6380
nosy: blacktrash, pmezard
priority: urgent
status: unread
title: f84f507c53d3 commits in 1970
____________________________________________________
Mercurial issue tracker <mercurial-bugs at selenic.com>
<http://www.selenic.com/mercurial/bts/issue1193>
____________________________________________________
More information about the Mercurial-devel
mailing list