hg view broken

Wolfgang Treutterer Wolfgang.Treutterer at ipp.mpg.de
Wed Jul 2 08:21:19 CDT 2008


After updating to the latest hg from the main repo hg view produces the 
following traceback popup for all of my repositories :


Error reading commits: ** unknown exception encountered, details follow
** report bug details to http://www.selenic.com/mercurial/bts
** or mercurial at selenic.com
** Mercurial Distributed SCM (version e81d2bd66908)
Traceback (most recent call last):
File"/usr/local/bin/hg", line 20 in <module> mercurial.dispatch.run()
File "/usr/local/lib64/python2.5/site-packages/mercurial/dispatch.py", 
line 20, in run sys.exit(dispatch(sys.argv[1:]))
File "/usr/local/lib64/python2.5/site-packages/mercurial/dispatch.py", 
line 29, in dispatch return _runcatch(u,args)
File "/usr/local/lib64/python2.5/site-packages/mercurial/dispatch.py", 
line 45, in _runcatch return _dispatch(ui.args)
File "/usr/local/lib64/python2.5/site-packages/mercurial/dispatch.py", 
line 364, in _dispatch ret = _runcommand(ui, options, cmd, d)
File "/usr/local/lib64/python2.5/site-packages/mercurial/dispatch.py", 
line 417, in _runcommand return checkargs()
File "/usr/local/lib64/python2.5/site-packages/mercurial/dispatch.py", 
line 373, in checkargs return cmdfunc()
File "/usr/local/lib64/python2.5/site-packages/mercurial/dispatch.py", 
line 356, in <lambda> d = lambda: func(ui, repo, *args, **cmdoptions)
File "/usr/local/lib64/python2.5/site-packages/hgext/hgk.py", line 304, 
in revlist revtree(ui, copy, repo, full, opts['max_count'], opts['parents'])
File "/usr/local/lib64/python2.5/site-packages/hgext/hgk.py", line 262, 
in revtree catcommit(ui, repo, n, '    ', ctx)
File "/usr/local/lib64/python2.5/site-packages/hgext/hgk.py", line 105, 
in catcommit (p1, p2) = ctx.parents()
ValueError: need more than 1 value to unpack

The traceback popped up in a window from which I could not cut and 
paste, so I had to re-type it manually :(

The same happens when calling the hgk script.

As I am using hg view a lot, I hope this problem can be fixed soon.

Thanks,


Wolfgang Treutterer



More information about the Mercurial mailing list