dusty-phillips / gitifyhg

Tools for using git as a client to mercurial repositories
GNU General Public License v3.0
62 stars 17 forks source link

pushing does not update refs #48

Open fingolfin opened 11 years ago

fingolfin commented 11 years ago

pushing changes made in git to hg does not update the refs properly. hence it looks as if the remote was out-of-date. Only after manually doing a pull are the refs updated. This is usually not a major issue, but annoying nevertheless, and should be fixed..

It seems alexsydell spent some effort on this, perhaps some of his work can be adapted or even used directly: https://github.com/alexsydell/gitifyhg/tree/work_in_progress