Mercurial > evolve
diff README @ 2486:cd4290f923b7
template: add precursors template
The precursors templates display the closest visible precursors of each
changeset, we may have gap, like in this case:
A -> B -> C
If we display A and C but not B, we can't display than B is the closest
precursor of C because it's not displayed. We display A as the closest
precursor of C instead.
Add a new test file as we will need to generate theses gaps and modifying
test-evolve-obshistory.t will lead to many unrelated lines changes.
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Fri, 26 May 2017 10:05:27 +0200 |
parents | 262d684851dc |
children | 590da9c523ae |
line wrap: on
line diff
--- a/README Fri May 26 16:00:05 2017 +0200 +++ b/README Fri May 26 10:05:27 2017 +0200 @@ -117,6 +117,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 6.2.2 - in progress -------------------