# HG changeset patch # User Anton Shestakov # Date 1651597172 -14400 # Node ID b829e905d36b1d732a733c990de3c49dafe4214f # Parent 1d553662fc1b1b3ea49039c5e3bd45b1ff775f2d evolve: reword obsdiscovery help text diff -r 1d553662fc1b -r b829e905d36b hgext3rd/evolve/__init__.py --- 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]