# HG changeset patch # User Pierre-Yves David # Date 1490148958 -3600 # Node ID 6665aad2d41b5ef4a1531bbde48cfbf215363a5b # Parent cf7b4ab31f0c4c55b67c2a67fe49b003a279d852 obsdiscovery: document the status of the module I figured i would be useful to document what we expect from the code in each module. diff -r cf7b4ab31f0c -r 6665aad2d41b hgext3rd/evolve/obsdiscovery.py --- a/hgext3rd/evolve/obsdiscovery.py Wed Mar 22 03:13:15 2017 +0100 +++ b/hgext3rd/evolve/obsdiscovery.py Wed Mar 22 03:15:58 2017 +0100 @@ -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: