~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to hunk_selector.py

  • Committer: Aaron Bentley
  • Date: 2007-06-09 14:05:42 UTC
  • Revision ID: aaron.bentley@utoronto.ca-20070609140542-z4i71q3ubwmywno7
Don't squawk when bzrlib is the next dev version

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
                self.diff_stream = sys.stdout
26
26
        else:
27
27
            self.diff_stream = sys.stdout
28
 
 
 
28
            
29
29
        self.standard_options = [
30
30
            UserOption('y', self._selected, self.strings['select_desc'],
31
31
                default=True),