Submitter | timeless@gcc2-power8.osuosl.org |
---|---|
Date | April 14, 2016, 6:08 p.m. |
Message ID | <594e4d84a51bfdc69b53.1460657293@gcc2-power8.osuosl.org> |
Download | mbox | patch |
Permalink | /patch/14631/ |
State | Accepted |
Headers | show |
Comments
On 04/14/2016 11:08 AM, timeless@gcc2-power8.osuosl.org wrote: > # HG changeset patch > # User timeless@gmail.com > # Date 1460657260 0 > # Thu Apr 14 18:07:40 2016 +0000 > # Branch stable > # Node ID 594e4d84a51bfdc69b53c0e27555cbe1e0330a00 > # Parent 498329a3c90048f5c211dabcfaab1bfc7bdbd3fa > # Available At https://bitbucket.org/timeless/mutable-history/ > # hg pull https://bitbucket.org/timeless/mutable-history/ -r 594e4d84a51b > # EXP-Topic project > project: change evolution domain to mercurial-scm > Pushed, thanks.
Patch
diff -r 498329a3c900 -r 594e4d84a51b README --- a/README Thu Mar 17 17:03:51 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 498329a3c900 -r 594e4d84a51b debian/control --- a/debian/control Thu Mar 17 17:03:51 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 498329a3c900 -r 594e4d84a51b setup.py --- a/setup.py Thu Mar 17 17:03:51 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',