changeset 5328:4e499fbc66c9 stable

evolve: precursors, successors and troubles are just aliases now These template keywords follow the old vocabulary, and shouldn't be used, but we provide them for the time being anyway. Also mentioning them here will hopefully some day make `hg help -k` find them.
author Anton Shestakov <av6@dwimlabs.net>
date Sat, 16 May 2020 16:38:58 +0800
parents f3d6b43e8b82
children 9d8bf2f05810
files hgext3rd/evolve/__init__.py
diffstat 1 files changed, 7 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/hgext3rd/evolve/__init__.py	Sat May 16 16:48:35 2020 +0800
+++ b/hgext3rd/evolve/__init__.py	Sat May 16 16:38:58 2020 +0800
@@ -159,12 +159,6 @@
 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 closest visible
-    successors. It is useful when your working directory is obsolete to see
-    what are its successors. This information can also be retrieved with the
-    obslog command and the --all option.
   - obsfate, for each obsolete changeset display a line summarizing what
     changed between the changeset and its successors. Depending on the
     verbosity level (-q and -v) it display the changeset successors, the users
@@ -182,6 +176,13 @@
         successor
       - "successors" a sorted list of locally know successors node ids
       - "markers" the raw list of changesets.
+
+For compatibility, this extension also provides the following aliases to
+template keywords from core Mercurial:
+
+  - precursors (deprecated, use predecessors instead)
+  - successors (deprecated, use successorssets instead)
+  - troubles (deprecated, use instabilities instead)
 """
 
 evolutionhelptext = b"""