hgext3rd/evolve/__init__.py
changeset 3690 44580b7e288b
parent 3673 9c12b6520a20
child 3691 96cb98989d57
--- 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::