I'm trying to push my changes into a Mercurial Bitbucket.org repository, but while pushing, suddenly it aborts with the following empty error:
abort: error: ''
What does it mean? How can I avoid this error?
Note: based on my tries, push doesn't fail always. Sometimes it finishes correctly. But I want to know what this error means. I can't try again and again until push doesn't fail.
hg push -v --debugfor beginning – Lazy Badger Oct 30 '12 at 11:29-v --debugoptions, but no additional info is shown. It shows pushing process with its percentaje and, suddenly, the same empty error again:abort: error: ''– sgmonda Oct 30 '12 at 11:49hg version)? How large is the group of changesets you're pushing? – moswald Oct 30 '12 at 12:052.2.2, and this errors occurs with both large changesets (100MB) and small ones (6MB) – sgmonda Oct 30 '12 at 12:21hg push -v --debug --traceback, to get the internal function which failed. You might also want to ask on the mailing list or on IRC (mercurial.selenic.com/wiki/MailingLists, mercurial.selenic.com/wiki/IRC) – Rudi Oct 31 '12 at 7:27