# HG changeset patch # User Sylvain Thénault # Date 1264587332 -3600 # Node ID 4d36e0e93fdbad51818814884b7bef9c663b0382 # Parent bc8d7ac7034769ab5135a80370b18cbd039fe2a2 must check for relation inlined in main form type diff -r bc8d7ac70347 -r 4d36e0e93fdb devtools/devctl.py --- a/devtools/devctl.py Wed Jan 27 11:14:57 2010 +0100 +++ b/devtools/devctl.py Wed Jan 27 11:15:32 2010 +0100 @@ -160,9 +160,9 @@ continue for tschema in targetschemas: fsections = afs.etype_get(eschema, rschema, role, tschema) - if 'inlined_attributes' in fsections and \ + if 'main_inlined' in fsections and \ (libconfig is None or not - 'inlined_attributes' in libafs.etype_get( + 'main_inlined' in libafs.etype_get( eschema, rschema, role, tschema)): add_msg(w, 'add a %s' % tschema, 'inlined:%s.%s.%s' % (etype, rschema, role))