hg view broken
Patrick Mézard
pmezard at gmail.com
Sat Jul 5 10:15:54 CDT 2008
Wolfgang Treutterer a écrit :
> 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
Fixed in crew by cc7114d96548, thanks for the report.
--
Patrick Mézard
More information about the Mercurial
mailing list