hg push imagines remote heads

Ezra Smith ezra.smith at bentley.com
Thu Oct 1 07:56:01 CDT 2009


Peter Hosey <boredzo <at> gmail.com> writes:

> 
> I'm using hg 1.3.1 on Python 2.6.1 (came with the OS) on Mac OS X  
> 10.6.1. I have tested this with no extensions enabled (no ~/.hgrc).
> 
> If I attempt to push from the source to the destination, I get this:
> 
> 	pushing to ../growl-boredzo-dst
> 	searching for changes
> 	abort: push creates new remote heads!
> 
> If I attempt to pull in the reverse direction, hg pulls nothing.
> 

What does your .hg\branchheads.cache file look like? I've seen similar issues
that stemmed from the branchhead cache containing an extra entry. I haven't
figured out where the extra entry came from or how to reproduce the issue, but
in the cases where it's happened to me, deleting branchheads.cache (and allowing
hg to rebuild it correctly) allowed me to go on with my work.



More information about the Mercurial mailing list