How to merge only changes of certain files of a given changeset into a working copy?

Gilles Moris gilles.moris at free.fr
Fri Feb 27 12:08:48 CST 2009


On Fri February 27 2009 12:57:23 Marko Käning wrote:
> So, I guess to achieve a scenario like the following:
> 
>  /repo/tool1
>  /repo/tool2
>  /repo/tool3
> 
> where you want to merge only changes related to tool1

I am not sure you want a merge here. A merge means "I bring my concurrent
branches in sync". Here you just to want cherry-pick only changes from
tool1, not really merge your branch developments.

Regards.
Gilles.



More information about the Mercurial mailing list