Mercurial > evolve
changeset 3690:44580b7e288b
documentation: refer to 4.3 in the help text
Minimal version supported is now 4.3. Drop reference to 4.2 in the help.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Thu, 19 Apr 2018 15:51:44 +0200 |
parents | 415c872d3308 |
children | 96cb98989d57 |
files | hgext3rd/evolve/__init__.py |
diffstat | 1 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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::