[PATCH 4 of 5 RFC] revset: add a predicate for finding rebased changesets

Sune Foldager cryo at cyanite.org
Tue May 15 11:56:40 CDT 2012


> Matt Harbison <matt_harbison at yahoo.com> writes:
> 
>> # HG changeset patch
>> # User Matt Harbison <matt_harbison at yahoo.com>
>> # Date 1336884852 14400
>> # Node ID 5de639cd52e36c27b4c8bbbaa5fdb44803efee72
>> # Parent  2612b6d41579adce0df8f6b744f2879868125b5b
>> revset: add a predicate for finding rebased changesets
>> 
>> This selects changesets added because of rebases. If a revision is
>> specified, the set will be empty if that revision is not the source of
>> a rebase, or it will contain a destination changeset for each time the
>> specified revision was rebased. This can be useful for figuring out
>> where a particular changeset has been propagated.

Rebased changeset originals no longer exist, though, as opposed to grafted and locally transplanted ones, so what would you use it for?

-Sune


More information about the Mercurial-devel mailing list