We obviously don't want to push our fake 'master' bookmark to the remote. This is an obvious good change.
Felipe Contreras wrote: > We skip it locally, but not for the remote, so let's do so. > > Signed-off-by: Felipe Contreras <felipe.contre...@gmail.com> > --- > contrib/remote-helpers/git-remote-hg | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/contrib/remote-helpers/git-remote-hg > b/contrib/remote-helpers/git-remote-hg > index 53412dd..beb864b 100755 > --- a/contrib/remote-helpers/git-remote-hg > +++ b/contrib/remote-helpers/git-remote-hg > @@ -873,7 +873,8 @@ def do_export(parser): > > if bmark == 'master' and 'master' not in parser.repo._bookmarks: > # fake bookmark > - pass > + print "ok %s" % ref > + continue > elif bookmarks.pushbookmark(parser.repo, bmark, old, new): > # updated locally > pass > -- > 1.8.3.rc1.579.g184e698 -- Felipe Contreras -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html