hgext/evolve.py
branchstable
changeset 604 d43e80504e55
parent 594 7f89b31fcb26
child 612 15299bfd0813
child 616 279403a12565
--- 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