# HG changeset patch # User Alexandre Fayolle # Date 1255711300 -7200 # Node ID 4b8d7838d74d298746f4e579763e651e01c1aa19 # Parent 486a29d66f2ac3fde8005e48b503882da00de9ab revert change, but there's something fishy here diff -r 486a29d66f2a -r 4b8d7838d74d devtools/fill.py --- a/devtools/fill.py Fri Oct 16 18:35:24 2009 +0200 +++ b/devtools/fill.py Fri Oct 16 18:41:40 2009 +0200 @@ -399,10 +399,10 @@ # restrict object eids if possible # XXX the attempt to restrict below in completely wrong # disabling it for now -## objeids = select(restrictions, self.cursor) -## else: -## objeids = oedict.get(obj, frozenset()) - objeids = oedict.get(obj, frozenset()) + objeids = select(restrictions, self.cursor) + else: + objeids = oedict.get(obj, frozenset()) +## objeids = oedict.get(obj, frozenset()) if subjcard in '?1' or objcard in '?1': for subjeid, objeid in used: if subjcard in '?1' and subjeid in subjeids: