~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to hunk_selector.py

  • Committer: Jelmer Vernooij
  • Date: 2011-06-24 13:35:53 UTC
  • mto: This revision was merged to the branch mainline in revision 771.
  • Revision ID: jelmer@samba.org-20110624133553-h9s8syvvvsvpd1o9
Add support for importing .tar.xz and .tar.lzma files.

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