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
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	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