8

I keep the main repo on mercurial but made a clone with hg-git for git lovers.

The problem is that in the mercurial repo I went back to a previous commit, created a new anonymous branch and closed the old one. (Reason: postpone development of a feature)

After that I saw that hg-git stopped working.

I tried even to force the commit but still not succeeded.

gnat
  • 6,213
  • 108
  • 53
  • 73
Alex
  • 5,510
  • 8
  • 35
  • 54
  • 1
    possible duplicate of [No changes are pushed when using hg-git](http://stackoverflow.com/questions/3982006/no-changes-are-pushed-when-using-hg-git) – gnat Feb 12 '15 at 07:00
  • The statement "hg-git stopped working" is not very clear... can you describe that in more detail so that people reading this can determine if it applies to their situation more easily? – StayOnTarget Dec 13 '18 at 20:50

1 Answers1

11

Ok...finally founded the answer on another hg-git related question

So it seems that you have to update the "master" bookmark to current branch.

hg bookmark -f master
Community
  • 1
  • 1
Alex
  • 5,510
  • 8
  • 35
  • 54