Mercurial > evolve
comparison README.rst @ 5419:13dbce3ef822
readme: split server-only section and reduce word count
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Fri, 17 Jul 2020 09:42:16 +0800 |
parents | bc12eb8f41cb |
children | 5a7a5de347b5 |
comparison
equal
deleted
inserted
replaced
5418:bc12eb8f41cb | 5419:13dbce3ef822 |
---|---|
77 evolve = ~/evolve/hgext3rd/evolve | 77 evolve = ~/evolve/hgext3rd/evolve |
78 | 78 |
79 Server-only Setup | 79 Server-only Setup |
80 ================= | 80 ================= |
81 | 81 |
82 It is possible to enable a smaller subset of the extensions aimed at server | 82 It is possible to enable a smaller subset of the features aimed at servers that |
83 serving repository. It skips the additions of the new commands and local UI | 83 simply serve repositories:: |
84 messages that might add performance overheads. To use the server only | |
85 extension, install the package and use:: | |
86 | 84 |
87 $ hg config --edit # add these two lines: | 85 $ hg config --edit # add these two lines: |
88 [extensions] | 86 [extensions] |
89 evolve.serveronly = | 87 evolve.serveronly = |
88 | |
89 It skips the additions of the new commands and local UI messages that might add | |
90 performance overhead. | |
90 | 91 |
91 Extension Purpose | 92 Extension Purpose |
92 ================= | 93 ================= |
93 | 94 |
94 The goal of this extension is to provide an appropriate place for code and | 95 The goal of this extension is to provide an appropriate place for code and |