September 25, 2015

hg-git push: no changes found

If you use hg-git, and you know you have new changesets, but hg push is telling you "no changes found", using the following command may solve the problem:

hg bookmark -f master


This is because hg-git uses bookmark to simulate git branches. Somehow this bookmark wasn't moved with your latest hg update. So, this should fix it.

2 comments:

  1. man, you just helped me out, big time... how did you figure this out?

    ReplyDelete
  2. searched and re-searched online. :-)

    ReplyDelete