"hg since" extension

Dirkjan Ochtman dirkjan at ochtman.nl
Wed Nov 11 16:58:00 CST 2009


On Wed, Nov 11, 2009 at 20:15, CG Linden <cg at lindenlab.com> wrote:
> I'm working on an extension to give me a good answer to the question "what
> changed since revision X". It appears trivially easy. Mark all ancestors of
> the specified revision as "seen", then list all unseen ancestors of "tip".

For extra credit, take more than one root. Use case: see all the
changesets in history since tag 1.3 (on the main branch) and 1.3.1 (on
the stable branch). (I obviously agree that hg log doesn't cut it for
this.)

I do hope you're already using the nodesbetween() code in hg, instead
of writing your own?

Cheers,

Dirkjan


More information about the Mercurial-devel mailing list