/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to breezy/shelf_ui.py

  • Committer: Jelmer Vernooij
  • Date: 2018-06-15 13:10:28 UTC
  • mto: (6973.12.2 python3-k)
  • mto: This revision was merged to the branch mainline in revision 6993.
  • Revision ID: jelmer@jelmer.uk-20180615131028-abolpmqrid8th0cd
More bees.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
)
37
37
from .i18n import gettext
38
38
from .sixish import (
39
 
    BytesIO,
 
39
    StringIO,
40
40
    )
41
41
 
42
42
 
239
239
            as removals, removals displayed as insertions).
240
240
        :return: A patches.Patch.
241
241
        """
242
 
        diff_file = BytesIO()
 
242
        diff_file = StringIO()
243
243
        if invert:
244
244
            old_tree = self.work_tree
245
245
            new_tree = self.target_tree