Search code examples
version-controlmercurialtortoisehg

What is the tortoisehg gui equivalent of doing "hg push -r"


I don't see the options to accomplish this. I want to only push changesets related to my default branch, not any other local branches I have.

I thought I could do this by using the Repository Explorer like so: On the toolbar below the repository address, the first combo box allows me to select a branch. I set this to default. However once I push outgoing, it wants to flag local changesets not in default.

Any ideas?


Solution

  • Aufter you determine the outgoing revisions with the green up-arrow, the "Push to Here" options appears in the context-menu of a selected revision.

    "Push to Here" is the equivalent of "push -r"

    Screenshot