# HG changeset patch # User Pierre-Yves David # Date 1524145904 -7200 # Node ID 44580b7e288b49488c367c4dcf6aae464a7deee5 # Parent 415c872d330808d305a5e9e28250b2819ddb3663 documentation: refer to 4.3 in the help text Minimal version supported is now 4.3. Drop reference to 4.2 in the help. diff -r 415c872d3308 -r 44580b7e288b 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::