# HG changeset patch # User Pierre-Yves David # Date 1359995503 -3600 # Node ID 81d13d461145dca5308f5de5e9cc04a9687305a7 # Parent af9cc1e861a4b23d63959b7b565b600ad1b43e68 evolve: remove outdated documentation diff -r af9cc1e861a4 -r 81d13d461145 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