Mercurial > hg
comparison hgeditor @ 31938:5e3b49defbff
revset: add a 'descend' argument to followlines to return descendants
This is useful to follow changes in a block of lines forward in the history
(for instance, when one wants to find out how a function evolved from a point
in history).
We added a 'descend' parameter to followlines(), which defaults to False. If
True, followlines() returns descendants of startrev.
Because context.blockdescendants() does not follow renames, these are not
followed by the revset either, so history will end when a rename occurs (as
can be seen in tests).
author | Denis Laxalde <denis.laxalde@logilab.fr> |
---|---|
date | Mon, 16 Jan 2017 09:24:47 +0100 |
parents | 1aee2ab0f902 |
children |
comparison
equal
deleted
inserted
replaced
31937:826e600605f6 | 31938:5e3b49defbff |
---|