On 31.01.2010 18:32, Andreas Tscharner wrote:
> Hello World,
> Hello Steve,
> 
> I've updated to the latest THG version 
> (96601bd9273e0222f1f611af6461d1f33f70d5e7)

Are you sure you did a 'hg update' to that version?

http://bitbucket.org/tortoisehg/stable/src/96601bd9273e/tortoisehg/hgtk/commit.py#cl-142
is

      self.patch_text = None

but your traceback says line 142 is:

      self.mqloaded = bool(extensions.find('mq'))

which was fixed in
http://bitbucket.org/tortoisehg/stable/changeset/40bbef37cf1c/

> In this version hgtk commit does not work any more. No matter how I 
> invoke it (directly on the CLI, using the toolbar in hgtk explorer or 
> using the menu in hgtk explorer), I always get the same error:
> 
> {{{
> #!python
> ** Please report this bug to 
> http://bitbucket.org/tortoisehg/stable/issues or 
> hortoisehg-disc...@lists.sourceforge.net
> ** Mercurial version (1.4.1).  TortoiseHg version (unknown)
> ** Command: commit
> ** CWD: /home/andy/util/src/hgtk
> ** Extensions loaded:
> Traceback (most recent call last):
>    File "/home/andy/util/src/hgtk/tortoisehg/hgtk/hgtk.py", line 62, in 
> dispatch
>      return _runcatch(u, args)
>    File "/home/andy/util/src/hgtk/tortoisehg/hgtk/hgtk.py", line 189, in 
> _runcatch
>      return runcommand(ui, args)
>    File "/home/andy/util/src/hgtk/tortoisehg/hgtk/hgtk.py", line 258, in 
> runcommand
>      return func(ui, *args, **cmdoptions)
>    File "/home/andy/util/src/hgtk/tortoisehg/hgtk/hgtk.py", line 321, in 
> commit
>      gtkrun(run, ui, *pats, **opts)
>    File "/home/andy/util/src/hgtk/tortoisehg/hgtk/hgtk.py", line 274, in 
> gtkrun
>      win = dlgfunc(ui, *args, **opts)
>    File "/home/andy/util/src/hgtk/tortoisehg/hgtk/commit.py", line 1258, 
> in run
>      return GCommit(_ui, None, None, pats, cmdoptions)
>    File "/home/andy/util/src/hgtk/tortoisehg/hgtk/gdialog.py", line 150, 
> in __init__
>      self.init()
>    File "/home/andy/util/src/hgtk/tortoisehg/hgtk/commit.py", line 142, 
> in init
>      self.mqloaded = bool(extensions.find('mq'))
>    File "/usr/lib/pymodules/python2.5/mercurial/extensions.py", line 29, 
> in find
>      raise KeyError(name)
> KeyError: 'mq'
> 
> }}}

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Tortoisehg-discuss mailing list
Tortoisehg-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-discuss

Reply via email to