Hg push tries to push data to repo without any changes

Mads Kiilerich mads at kiilerich.com
Wed Jan 23 14:45:08 UTC 2013


On 01/23/2013 03:21 PM, Roman Kamyk jr wrote:
> Thanks for answer - but please take a look in the logs - the problem 
> occurs even when I do not use surepos, when I clone empty repository, 
> hg out doesn't show any changes, and yet hg push tries to push 
> something...

It is ok that an attempt at pushing to a place where you don't have push 
access fails. It only become a problem in the context of subrepos.

'hg out' will only show outgoing changesets. 'hg push' can also push 
bookmarks and phases and do other things.

But you could file a bug at bitbucket for not supporting phases 
"correctly" (if that is the case - I think it is), file a bug at 
Mercurial for implementing phases as a showstopper, or study 'hg help 
phases' to find a way to work around the problem.

/Mads




More information about the Mercurial mailing list