Re: [PATCH v3] remote-hg: support for notes

2013-08-29 Thread Junio C Hamano
Felipe Contreras writes: > Keep track of Mercurial revisions as Git notes under the 'refs/notes/hg' > ref, this way, the user can easily see which Mercurial revision > correspond to certain Git commit. > > Unfortunately, there's no way to efficiently update the notes after > doing an export (push

[PATCH v3] remote-hg: support for notes

2013-08-29 Thread Felipe Contreras
Keep track of Mercurial revisions as Git notes under the 'refs/notes/hg' ref, this way, the user can easily see which Mercurial revision correspond to certain Git commit. Unfortunately, there's no way to efficiently update the notes after doing an export (push), so they'll have to be updated when