# HG changeset patch # User Pierre-Yves David # Date 1456402444 -3600 # Node ID 160968654581eb83f58f2b913124a16f7bef56ee # Parent b04d73c0a13e5f2c37566aeb1e9ec41ac2cef613 url: update url to point to the latest hosting The documentation and various packaging were out of date. diff -r b04d73c0a13e -r 160968654581 README --- 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: diff -r b04d73c0a13e -r 160968654581 debian/control --- 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 diff -r b04d73c0a13e -r 160968654581 debian/copyright --- 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 Logilab SA diff -r b04d73c0a13e -r 160968654581 docs/index.rst --- 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. diff -r b04d73c0a13e -r 160968654581 docs/sharing.rst --- 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 diff -r b04d73c0a13e -r 160968654581 setup.py --- 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',