Package: tortoisehg
Version: 1.1-1
When invoked without arguments, hgtk just shows a bug box, with the
following contents:
{{{
#!python
** Please report this bug to http://bitbucket.org/tortoisehg/stable/issues or
[email protected]
** Mercurial version (1.5.2). TortoiseHg version (1.1)
** Command: help
** CWD: /home/fw/src/vim
** Extensions loaded: forest
** Python 2.6.5+ (release26-maint, Jul 6 2010, 12:58:20) [GCC 4.4.4]
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.6/tortoisehg/hgtk/hgtk.py", line 74, in
dispatch
return _runcatch(u, args)
File "/usr/lib/pymodules/python2.6/tortoisehg/hgtk/hgtk.py", line 202, in
_runcatch
return runcommand(ui, args)
File "/usr/lib/pymodules/python2.6/tortoisehg/hgtk/hgtk.py", line 271, in
runcommand
return _runcommand(lui, options, cmd, d)
File "/usr/lib/pymodules/python2.6/tortoisehg/hgtk/hgtk.py", line 322, in
_runcommand
return checkargs()
File "/usr/lib/pymodules/python2.6/tortoisehg/hgtk/hgtk.py", line 276, in
checkargs
return cmdfunc()
File "/usr/lib/pymodules/python2.6/tortoisehg/hgtk/hgtk.py", line 270, in
<lambda>
d = lambda: util.checksignature(func)(ui, *args, **cmdoptions)
File "/usr/lib/pymodules/python2.6/mercurial/util.py", line 401, in check
return func(*args, **kwargs)
File "/usr/lib/pymodules/python2.6/tortoisehg/hgtk/hgtk.py", line 679, in
help_
helplist(header)
File "/usr/lib/pymodules/python2.6/tortoisehg/hgtk/hgtk.py", line 631, in
helplist
hangindent=' ' * (m + 4))))
TypeError: wrap() got an unexpected keyword argument 'initindent'
}}}
The program seems to work normally when a command is specified on the
command line, though.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]