Question On Transplant Extension

Brendan Cully brendan at kublai.com
Tue Jul 7 18:05:41 UTC 2009


On Wednesday, 08 July 2009 at 01:47, Carlo Camerino wrote:
> C:\PROJECTS\DIGIBANKER\citrine-parent-five>hg transplant -s c:/projects/
> bdo-rib-
> demo/bdo-rib-demo-two
> searching for changes
> changeset:   641:b2da77fcea8d
> tag:         tip
> user:        carloc
> date:        Wed Jul 08 01:44:15 2009 +0800
> summary:     aa
> 
> apply changeset? [ynmpcq?]: 
> 
> Hi ,
> 
> Iwas wondering what does this mean?
> I understand the meaning of p which means to show changes.
> 
> n is to skip the change.
> 
> What does c do?
> 
> what is the different between y and p?
> 
> Sorry i'm just confused on their usage

Did you try '?' ?

'p' just shows you the change to help you decide whether you want it.
'y' queues it up to be applied.
'n' skips this change.
'c' actually applied all the changesets you queued up with 'y'.
'q' aborts.

You won't generally want to use 'm' at all.



More information about the Mercurial mailing list