hg log bug

Dmitriy Nikitinskiy nick at bel.ru
Mon Aug 22 09:38:22 CDT 2005


Hi All.
I have bug in lastest mercurial.
(But 0.6b working)

[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 Distributed SCM (version f859e9cba1b9)

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
Traceback (most recent call last):
   File "/usr/local/bin/hg", line 13, in ?
     commands.run()
   File "/usr/local/lib/python2.3/site-packages/mercurial/commands.py", 
line 1465, in run
     sys.exit(dispatch(sys.argv[1:]))
   File "/usr/local/lib/python2.3/site-packages/mercurial/commands.py", 
line 1575, in dispatch
     return d()
   File "/usr/local/lib/python2.3/site-packages/mercurial/commands.py", 
line 1560, in <lambda>
     d = lambda: func(u, repo, *args, **cmdoptions)
   File "/usr/local/lib/python2.3/site-packages/mercurial/commands.py", 
line 857, in log
     show_changeset(ui, repo, filelog=filelog, rev=i)
   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


[nick at nick xmlapps]$ python
Python 2.3.3 (#1, Apr  8 2004, 16:55:47)
[GCC 3.3.2 20031022 (Red Hat Linux 3.3.2-1)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
 >>>



More information about the Mercurial mailing list