Strange mercurial behaviour

Benoit Boissinot bboissin at gmail.com
Wed Feb 7 13:42:58 UTC 2007


On 2/7/07, Mathieu Clabaut <mathieu.clabaut at gmail.com> wrote:
> ok,
> but the invoked script comes from /usr/bin (neither interactive interpreter
> nor stdin).
> And the result is I'm unable to update a mercurial repository which contains
> a faulty mercurial version.... I find this quite annoying.
> (and, non I have no solution to propose... Sorry, I did not take time to
> investigate...:( )

I think this is more a python problem, just put a "import sys ;
sys.path.pop(0)" on top of the script (before importing mercurial).

regards,

Benoit



More information about the Mercurial mailing list