'hg in' error with ssh

Alpar Juttner ajuttner.list at googlemail.com
Mon Jul 13 13:09:03 CDT 2009


On Mon, 2009-07-13 at 14:36 +0100, Alpár Jüttner wrote:
> Hi,
> 
> I came across a strange error in hg 1.3:

I managed to find the source of the problem. I tried out the hgactivity
extension long ago, and it somehow remained in my .hgrc file. It seems,
hgactivity version I have is incompatible with Mercurial 1.3.

But then my question is if there is any easy way to temporarily turn on
an extension without editing the config file? It would be very handy for
plugins that are used once a year or so.

Best regards,
Alpar


> 
>         $ hg in
>         comparing with ssh://a@b.c/hg/x
>         searching for changes
>         no changes found
>         Exception TypeError: TypeError("'NoneType' object is not
>         callable",) in <bound method Popen.__del__ of <subprocess.Popen
>         object at 0xb7bdfa2c>> ignored
>         $ python --version
>         Python 2.6
>         $ hg --version
>         Mercurial Distributed SCM (version 1.3)
>         
>         Copyright (C) 2005-2009 Matt Mackall <mpm at selenic.com> and
>         others
>         This is free software; see the source for copying conditions.
>         There is NO
>         warranty; not even for MERCHANTABILITY or FITNESS FOR A
>         PARTICULAR PURPOSE.
>         
> 
> Could anyone tell me what to do?
> 
> Thanks in advance.
> 
> Best regards,
> Alpar
> 
> 
> _______________________________________________
> Mercurial mailing list
> Mercurial at selenic.com
> http://selenic.com/mailman/listinfo/mercurial



More information about the Mercurial mailing list