docs/index.rst
branchmercurial-3.5
changeset 1750 1dbb8fdb725a
parent 1724 bd994fd256e1
child 2066 a35f6b1e4a41
equal deleted inserted replaced
1707:981d895d69cf 1750:1dbb8fdb725a
    12    concepts
    12    concepts
    13    from-mq
    13    from-mq
    14 
    14 
    15 `evolve`_ is an experimental Mercurial extension for safe mutable history.
    15 `evolve`_ is an experimental Mercurial extension for safe mutable history.
    16 
    16 
    17 .. _`evolve`: http://mercurial.selenic.com/wiki/EvolveExtension
    17 .. _`evolve`: https://www.mercurial-scm.org/wiki/EvolveExtension
    18 
    18 
    19 With core Mercurial, changesets are permanent and immutable. You can
    19 With core Mercurial, changesets are permanent and immutable. You can
    20 commit new changesets to modify your source code, but you cannot
    20 commit new changesets to modify your source code, but you cannot
    21 modify or remove old changesets—they are carved in stone for all
    21 modify or remove old changesets—they are carved in stone for all
    22 eternity.
    22 eternity.
    97     backwards-incompatible changes. If you write scripts that use
    97     backwards-incompatible changes. If you write scripts that use
    98     evolve commands, a future release could break your scripts.
    98     evolve commands, a future release could break your scripts.
    99 
    99 
   100   * There are still some corner cases that aren't handled yet. If you
   100   * There are still some corner cases that aren't handled yet. If you
   101     think you have found such a case, please check if it's already
   101     think you have found such a case, please check if it's already
   102     described in the Mercurial bug tracker (http://bz.selenic.com).
   102     described in the Mercurial bug tracker (https://bz.mercurial-scm.org/).
   103     Bugs in ``evolve`` are files under component "evolution": use
   103     Bugs in ``evolve`` are files under component "evolution": use
   104     `this query`_ to view open bugs in ``evolve``.
   104     `this query`_ to view open bugs in ``evolve``.
   105 
   105 
   106 .. _`this query`: http://bz.selenic.com/buglist.cgi?component=evolution&bug_status=UNCONFIRMED&bug_status=CONFIRMED&bug_status=NEED_EXAMPLE
   106 .. _`this query`: https://bz.mercurial-scm.org/buglist.cgi?component=evolution&bug_status=UNCONFIRMED&bug_status=CONFIRMED&bug_status=NEED_EXAMPLE
   107 
   107 
   108 Installation and setup
   108 Installation and setup
   109 ----------------------
   109 ----------------------
   110 
   110 
   111 To use ``evolve``, you must:
   111 To use ``evolve``, you must: