docs/index.rst
changeset 1618 a3da15803b7a
parent 1617 160968654581
child 1724 bd994fd256e1
equal deleted inserted replaced
1616:c216b175d535 1618:a3da15803b7a
   111 To use ``evolve``, you must:
   111 To use ``evolve``, you must:
   112 
   112 
   113   #. Clone the ``evolve`` repository::
   113   #. Clone the ``evolve`` repository::
   114 
   114 
   115        cd ~/src
   115        cd ~/src
   116        hg clone https://bitbucket.org/marmoute/mutable-history
   116        hg clone http://hg.netv6.net/evolve-main
   117 
   117 
   118   #. Configure the extension, either locally ::
   118   #. Configure the extension, either locally ::
   119 
   119 
   120        hg config --local
   120        hg config --local
   121 
   121 
   123 
   123 
   124        hg config --edit
   124        hg config --edit
   125 
   125 
   126      Then add ::
   126      Then add ::
   127 
   127 
   128        evolve=~/src/mutable-history/hgext/evolve.py
   128        evolve=~/src/evolve-main/hgext/evolve.py
   129 
   129 
   130      in the ``[extensions]`` section (adding the section if necessary). Use
   130      in the ``[extensions]`` section (adding the section if necessary). Use
   131      the directory that you actually cloned to, of course.
   131      the directory that you actually cloned to, of course.
   132 
   132 
   133 
   133