selectively applying changesets

Stefan van der Walt stefan at sun.ac.za
Sun Sep 25 15:50:11 CDT 2005


Say two users, A and B, are working on a project.  B clones the latest
stable release and adds two features (as changesets 1 through 10 and
20 through 30, separately) into his public repository.  User A then
decides to merge back only the first feature, changesets 1 through 10,
into his repository.

In pseudo-hg, A wants to do something like:

$ hg pull -r 1:10 B
$ hg update -m

Is an export/import the appropriate way to do this?

Regards
Stéfan



More information about the Mercurial mailing list