Find changctx after a given changectx
Dirkjan Ochtman
dirkjan at ochtman.nl
Thu Oct 15 13:16:32 UTC 2009
On Thu, Oct 15, 2009 at 14:57, Berkes Adam <adam.berkes at intland.com> wrote:
> Ok, I understand in the meantime, that the question is silly, so I
> reformulate it. My approach was completely wrong, descendants will only
> show changes for my current changeset subtree rooted from 'ctx'. What I
> really need is a method to find all changesets created after 'ctx' date
> (regardless of ancesity). Can it be easily retrieved somehow?
If you want to look at the commit dates, you're basically going to
have the entire changelog graph and check each changeset's date field.
Cheers,
Dirkjan
More information about the Mercurial-devel
mailing list