Mercurial > evolve
diff README @ 2487:590da9c523ae
template: add successors template
The successors templates display the closest visible successors of each
changeset, we may have gap, like in this case:
A -> B -> C -> D
If we display A, C and D but not B, we can't display than B is the closest
successor of A because it's not displayed. We display C as the closest
successor of A instead.
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Fri, 26 May 2017 10:05:37 +0200 |
parents | cd4290f923b7 |
children | 84a8219a2f9a |
line wrap: on
line diff
--- a/README Fri May 26 10:05:27 2017 +0200 +++ b/README Fri May 26 10:05:37 2017 +0200 @@ -118,6 +118,7 @@ - olog: add an 'obslog' alias - olog: add an '--all' option to show the whole obsolescence history tree. - template: add a 'precursors' template that display the closests precursors of changesets + - template: add a 'successors' template that display the closests successors of changesets 6.2.2 - in progress -------------------