Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

share|improve this question
2  
show real full output of hg push -v --debug for beginning – Lazy Badger Oct 30 '12 at 11:29
I've tried to push with -v --debug options, 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:49
What version of Mercurial do you have (hg version)? How large is the group of changesets you're pushing? – moswald Oct 30 '12 at 12:05
I'm using version 2.2.2, and this errors occurs with both large changesets (100MB) and small ones (6MB) – sgmonda Oct 30 '12 at 12:21
1  
Please post the output of hg 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

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.