comparison 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
comparison
equal deleted inserted replaced
2486:cd4290f923b7 2487:590da9c523ae
116 ------------------- 116 -------------------
117 117
118 - olog: add an 'obslog' alias 118 - olog: add an 'obslog' alias
119 - olog: add an '--all' option to show the whole obsolescence history tree. 119 - olog: add an '--all' option to show the whole obsolescence history tree.
120 - template: add a 'precursors' template that display the closests precursors of changesets 120 - template: add a 'precursors' template that display the closests precursors of changesets
121 - template: add a 'successors' template that display the closests successors of changesets
121 122
122 6.2.2 - in progress 123 6.2.2 - in progress
123 ------------------- 124 -------------------
124 125
125 * evolve: fix --rev handling in --list mode 126 * evolve: fix --rev handling in --list mode