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

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

ruby - Nesting modules inside of a Rails eninge gem -

Eclipse formatter for java ending braces -