On Mon, Apr 8, 2013 at 12:13 PM, Felipe Contreras <felipe.contreras@xxxxxxxxx> wrote: > --- a/contrib/remote-helpers/git-remote-hg > +++ b/contrib/remote-helpers/git-remote-hg > @@ -731,6 +722,26 @@ def do_export(parser): > if peer: > parser.repo.push(peer, force=False) > > + # handle bookmarks > + for bmark, node in p_bmarks: > + ref = 'refs/heads' + bmark This should be: ref = 'refs/heads/' + bmark Should I reroll? -- Felipe Contreras -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html