~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Aaron Bentley
  • Date: 2007-01-16 22:19:41 UTC
  • Revision ID: abentley@panoramicfeedback.com-20070116221941-3eis7ogexhr5dpkd
Add help

Show diffs side-by-side

added added

removed removed

Lines of Context:
551
551
 
552
552
    def _takes_options(self):
553
553
        options = list(get_cmd_object('diff').takes_options)
554
 
        options.append(Option('check-style'))
 
554
        options.append(Option('check-style',
 
555
            help='Warn if trailing whitespace or spurious changes have been'
 
556
                 ' added.'))
555
557
        return options
556
558
 
557
559
    takes_options = property(_takes_options)