documentation: refer to 4.3 in the help text
authorPierre-Yves David <pierre-yves.david@octobus.net>
Thu, 19 Apr 2018 15:51:44 +0200
changeset 3690 44580b7e288b
parent 3689 415c872d3308
child 3691 96cb98989d57
documentation: refer to 4.3 in the help text Minimal version supported is now 4.3. Drop reference to 4.2 in the help.
hgext3rd/evolve/__init__.py
--- 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::