[doc] changes location of repo
We now have a "stable" repo on bitbucket and a dev repo on logilab hg lab.
--- a/docs/index.rst Sat May 12 18:50:11 2012 +0200
+++ b/docs/index.rst Tue May 22 10:35:04 2012 +0200
@@ -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