Lines Matching refs:modified_commons
120 if diff.added_commons or diff.removed_commons or diff.modified_commons or args.common:
122 len(diff.added_commons), len(diff.removed_commons), len(diff.modified_commons)))
131 if diff.modified_commons and not args.stats:
132 print(" Modified Commons: {0}".format(len(diff.modified_commons)))
133 for name, mod in sorted(diff.modified_commons.items()):