evolve: remove outdated documentation stable
authorPierre-Yves David <pierre-yves.david@ens-lyon.org>
Mon, 04 Feb 2013 17:31:43 +0100
branchstable
changeset 676 81d13d461145
parent 675 af9cc1e861a4
child 677 e6ce1b907e37
evolve: remove outdated documentation
hgext/evolve.py
--- 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