comparison README @ 2489:84a8219a2f9a

template: add the obsfate template Reuse _getobsoletefate and nextvisiblesuccessors to easily get the obsolescence fate of any node. The limitation is that obsfate is as precise as these two functions, which is not great for nextvisiblesuccessors.
author Boris Feld <boris.feld@octobus.net>
date Fri, 26 May 2017 13:28:49 +0200
parents 590da9c523ae
children 3ee8e9a12f41
comparison
equal deleted inserted replaced
2488:1bdbe8f55339 2489:84a8219a2f9a
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 - template: add a 'successors' template that display the closests successors of changesets
122 - template: add a 'obsfate' template that display how a changeset has evolved
122 123
123 6.2.2 - in progress 124 6.2.2 - in progress
124 ------------------- 125 -------------------
125 126
126 * evolve: fix --rev handling in --list mode 127 * evolve: fix --rev handling in --list mode