--- a/hgext/evolve.py Mon Feb 04 17:31:20 2013 +0100
+++ b/hgext/evolve.py Mon Feb 04 17:31:43 2013 +0100
@@ -330,14 +330,6 @@
### Complete troubles computation logic ###
#####################################################################
-# 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
-#
-# - Cache computation
-# - revset and ctx method
-# - push warning
### Cache computation
latediff = 1 # flag to prevent taking late comer fix into account