[Python-Dev] error upon Mercurial commit (original) (raw)

Georg Brandl g.brandl at gmx.net
Thu Jul 14 21:56:32 CEST 2011


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://hg@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 report at bugs.python.org remote: notified python-checkins at 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



More information about the Python-Dev mailing list