diff --git a/hgext/evolve.py b/hgext/evolve.py index 4798787bd25735f9358035f87fb19b63fd18d599_aGdleHQvZXZvbHZlLnB5..d43e80504e55db9ad4826e860e50530103a27b0f_aGdleHQvZXZvbHZlLnB5 100644 --- a/hgext/evolve.py +++ b/hgext/evolve.py @@ -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