Mercurial > evolve
diff debian/docs @ 4433:a19d8196b0c9
stack: optimize revset used for stack --children
Since that option needs to exclude changesets on the current stack, let's just
use stack.revs (that are cached) for that and skip branch() or topic() revset.
st.revs[0] is the stack base, we don't consider it actual part of stack.
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Thu, 07 Mar 2019 22:50:56 +0800 |
parents | d1ca81f9e458 |
children | 9e0f91cb5242 |