~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to hunk_selector.py

  • Committer: Aaron Bentley
  • Date: 2011-06-27 23:07:10 UTC
  • Revision ID: aaron@aaronbentley.com-20110627230710-orth0tzf1kwknfen
Better handling of compound tar names.

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),