Help in transfering merged changesets
Akhil Gaur
akhil.gaur at gmail.com
Thu Apr 2 07:28:51 CDT 2009
Hi,
I am trying to transfer a merged changeset from one repository to another.
I have two repositories:
1. Main
2. Client
the client repository is converted from main using hg convert extension
whenever a changeset is submitted to main. After a branch is created the
changeset are merged in client repository to create a new merged changeset.
Now I have to bring this changeset into main repository.
Following is the graph of changesets in both the repositories:
Main Client
3 o
| \
o 2 o |
| | |
o 1 | o
| / | /
o 0 o
I have tried to use pull, push, bundle and transplant but I was not
successful.
Could any please help me in this?
Any help would be appreciated.
Thanks
Akhil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://selenic.com/pipermail/mercurial/attachments/20090402/b9f5b207/attachment.htm
More information about the Mercurial
mailing list