Home | History | Annotate | Download | only in bin

Lines Matching refs:removed_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)))
127 if diff.removed_commons and not args.stats:
128 print(" Removed Commons: {0}".format(len(diff.removed_commons)))
129 for c in sorted(diff.removed_commons):