# HG changeset patch # User Anton Shestakov # Date 1594950136 -28800 # Node ID 13dbce3ef8226a3ed56b64c9bfd41dc1f0548090 # Parent bc12eb8f41cbd0f4168b9bb3e63a64bc4dcf7a1e readme: split server-only section and reduce word count diff -r bc12eb8f41cb -r 13dbce3ef822 README.rst --- a/README.rst Fri Jul 17 09:41:52 2020 +0800 +++ b/README.rst Fri Jul 17 09:42:16 2020 +0800 @@ -79,15 +79,16 @@ Server-only Setup ================= -It is possible to enable a smaller subset of the extensions aimed at server -serving repository. It skips the additions of the new commands and local UI -messages that might add performance overheads. To use the server only -extension, install the package and use:: +It is possible to enable a smaller subset of the features aimed at servers that +simply serve repositories:: $ hg config --edit # add these two lines: [extensions] evolve.serveronly = +It skips the additions of the new commands and local UI messages that might add +performance overhead. + Extension Purpose =================