Home | History | Annotate | Download | only in bin

Lines Matching full:removed_commons

144         if diff.added_commons or diff.removed_commons or diff.modified_commons or args.common:
146 len(diff.added_commons), len(diff.removed_commons), len(diff.modified_commons)))
151 if diff.removed_commons and not args.stats:
152 print(" Removed Commons: {0}".format(len(diff.removed_commons)))
153 for c in sorted(diff.removed_commons):