changeset 2811:61e73c8fe169 stable

obshashrange: add cache warming instruction to the documentation
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 06 Jul 2017 23:33:28 +0200
parents 7eff426f999b
children b1b57391bc4e db3830646e34
files hgext3rd/evolve/__init__.py
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/hgext3rd/evolve/__init__.py
+++ b/hgext3rd/evolve/__init__.py
@@ -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::