pull via ssh

Bryan O'Sullivan bos at serpentine.com
Tue Aug 2 16:31:59 CDT 2005


On Tue, 2005-08-02 at 21:19 +0000, tnorth at bluewin.ch wrote:

> Is it a known bug ?

Your .login or .profile on the far end is printing stuff when stdout is
not a terminal.

We should work around this by looking for a magic identifier before we
start the server.  However, this won't happen soon; just fix your login
scripts for now.

One way to see if they're clean is to run a command like this:

	ssh myhost /bin/true

This should print nothing at all.  If it prints anything, Mercurial,
rsync, and other programs will get confused.

	<b



More information about the Mercurial mailing list