Pulling changes between two separate Mercurial repositories
Posted
by Rob
on Stack Overflow
See other posts from Stack Overflow
or by Rob
Published on 2010-03-30T11:40:51Z
Indexed on
2010/03/30
11:43 UTC
Read the original article
Hit count: 284
I have two versions of a product and am using separate Hg repositories for each. I have made a change to one (v1.0) and I want to pull just that change into the v2.0 repository. How do I go about this? As far as I can tell, using hg pull -f -r xxxxx \\server\hg\v1.0
will pull in all changes up to the specified revision which isn't what I want.
Is this possible or will I have to add the fix by hand?
© Stack Overflow or respective owner