obshashrange: add cache warming instruction to the documentation stable
authorPierre-Yves David <pierre-yves.david@octobus.net>
Thu, 06 Jul 2017 23:33:28 +0200
branchstable
changeset 2715 61e73c8fe169
parent 2714 7eff426f999b
child 2716 b1b57391bc4e
child 2720 db3830646e34
obshashrange: add cache warming instruction to the documentation
hgext3rd/evolve/__init__.py
--- a/hgext3rd/evolve/__init__.py	Tue Jul 04 10:49:14 2017 +0200
+++ b/hgext3rd/evolve/__init__.py	Thu Jul 06 23:33:28 2017 +0200
@@ -77,6 +77,11 @@
   # (recommended 'yes' for server (default))
   obshashrange.warm-cache = no
 
+The initial cache warming is currently a bit slow. To make sure it is build you
+can run the following commands in your repository::
+
+    $ hg debugobshashrange --rev 'head()
+
 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::