Am 14.07.2011 20:05, schrieb Charles-François Natali:
> Hello,
> 
> I just committed a patch, and got the following error:
> 
> """
> $ hg push
> pushing to ssh://h...@hg.python.org/cpython
> searching for changes
> remote: adding changesets
> remote: adding manifests
> remote: adding file changes
> remote: added 1 changesets with 2 changes to 2 files
> remote: change(s) NOT sent, something went wrong:
> remote: [Failure instance: Traceback from remote host -- Traceback unavailable
> remote: ]
> remote: sent email to roundup at rep...@bugs.python.org
> remote: notified python-check...@python.org of incoming changeset ca077f2672e3
> """
> 
> But the change seems to have been committed successfully.
> I get this on every branch.
> Am I the only one in this case? Any idea of what's going on here?

That is just output from the buildbot hook.  The changes have been pushed
(not committed, that is done locally on your computer), just that hook
failed to execute (I don't know why.)

Georg

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to