hg log bug

Mikael Berthe mikael.berthe at lilotux.net
Mon Aug 22 10:11:58 CDT 2005


* Dmitriy Nikitinskiy <nick at bel.ru> [2005-08-22 16:38 +0200]:
> [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

How did you create this repository?  Did you convert it from another
one?

>   File "/usr/local/lib/python2.3/site-packages/mercurial/commands.py", 
> line 219, in show_changeset
>     t, tz = changes[2].split(' ')
> ValueError: unpack list of wrong size

The date value looks incorrect, maybe you can display it to see what's
wrong (add "print changes[2]" just before line 219)...

-- 
MiKael


More information about the Mercurial mailing list