> >> For numerous reasons we want to be able to tell what changeset was the > >> parents tip when it was cloned or last updated, merged and recommit-ed. > >> I've looked through the help and tried different combinations of > >> commands and flags and cant find this information. > >> > > > > I probably misunderstand something, but would not it be, after recommit, > > always the changeset 'below' yours ? > > > > > ;-) It would... until additional changes are made on top of it.
Pull can't make changes 'on the top' of yours, it can only make changes 'next to' yours, next head. > It seems to me that commands like push, incoming, pull, etc would > calculate this but none appear to display there findings... Well, if you try 'hg outgoing', it displays every changeset which is not foind in parent gate. Would not then this give you the base of your files ? $ hg outgoing -l 1 --template '{parents}\n' -- Vlad -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 193 bytes Desc: not available URL: <http://mail.opensolaris.org/pipermail/scm-migration-dev/attachments/20080926/2e2476a4/attachment.bin>