changeset 662:40854e956315 stable

merge
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Sat, 02 Feb 2013 12:20:10 +0100
parents f727ebe6ffd5 (diff) e6e47c432ffd (current diff)
children 9d4ff0809a00
files README docs/evolve-faq.rst tests/test-obsolete-divergent.t tests/test-obsolete-rebase.t
diffstat 2 files changed, 6 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/README	Fri Jan 25 17:26:47 2013 +0100
+++ b/README	Sat Feb 02 12:20:10 2013 +0100
@@ -11,9 +11,7 @@
 It also:
 
     - 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
+    - issues several warning messages when troubles appear in your repository.
 
 **These extensions are experimental and are not meant for production.**
 
@@ -46,6 +44,10 @@
 Changelog
 ==================
 
+3.0.0 --
+
+- compatibility with 2.5
+
 2.2.0 --
 
 - make evolve smarter at picking next troubled to solved without --any
--- a/docs/evolve-faq.rst	Fri Jan 25 17:26:47 2013 +0100
+++ b/docs/evolve-faq.rst	Sat Feb 02 12:20:10 2013 +0100
@@ -133,7 +133,7 @@
 
 For more complexe scenario we recommend the use of the histedit_ extension.
 
-.. _histedit:: http://mercurial.selenic.com/wiki/HisteditExtension
+.. _histedit: http://mercurial.selenic.com/wiki/HisteditExtension
 
 
 Update my current work in progress after a pull