docs/index.rst
changeset 248 3538b06ae2d2
parent 245 9ccf8492d5c5
child 292 f9b580a7c754
equal deleted inserted replaced
247:1a713fa2d3ba 248:3538b06ae2d2
    69 
    69 
    70             Production ready version should hide such details to normal user.
    70             Production ready version should hide such details to normal user.
    71 
    71 
    72 To enable the evolve extension use::
    72 To enable the evolve extension use::
    73 
    73 
    74     $ hg clone http://hg-dev.octopoid.net/hgwebdir.cgi/mutable-history/
    74     $ hg clone https://bitbucket.org/marmoute/mutable-history
    75     $ mutable-history/enable.sh >> ~/.hgrc
    75     $ mutable-history/enable.sh >> ~/.hgrc
    76 
    76 
    77 You will probably want to use the associated version of hgview (qt viewer
    77 You will probably want to use the associated version of hgview (qt viewer
    78 recommended). ::
    78 recommended). ::
    79 
    79 
    80     $ hg clone http://hg-dev.octopoid.net/hgwebdir.cgi/hgview/
    80     $ hg clone http://hg-lab.logilab.org/wip/hgview/
    81     $ cd hgview
    81     $ cd hgview
    82     $ python setup.py install --user
    82     $ python setup.py install --user
    83 
    83 
    84 works with mercurial 2.1 and 2.2 (recommended)
    84 works with mercurial 2.1 and 2.2 (recommended)
    85 
    85