Hi all,

I am using native Plan9.

I tried to create a remote Mercurial repository via 'ssh':

term% hg init ssh://xxx.yyy.zzz/test --verbose
running ssh xxx.yyy.zzz "hg init test"
running ssh xxx.yyy.zzz "hg -R test serve --stdio"
remote: abort: Bad file number
abort: no suitable response from remote hg!


Should not it be?

running ssh xxx.yyy.zzz *'*hg init test*'*
running ssh xxx.yyy.zzz *'*hg -R test serve --stdio*'*


Pavel

Reply via email to