How can I merge 2 branches in my local repository
Posted
by michael
on Stack Overflow
See other posts from Stack Overflow
or by michael
Published on 2010-05-06T04:57:16Z
Indexed on
2010/05/06
5:08 UTC
Read the original article
Hit count: 221
Hi,
I have 2 branches in my hg repository: 1. default 2. new-feature
I tried following this: http://mercurial.selenic.com/wiki/NamedBranches, I switch back to default by 'hg update -c default' but how can I merge my commits in 'new-feature' to 'default'.
I did "hg pull new-feature", it said "repository new-feature not found"!
Thank you.
© Stack Overflow or respective owner