hgext/evolve.py
branchstable
changeset 1011 0b44ae30cf3b
parent 973 6d691fefdbd1
child 1012 205d549a972f
--- 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'