comparison README.rst @ 5418:bc12eb8f41cb

readme: it's possible to use evolve without installing
author Anton Shestakov <av6@dwimlabs.net>
date Fri, 17 Jul 2020 09:41:52 +0800
parents bf56062dac5e
children 13dbce3ef822
comparison
equal deleted inserted replaced
5417:bf56062dac5e 5418:bc12eb8f41cb
68 68
69 $ hg config --edit # add these two lines: 69 $ hg config --edit # add these two lines:
70 [extensions] 70 [extensions]
71 evolve = 71 evolve =
72 72
73 It's also possible to use evolve without installing it, in which case you will
74 need to provide the full path to ``hgext3rd/evolve/``, for example::
75
76 [extensions]
77 evolve = ~/evolve/hgext3rd/evolve
73 78
74 Server-only Setup 79 Server-only Setup
75 ================= 80 =================
76 81
77 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 extensions aimed at server