How to pull/merge selective changesets

Bruce Frederiksen dangyogi at gmail.com
Wed Aug 19 11:59:13 CDT 2009


I would like to set up two shared hg repos for the same project: release_1
and dev.

Then after the following sequence of events:

   1. Push a changeset to release_1 that should only ever be seen in
   release_1.
   2. Push a changeset to dev that should only ever be seen in dev.

Now I want to push a changeset to both repos.

My understanding is that if I start with either repo (say release_1) and
simply clone, commit and push back to that repo, and then push/pull, merge
from that repo to the other repo (dev), that *all* of the prior changesets
from the first repo are copied over and merged into the second repo
(including those from step 1).

What's the proper way to handle this situation?  I haven't set up my repos
yet, so can still do whatever is necessary to make this easy.

Thanks in advance!

-Bruce
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://selenic.com/pipermail/mercurial/attachments/20090819/cdeb1fd5/attachment.htm 


More information about the Mercurial mailing list