570
570
class cmd_cdiff(bzrlib.commands.Command):
571
571
"""A color version of bzr's diff"""
572
572
takes_args = property(lambda x: get_cmd_object('diff').takes_args)
577
575
help='Warn if trailing whitespace or spurious changes have been'
583
578
def run(self, check_style=False, *args, **kwargs):
584
579
from colordiff import colordiff