Skip to main content

How can I apply a commit to another branch?

19 Sep 2013 - mercurial

Run the following command to apply change set <change-set> to the current branch.

hg graft <changeset>

References