changeset 2220:6665aad2d41b

obsdiscovery: document the status of the module I figured i would be useful to document what we expect from the code in each module.
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Wed, 22 Mar 2017 03:15:58 +0100
parents cf7b4ab31f0c
children e0a25339ff17
files hgext3rd/evolve/obsdiscovery.py
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/hgext3rd/evolve/obsdiscovery.py
+++ b/hgext3rd/evolve/obsdiscovery.py
@@ -5,6 +5,14 @@
 # This software may be used and distributed according to the terms of the
 # GNU General Public License version 2 or any later version.
 
+# Status: Experiment in progress // open question
+#
+#   The final discovery algorithm and protocol will go into core when we'll be
+#   happy with it.
+#
+#   Some of the code in this module is for compatiblity with older version
+#   of evolve and will be eventually dropped.
+
 from __future__ import absolute_import
 
 try: