Minor issue: pushing into remote SSH repo

Dustin Sallings dustin at spy.net
Tue Feb 19 00:28:31 CST 2008


	Looks like you've got a hook configured that's sending stuff to  
stdout on the remote side.

On Feb 18, 2008, at 22:08, Joe Siegrist wrote:

> python --version
> Python 2.5.2a0
>
> Using latest ubuntu hardy build, so it might be related to that.
>
> searching for changes
> ** unknown exception encountered, details follow
> ** report bug details to http://www.selenic.com/mercurial/bts
> ** or mercurial at selenic.com
> ** Mercurial Distributed SCM (version 0.9.5)
> Traceback (most recent call last):
>   File "/usr/bin/hg", line 14, in <module>
>     mercurial.dispatch.run()
>   File "/var/lib/python-support/python2.5/mercurial/dispatch.py",  
> line 20, in run
>     sys.exit(dispatch(sys.argv[1:]))
>   File "/var/lib/python-support/python2.5/mercurial/dispatch.py",  
> line 29, in dispatch
>     return _runcatch(u, args)
>   File "/var/lib/python-support/python2.5/mercurial/dispatch.py",  
> line 45, in _runcatch
>     return _dispatch(ui, args)
>   File "/var/lib/python-support/python2.5/mercurial/dispatch.py",  
> line 348, in _dispatch
>     ret = _runcommand(ui, options, cmd, d)
>   File "/var/lib/python-support/python2.5/mercurial/dispatch.py",  
> line 401, in _runcommand
>     return checkargs()
>   File "/var/lib/python-support/python2.5/mercurial/dispatch.py",  
> line 357, in checkargs
>     return cmdfunc()
>   File "/var/lib/python-support/python2.5/mercurial/dispatch.py",  
> line 340, in <lambda>
>     d = lambda: func(ui, repo, *args, **cmdoptions)
>   File "/var/lib/python-support/python2.5/mercurial/commands.py",  
> line 2148, in push
>     r = repo.push(other, opts['force'], revs=revs)
>   File "/var/lib/python-support/python2.5/hgext/mq.py", line 2084,  
> in push
>     return super(mqrepo, self).push(remote, force, revs)
>   File "/var/lib/python-support/python2.5/mercurial/localrepo.py",  
> line 1385, in push
>     return self.push_unbundle(remote, force, revs)
>   File "/var/lib/python-support/python2.5/mercurial/localrepo.py",  
> line 1465, in push_unbundle
>     return remote.unbundle(cg, remote_heads, 'push')
>   File "/var/lib/python-support/python2.5/mercurial/sshrepo.py",  
> line 202, in unbundle
>     l = int(self.pipei.readline())
> ValueError: invalid literal for int() with base 10: '1 files  
> updated, 0 files merged, 0 files removed, 0 files unresolved\n'
>
> _______________________________________________
> Mercurial mailing list
> Mercurial at selenic.com
> http://selenic.com/mailman/listinfo/mercurial


-- 
Dustin Sallings



-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://selenic.com/pipermail/mercurial/attachments/20080218/d0a02941/attachment.htm 


More information about the Mercurial mailing list