documentation: refer to 4.3 in the help text
Minimal version supported is now 4.3. Drop reference to 4.2 in the help.
--- a/hgext3rd/evolve/__init__.py Thu Apr 19 14:14:34 2018 +0200
+++ b/hgext3rd/evolve/__init__.py Thu Apr 19 15:51:44 2018 +0200
@@ -78,11 +78,10 @@
# auto: warm cache at the end of server side transaction (default).
obshashrange.warm-cache = 'auto'
-The initial cache warming might be a bit slow. To make sure it is build you
-can run one of the following commands in your repository::
+ $ hg debugupdatecache
- $ hg debugupdatecache # mercurial 4.3 and above
- $ hg debugobshashrange --rev 'head() # mercurial 4.2 and below
+It is recommended to enable the blackbox extension. It gathers useful data about
+the experiment. It is shipped with Mercurial so no extra install is needed::
It is recommended to enable the blackbox extension. It gathers useful data about
the experiment. It is shipped with Mercurial so no extra install is needed::