changeset 604:d43e80504e55 stable 2.0.0

evolve: some comment update Bumped is in core now.
author Pierre-Yves David <pierre-yves.david@logilab.fr>
date Fri, 26 Oct 2012 17:44:52 +0200
parents 4798787bd257
children e0847647fa6a
files hgext/evolve.py
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/evolve.py	Fri Oct 26 18:01:50 2012 +0200
+++ b/hgext/evolve.py	Fri Oct 26 17:44:52 2012 +0200
@@ -328,8 +328,7 @@
 ### Complete troubles computation logic                           ###
 #####################################################################
 
-# there is two kind of trouble not handled by core right now:
-# - bumped: (successors for public changeset)
+# there is one kind of trouble not handled by core right now:
 # - divergent: (two changeset try to succeed to the same precursors)
 #
 # This section add support for those two addition trouble