hg error

Benoit Boissinot benoit.boissinot at ens-lyon.org
Thu Nov 29 07:46:39 UTC 2007


redirect to the list

On Wed, Nov 28, 2007 at 11:25:09PM -0600, Matt Mackall wrote:
> On Wed, Nov 28, 2007 at 09:03:24PM -0600, mercurial-owner at selenic.com wrote:
> >     Subject: hg error
> 
> >     return remote.unbundle(cg, remote_heads, 'push')
> >   File "/Library/Frameworks/Python.framework/Versions/2.5/lib/ 
> > python2.5/site-packages/mercurial/sshrepo.py", line 199, in unbundle
> >     l = int(self.pipei.readline())
> > ValueError: invalid literal for int() with base 10: 'pushing to XXXX\n'
> 
> Looks like you've got a remote hook that's writing to stdout and
> that's getting into the CGI script's output stream.
> 
> We should probably disconnect the CGI stdin/stdout from the
> low-numbered file descriptors and attach them to stderr.
> 

-- 
:wq



More information about the Mercurial mailing list