Mercurial > hg > mutable-history
changeset 248:3538b06ae2d2
[doc] changes location of repo
We now have a "stable" repo on bitbucket and a dev repo on logilab hg lab.
author | Pierre-Yves David <pierre-yves.david@logilab.fr> |
---|---|
date | Tue, 22 May 2012 10:35:04 +0200 (2012-05-22) |
parents | 1a713fa2d3ba |
children | bd0917068cc7 |
files | docs/index.rst |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/docs/index.rst +++ b/docs/index.rst @@ -71,13 +71,13 @@ To enable the evolve extension use:: - $ hg clone http://hg-dev.octopoid.net/hgwebdir.cgi/mutable-history/ + $ hg clone https://bitbucket.org/marmoute/mutable-history $ mutable-history/enable.sh >> ~/.hgrc You will probably want to use the associated version of hgview (qt viewer recommended). :: - $ hg clone http://hg-dev.octopoid.net/hgwebdir.cgi/hgview/ + $ hg clone http://hg-lab.logilab.org/wip/hgview/ $ cd hgview $ python setup.py install --user