# HG changeset patch # User Pierre-Yves David # Date 1406752840 25200 # Node ID 58ff9d9c074611723a7e8417f22a19a711a4f3f1 # Parent a010ba5a0ffb58c9d6f3fb65762ee9863d938768# Parent 205d549a972fc9d0e16c8372619b0d6d118443b8 merge with stable diff --git a/README b/README --- a/README +++ b/README @@ -21,7 +21,7 @@ We recommend reading the documentation first. An online version is available here: - http://hg-lab.logilab.org/doc/mutable-history/html/ + http://evolution.experimentalworks.net/doc/ Or see the ``doc/`` directory for a local copy. @@ -49,7 +49,7 @@ However, some cutting-edge changes may be found in a mutable repository hosted by logilab before they are published. - http://hg-lab.logilab.org/wip/mutable-history/ + http://hg.netv6.net/marmoute-wip/evolve/ Be sure to check latest draft changeset before submitting new changesets. diff --git a/hgext/evolve.py b/hgext/evolve.py --- a/hgext/evolve.py +++ b/hgext/evolve.py @@ -16,11 +16,11 @@ - enables the "Changeset Obsolescence" feature of mercurial, - alters core commands and extensions that rewrite history to use this feature, - - improves some aspect of the early implementation in 2.3 + - improves some aspect of the early implementation in Mercurial core ''' testedwith = '3.0.1 3.1' -buglink = 'https://bitbucket.org/marmoute/mutable-history/issues' +buglink = 'http://bz.selenic.com/' import sys import random