# HG changeset patch # User Pierre-Yves David # Date 1351266292 -7200 # Node ID d43e80504e55db9ad4826e860e50530103a27b0f # Parent 4798787bd25735f9358035f87fb19b63fd18d599 evolve: some comment update Bumped is in core now. diff -r 4798787bd257 -r d43e80504e55 hgext/evolve.py --- 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