--- a/cwctl.py Thu Oct 08 11:44:06 2009 +0200
+++ b/cwctl.py Thu Oct 08 11:46:33 2009 +0200
@@ -70,7 +70,10 @@
def ordered_instances(self):
"""return instances in the order in which they should be started,
considering $REGISTRY_DIR/startorder file if it exists (useful when
- some instances depends on another as external source
+ some instances depends on another as external source).
+
+ Instance used by another one should appears first in the file (one
+ instance per line)
"""
regdir = cwcfg.registry_dir()
_allinstances = list_instances(regdir)