From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 Date: Sat, 31 May 2014 14:41:33 +0200 Message-ID: From: =?UTF-8?Q?Pavel_Klinkovsk=C3=BD?= To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=001a113a5f1e70341504fab17b9e Subject: [9fans] Mistake in Plan9 Mercual port? Topicbox-Message-UUID: f3458146-ead8-11e9-9d60-3106f5b1d025 --001a113a5f1e70341504fab17b9e Content-Type: text/plain; charset=UTF-8 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 --001a113a5f1e70341504fab17b9e Content-Type: text/html; charset=UTF-8
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
--001a113a5f1e70341504fab17b9e--