Mercurial > evolve
changeset 2556:d5b97b5dec5b
doc: document the evolve templates
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Thu, 08 Jun 2017 20:52:40 +0100 |
parents | 41a1d2a93223 |
children | 65cf338258d2 |
files | hgext3rd/evolve/__init__.py |
diffstat | 1 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext3rd/evolve/__init__.py Thu Jun 08 02:58:54 2017 +0100 +++ b/hgext3rd/evolve/__init__.py Thu Jun 08 20:52:40 2017 +0100 @@ -112,6 +112,19 @@ The effect flags are shown in the obglog command output without particular configuration of you want to inspect them. + +Templates +========= + +Evolve ship several templates that you can use to have a better visibility +about your obs history: + + - precursors, for each obsolete changeset show the closest visible + precursors. + - successors, for each obsolete changeset show the closets visible + successors. It is useful when your working directory is obsolete to see + what are its successors. This informations can also be retrieved with the + obslog command and the --all option. """ evolutionhelptext = """