transplant question

Balazs Scheidler bazsi77 at gmail.com
Sat Feb 17 21:33:10 UTC 2007


Hi,

I'm evaluating various SCM products and so far mercurial seems to be the
winning choice. Thanks for such a great product.

I have a question regarding transplant though. Our current workflow
requires cherry-picking changes. This is accomplished using the
transplant extension, so far so good.

What I am missing about transplant is the ability to query the list of
changesets that have not yet been picked from another repository.

For example:

* I have two repositories: mainline and dev-bazsi
* I want to selectively integrate patches from dev-bazsi to mainline
* Integration can be performed using hg transplant, which is ok

What I'd like to know now is the list of pending patches still sitting
in dev-bazsi, not yet integrated to mainline. 

After looking at the transplant source code, I can't see a way of doing
this. 

I tried using "hg incoming", but that certainly lists _all_ patches,
including those which I did integrate already.

Does anybody have a clue?
Thanks in advance,

-- 
Bazsi




More information about the Mercurial mailing list