transplant question
Thomas Arendsen Hein
thomas at intevation.de
Fri Feb 23 19:38:17 UTC 2007
* Balazs Scheidler <bazsi77 at gmail.com> [20070218 12:26]:
> 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.
mainline$ hg transplant -s ../dev-bazsi
This doesn't give you a list, but an interactive changeset picker.
You could fool it by using the 'yes' command on UNIX:
$ yes n|hg transplant -s ../dev-bazsi
(Of course this isn't nice)
Thomas
--
thomas at intevation.de - http://intevation.de/~thomas/ - OpenPGP key: 0x5816791A
Intevation GmbH, Osnabrück - Registereintrag: Amtsgericht Osnabrück, HR B 18998
Geschäftsführer: Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner
More information about the Mercurial
mailing list