# HG changeset patch # User Pierre-Yves David # Date 1406752666 25200 # Node ID 0b44ae30cf3b68e244cbaea6072de86fc779ba12 # Parent b88412664251e0d3ea38caa85220313d8fec164c evolve: drop reference to 2.3 in the extension help text We are far away from 2.3 now. diff --git a/hgext/evolve.py b/hgext/evolve.py --- a/hgext/evolve.py +++ b/hgext/evolve.py @@ -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'