hg-git: push -d default seems not to work.

Uwe Brauer oub at mat.ucm.es
Wed May 3 20:46:33 UTC 2017



    > In order to push cf9dce9... you must push all ancestors of it,
    > including b61106a... This isn't because of hg-git, it's intrinsic to
    > how DVCS works.

Oh, ok. Let's forget the git plugin then. My situation is that I want to
submit some feature to some repo.

So I clone that repo, then generate a named branch, say feature. hack
hack commit commit and then finally I merge that branch into the default
branch.

Until now I exported the last changeset and send a patch. But now I want
to push. If I understand correctly the only way would be to use two
repos.

    -  repo-hg where I have as many named-branches as I wish.

    -  repo-bridge where I import my patches I exported from repo-hg and
       from which I would push.

This seems the only solution, or what do I miss?

Uwe 




More information about the Mercurial mailing list