doc: let mercurial find where evolve is installed
authorPhilippe Pepiot <phil@philpep.org>
Tue, 29 Aug 2017 14:19:31 +0200
changeset 2865 b0b8cc3064b0
parent 2864 4be11d7b13fa
child 2866 736ab58641f0
doc: let mercurial find where evolve is installed
docs/sharing.rst
--- a/docs/sharing.rst	Tue Aug 29 14:27:08 2017 +0200
+++ b/docs/sharing.rst	Tue Aug 29 14:19:31 2017 +0200
@@ -102,7 +102,7 @@
   publish = false
 
   [extensions]
-  evolve = /path/to/evolve-main/hgext3rd/evolve/
+  evolve =
 
 Then edit the configuration for ``dev-repo``::
 
@@ -111,7 +111,7 @@
 and add ::
 
   [extensions]
-  evolve = /path/to/evolve-main/hgext3rd/evolve/
+  evolve =
 
 Keep in mind that in real life, these repositories would probably be
 on separate computers, so you'd have to login to each one to configure
@@ -331,7 +331,7 @@
 and add ::
 
   [extensions]
-  evolve = /path/to/evolve-main/hgext3rd/evolve/
+  evolve =
 
 Then edit Bob's repository configuration::
 
@@ -545,7 +545,7 @@
 
   [extensions]
   rebase =
-  evolve = /path/to/evolve-main/hgext3rd/evolve/
+  evolve =
 
   [phases]
   publish = false