# HG changeset patch # User timeless@gmail.com # Date 1460657260 0 # Node ID fb5e479080d863b1f00d6cc09f7c7bd38687cc88 # Parent 27445da063b7fec862c510608418262f70113dee project: change evolution domain to mercurial-scm diff -r 27445da063b7 -r fb5e479080d8 README --- a/README Thu Apr 14 13:02:23 2016 -0700 +++ b/README Thu Apr 14 18:07:40 2016 +0000 @@ -21,7 +21,7 @@ We recommend reading the documentation first. An online version is available here: - http://evolution.experimentalworks.net/doc/ + https://www.mercurial-scm.org/doc/evolution/ Or see the ``doc/`` directory for a local copy. diff -r 27445da063b7 -r fb5e479080d8 debian/control --- a/debian/control Thu Apr 14 13:02:23 2016 -0700 +++ b/debian/control Thu Apr 14 18:07:40 2016 +0000 @@ -15,7 +15,7 @@ librsvg2-bin, wget, Python-Version: >= 2.6 -Homepage: http://evolution.experimentalworks.net/ +Homepage: https://www.mercurial-scm.org/doc/evolution/ Package: mercurial-evolve Architecture: all diff -r 27445da063b7 -r fb5e479080d8 setup.py --- a/setup.py Thu Apr 14 13:02:23 2016 -0700 +++ b/setup.py Thu Apr 14 18:07:40 2016 +0000 @@ -29,7 +29,7 @@ author='Pierre-Yves David', maintainer='Pierre-Yves David', maintainer_email='pierre-yves.david@ens-lyon.org', - url='http://evolution.experimentalworks.net/', + url='https://www.mercurial-scm.org/doc/evolution/', description='Flexible evolution of Mercurial history.', long_description=open('README').read(), keywords='hg mercurial',