hg log bug

Dmitriy Nikitinskiy nick at bel.ru
Tue Aug 23 00:24:45 CDT 2005


Matt Mackall wrote:
> On Mon, Aug 22, 2005 at 06:38:22PM +0400, Dmitriy Nikitinskiy wrote:
> 
>>Hi All.
>>I have bug in lastest mercurial.
>>(But 0.6b working)
>>
> Something stored a date in your repo of the wrong format. Did you use
> a conversion tool? At least one version of tailor was known to do
> this. Please add a line:
> 
>   print "The date stored is '%s'" % changes[2]
> 
> immediately above line 219 in mercurial commands.py and send me the
> output.
> 

I rolled back to version 0.6b and they works normal.

[nick at nick xmlapps]$ hg verify
checking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
110 files, 346 changesets, 808 total revisions

[nick at nick xmlapps]$ hg version
Mercurial version 0.6b

Copyright (C) 2005 Matt Mackall <mpm at selenic.com>
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

[nick at nick xmlapps]$ hg log | head -n 12
changeset:   345:5d4b81328b991fa22327360086d54ae63bf9975b
tag:         tip
user:            Nick <nick at bel.ru>
date:        Fri Aug 12 14:30:51 2005
summary:     Added from utf translation in GenReport


changeset:   344:24f1c67d15a1421ef98a9ef5d205b27facec0923
user:            Nick <nick at bel.ru>
date:        Thu Aug 11 11:04:59 2005
summary:     Added CustomCommand and command result framework

[nick at nick xmlapps]$ hg log | fgrep "date:" | wc -l
     346

All dates looks normal.


More information about the Mercurial mailing list