<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Matt Mackall wrote:
<blockquote cite="mid20050711164731.GY12006@waste.org" type="cite">
  <pre wrap="">On Mon, Jul 11, 2005 at 05:59:48PM +0200, Vadim Lebedev wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I'm working with mercurial tip

and i see tha pulling/pushing via  ssh  DOES NOT WORK AT ALL...

I've traced it to the bad regular expression in the sshrepository.__init__

i'm unable to write a remote repo spec which produce correct parameter 
for ssh -R xxx serve --stdio...
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Works for me, a bit more detail please?

  </pre>
</blockquote>
It seems to be mercurial installation problem....<br>
see what happens when i do:<br>
<pre wrap="">ssh localhost ~/bin/hg -R eXosip.hg status
Traceback (most recent call last):
  File "/home/vadim/bin/hg", line 11, in ?
    from mercurial import commands
ImportError: No module named mercurial
</pre>
<br>
<br>
Any idea how to fix it?<br>
<br>
<br>
</body>
</html>