url: update url to point to the latest hosting
The documentation and various packaging were out of date.
--- a/README Wed Feb 10 18:54:49 2016 -0600
+++ b/README Thu Feb 25 13:14:04 2016 +0100
@@ -16,7 +16,7 @@
You can enable it by adding the line below to the ``extensions``
section of your hgrc::
- evolve = PATH/TO/mutable-history/hgext/evolve.py
+ evolve = PATH/TO/evolve-main/hgext/evolve.py
We recommend reading the documentation first. An online version is
available here:
--- a/debian/control Wed Feb 10 18:54:49 2016 -0600
+++ b/debian/control Thu Feb 25 13:14:04 2016 +0100
@@ -15,7 +15,7 @@
librsvg2-bin,
wget,
Python-Version: >= 2.6
-Homepage: https://bitbucket.org/marmoute/mutable-history
+Homepage: http://evolution.experimentalworks.net/
Package: mercurial-evolve
Architecture: all
--- a/debian/copyright Wed Feb 10 18:54:49 2016 -0600
+++ b/debian/copyright Thu Feb 25 13:14:04 2016 +0100
@@ -1,5 +1,5 @@
This software was downloaded from
-https://bitbucket.org/marmoute/mutable-history
+http://hg.netv6.net/evolve-main/
Copyright 2011 Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
Logilab SA <contact@logilab.fr>
--- a/docs/index.rst Wed Feb 10 18:54:49 2016 -0600
+++ b/docs/index.rst Thu Feb 25 13:14:04 2016 +0100
@@ -113,7 +113,7 @@
#. Clone the ``evolve`` repository::
cd ~/src
- hg clone https://bitbucket.org/marmoute/mutable-history
+ hg clone http://hg.netv6.net/evolve-main
#. Configure the extension, either locally ::
@@ -125,7 +125,7 @@
Then add ::
- evolve=~/src/mutable-history/hgext/evolve.py
+ evolve=~/src/evolve-main/hgext/evolve.py
in the ``[extensions]`` section (adding the section if necessary). Use
the directory that you actually cloned to, of course.
--- a/docs/sharing.rst Wed Feb 10 18:54:49 2016 -0600
+++ b/docs/sharing.rst Thu Feb 25 13:14:04 2016 +0100
@@ -102,7 +102,7 @@
publish = false
[extensions]
- evolve = /path/to/mutable-history/hgext/evolve.py
+ evolve = /path/to/evolve-main/hgext/evolve.py
Then edit the configuration for ``dev-repo``::
@@ -111,7 +111,7 @@
and add ::
[extensions]
- evolve = /path/to/mutable-history/hgext/evolve.py
+ evolve = /path/to/evolve-main/hgext/evolve.py
Keep in mind that in real life, these repositories would probably be
on separate computers, so you'd have to login to each one to configure
@@ -331,7 +331,7 @@
and add ::
[extensions]
- evolve = /path/to/mutable-history/hgext/evolve.py
+ evolve = /path/to/evolve-main/hgext/evolve.py
Then edit Bob's repository configuration::
@@ -545,7 +545,7 @@
[extensions]
rebase =
- evolve = /path/to/mutable-history/hgext/evolve.py
+ evolve = /path/to/evolve-main/hgext/evolve.py
[phases]
publish = false
--- a/setup.py Wed Feb 10 18:54:49 2016 -0600
+++ b/setup.py Thu Feb 25 13:14:04 2016 +0100
@@ -29,7 +29,7 @@
author='Pierre-Yves David',
maintainer='Pierre-Yves David',
maintainer_email='pierre-yves.david@ens-lyon.org',
- url='https://bitbucket.org/marmoute/mutable-history',
+ url='http://evolution.experimentalworks.net/',
description='Flexible evolution of Mercurial history.',
long_description=open('README').read(),
keywords='hg mercurial',