Tagged Questions

27
votes
2answers
3k views

In Mercurial, how do I merge a single revision?

In Mercurial/tortoiseHG, given the following example, what is the easiest way to merge revision "G" into repo A without taking D,E and F (Assume that G has no dependency on D,E or F). Repo A: A - B ...