Felipe Contreras <felipe.contreras@xxxxxxxxx> writes: > Ideally we shouldn't do this, as it's not recommended in mercurial > documentation, but there's no other way to push multiple bookmarks (on > the same branch), which would be the behavior most similar to git. > > Signed-off-by: Felipe Contreras <felipe.contreras@xxxxxxxxx> > --- In the previous round you wanted me to exclude this one to force split head at the remote, and I saw you and Max Horn discussing (rather, shouting at each other ;-) why it is needed/desirable. Have you changed your mind and you want this as part of the series, or is it just you forgot to exclude it? > contrib/remote-helpers/git-remote-hg | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/contrib/remote-helpers/git-remote-hg b/contrib/remote-helpers/git-remote-hg > index b54de1e..b784c54 100755 > --- a/contrib/remote-helpers/git-remote-hg > +++ b/contrib/remote-helpers/git-remote-hg > @@ -722,7 +722,7 @@ def do_export(parser): > continue > > if peer: > - parser.repo.push(peer, force=False) > + parser.repo.push(peer, force=True) > > # handle bookmarks > for bmark, node in p_bmarks: -- 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