changeset 676:81d13d461145 stable

evolve: remove outdated documentation
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Mon, 04 Feb 2013 17:31:43 +0100
parents af9cc1e861a4
children e6ce1b907e37
files hgext/evolve.py
diffstat 1 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- 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