transplant question
Michael Smith
michael.smith at thalesatm.com
Sun Feb 18 21:07:56 UTC 2007
Balazs Scheidler wrote:
> 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?
I wrote my own script for this. It does hg log on both repositories and
uses diff to list changesets which can be transplanted.
--
Michael Smith | 61 394 257 560
Team Leader, Tools | 61 416 062 898
Thales Australia | S 37.83150
Richmond, Victoria | E 144.99675
*Confidentiality Notice: This e-mail may contain
confidential and/or privileged information and
is intended solely for the addressee(s) named.
If you have received this information in
error, or are advised that you have been
posted this e-mail by accident, please notify
the sender by return e-mail, do not
redistribute it, delete the e-mail and keep
no copies. *
More information about the Mercurial
mailing list