evolve: drop reference to 2.3 in the extension help text stable
authorPierre-Yves David <pierre-yves.david@fb.com>
Wed, 30 Jul 2014 13:37:46 -0700
branchstable
changeset 1011 0b44ae30cf3b
parent 1010 b88412664251
child 1012 205d549a972f
evolve: drop reference to 2.3 in the extension help text We are far away from 2.3 now.
hgext/evolve.py
--- a/hgext/evolve.py	Wed Jul 30 13:26:46 2014 -0700
+++ b/hgext/evolve.py	Wed Jul 30 13:37:46 2014 -0700
@@ -16,7 +16,7 @@
     - 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'