~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to command_classes.py

  • Committer: Aaron Bentley
  • Date: 2008-11-23 20:32:52 UTC
  • Revision ID: aaron@aaronbentley.com-20081123203252-5c34x1u7dzz0ef10
Fix cdiff color switch by deferring to DiffWriter

Show diffs side-by-side

added added

removed removed

Lines of Context:
540
540
            never='Never colorize output.',
541
541
            auto='Only colorize output if terminal supports it and STDOUT is a'
542
542
            ' TTY.',
543
 
            always='Always colorize ouput (default).'),
 
543
            always='Always colorize output (default).'),
544
544
        Option('check-style',
545
545
            help='Warn if trailing whitespace or spurious changes have been'
546
546
                 ' added.')]