Skip to content
Snippets Groups Projects

evolve: reword obsdiscovery help text

Merged Anton Shestakov requested to merge topic/default/obsdisco-help into branch/default
1 file
+ 6
6
Compare changes
  • Side-by-side
  • Inline
@@ -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]
Loading