Mercurial > evolve
changeset 6233:b829e905d36b
evolve: reword obsdiscovery help text
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Tue, 03 May 2022 20:59:32 +0400 |
parents | 1d553662fc1b |
children | 7e2dd2159414 |
files | hgext3rd/evolve/__init__.py |
diffstat | 1 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext3rd/evolve/__init__.py Wed Apr 27 18:23:11 2022 +0400 +++ b/hgext3rd/evolve/__init__.py Tue May 03 20:59:32 2022 +0400 @@ -45,10 +45,10 @@ # * abort: abort the push auto-publish = ignore - # For some large repository with few markers, the current for obsolescence - # markers discovery can get in the way. You can disable it with the - # configuration option below. This means all pushes and pulls will - # re-exchange all markers every time. + # For some large repositories with few markers, the current method for + # obsolescence marker discovery can get in the way. You can disable it by + # setting the following configuration option to "no". Then all pushes and + # pulls will re-exchange all markers every time. evolution.obsdiscovery = yes Obsolescence Markers Discovery @@ -100,8 +100,8 @@ # ensuring no large repository will get affected. obshashrange.max-revs = 100000 # default is None -For very large repositories, it might be useful to disable obsmarkers -discovery (Make sure you follow release announcement to know when you can turn +For very large repositories, it might be useful to disable obsmarkers discovery +(make sure you follow release announcements to know when you might want to turn it back on):: [experimental]