comparison 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
comparison
equal deleted inserted replaced
2485:e6ecd35e99ec 2486:cd4290f923b7
115 6.3.0 - in progress 115 6.3.0 - in progress
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 121
121 6.2.2 - in progress 122 6.2.2 - in progress
122 ------------------- 123 -------------------
123 124
124 * evolve: fix --rev handling in --list mode 125 * evolve: fix --rev handling in --list mode