[PATCH evolve-ext] docs: update references to installation path

Martin von Zweigbergk martinvonz at google.com
Wed Mar 8 21:49:21 UTC 2017


# HG changeset patch
# User Martin von Zweigbergk <martinvonz at google.com>
# Date 1489009715 28800
#      Wed Mar 08 13:48:35 2017 -0800
# Node ID 9750160d5393720942eefa74dda379ce3affee6f
# Parent  74934195747b437ac49958cbb4deb2287753e1db
docs: update references to installation path

diff -r 74934195747b -r 9750160d5393 docs/index.rst
--- a/docs/index.rst	Tue Mar 07 09:47:37 2017 -0800
+++ b/docs/index.rst	Wed Mar 08 13:48:35 2017 -0800
@@ -125,7 +125,7 @@
 
      Then add ::
 
-       evolve=~/src/evolve-main/hgext/evolve.py
+       evolve=~/src/evolve-main/hgext3rd/evolve/
 
      in the ``[extensions]`` section (adding the section if necessary). Use
      the directory that you actually cloned to, of course.
diff -r 74934195747b -r 9750160d5393 docs/sharing.rst
--- a/docs/sharing.rst	Tue Mar 07 09:47:37 2017 -0800
+++ b/docs/sharing.rst	Wed Mar 08 13:48:35 2017 -0800
@@ -102,7 +102,7 @@
   publish = false
 
   [extensions]
-  evolve = /path/to/evolve-main/hgext/evolve.py
+  evolve = /path/to/evolve-main/hgext3rd/evolve/
 
 Then edit the configuration for ``dev-repo``::
 
@@ -111,7 +111,7 @@
 and add ::
 
   [extensions]
-  evolve = /path/to/evolve-main/hgext/evolve.py
+  evolve = /path/to/evolve-main/hgext3rd/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/hgext/evolve.py
+  evolve = /path/to/evolve-main/hgext3rd/evolve/
 
 Then edit Bob's repository configuration::
 
@@ -545,7 +545,7 @@
 
   [extensions]
   rebase =
-  evolve = /path/to/evolve-main/hgext/evolve.py
+  evolve = /path/to/evolve-main/hgext3rd/evolve/
 
   [phases]
   publish = false


More information about the Mercurial-devel mailing list