Problem with gestalt extension

Steve Borho steve at borho.org
Wed Oct 14 09:47:35 CDT 2009


On Tue, Oct 13, 2009 at 9:31 PM, Douglas McClean
<douglas.mcclean at gmail.com> wrote:
> Dear Sirs,
> I received the following error message when attempting to use the gestalt
> extension to TortoiseHg.
>
> PS C:\Cairn\Code> hg advice
>
> ** unknown exception encountered, details follow
> ** report bug details to http://mercurial.selenic.com/bts/
>
> ** or mercurial at selenic.com
> ** Mercurial Distributed SCM (version e3ce0c30798b)
>
> ** Extensions loaded: extdiff, fetch, gestalt, kilnauth, svnblame
>
> Traceback (most recent call last):
>   File "hg", line 36, in <module>
>
>   File "mercurial\dispatch.pyo", line 16, in run
>
>   File "mercurial\dispatch.pyo", line 30, in dispatch
>
>   File "mercurial\dispatch.pyo", line 46, in _runcatch
>
>   File "mercurial\dispatch.pyo", line 452, in _dispatch
>
>   File "mercurial\dispatch.pyo", line 320, in runcommand
>
>   File "mercurial\dispatch.pyo", line 504, in _runcommand
>
>   File "mercurial\dispatch.pyo", line 457, in checkargs
>
>   File "mercurial\dispatch.pyo", line 451, in <lambda>
>
>   File "mercurial\util.pyo", line 402, in check
>
>   File "C:\Program Files\Kiln\gestalt.py", line 223, in advice
>
>     if fun(ui, repo, files, opts):
>
>   File "C:\Program Files\Kiln\gestalt.py", line 60, in _shouldmerge
>
>     heads = repo.heads(closed=False)
>
> TypeError: heads() got an unexpected keyword argument 'closed'

Gestalt is apparently not compatible with the version of Mercurial
that was included in your TortoiseHg installer (was that a nightly
build from a couple weeks ago?).

Gestalt needs to be updated.

Cheers,

--
Steve Borho



More information about the Mercurial mailing list