docs/index.rst
branchstable
changeset 1284 e33990a4c27a
parent 1266 c94aaf6df69c
child 1617 160968654581
equal deleted inserted replaced
1282:2da7b531879a 1284:e33990a4c27a
     1 .. Copyright © 2014 Greg Ward <greg@gerg.ca>
     1 .. Copyright © 2014 Greg Ward <greg@gerg.ca>
     2 
     2 
     3 ==================================
     3 ==================================
     4 Changeset Evolution with Mercurial
     4 Changeset Evolution with Mercurial
     5 ==================================
     5 ==================================
       
     6 
       
     7 .. toctree::
       
     8    :maxdepth: 2
       
     9 
       
    10    user-guide
       
    11    sharing
       
    12    concepts
       
    13    from-mq
     6 
    14 
     7 `evolve`_ is an experimental Mercurial extension for safe mutable history.
    15 `evolve`_ is an experimental Mercurial extension for safe mutable history.
     8 
    16 
     9 .. _`evolve`: http://mercurial.selenic.com/wiki/EvolveExtension
    17 .. _`evolve`: http://mercurial.selenic.com/wiki/EvolveExtension
    10 
    18 
   132   * To learn about the concepts underlying ``evolve``, see `concepts`_
   140   * To learn about the concepts underlying ``evolve``, see `concepts`_
   133     (incomplete).
   141     (incomplete).
   134   * If you're coming from MQ, see the `MQ migration guide`_ (incomplete).
   142   * If you're coming from MQ, see the `MQ migration guide`_ (incomplete).
   135 
   143 
   136 .. _`user guide`: user-guide.html
   144 .. _`user guide`: user-guide.html
       
   145 .. _`sharing mutable history`: sharing.html
   137 .. _`concepts`: concepts.html
   146 .. _`concepts`: concepts.html
   138 .. _`sharing mutable history`: sharing.html
       
   139 .. _`MQ migration guide`: from-mq.html
   147 .. _`MQ migration guide`: from-mq.html