error upon Mercurial commit
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@bugs.python.org remote: notified python-checkins@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?
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@bugs.python.org remote: notified python-checkins@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
participants (2)
-
Charles-François Natali -
Georg Brandl