merge - How can i update the mercurial branch with other branch -
i have 2 branches branch a
, branch b
. want update branch b contents branch a
, without modifying in branch a
.
i still want on branch b
commit changes. how can that
hg checkout b hg merge hg commit
that merge a's changes b , create new commit on b entirely unchanged.
Comments
Post a Comment