# HG changeset patch # User Pierre-Yves David # Date 1496951560 -3600 # Node ID d5b97b5dec5b4024320d52b41522fc5efaa768ba # Parent 41a1d2a93223fa98c0f8da7563916fb5d6d6ec54 doc: document the evolve templates diff -r 41a1d2a93223 -r d5b97b5dec5b hgext3rd/evolve/__init__.py --- 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 = """