~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: John Arbash Meinel
  • Date: 2007-07-26 21:18:35 UTC
  • mfrom: (2592.2.5 show-diff-trees-110092)
  • mto: This revision was merged to the branch mainline in revision 2654.
  • Revision ID: john@arbash-meinel.com-20070726211835-z5v8xam1hk2omnq1
(Jonathan Lange) Fix bug #110092, when displaying a diff that includes a binary file, make sure the binary filenames are encoded

Show diffs side-by-side

added added

removed removed

Lines of Context:
1640
1640
        """Return a writeable transport.
1641
1641
 
1642
1642
        This transport is for the test scratch space relative to
1643
 
        "self._test_root""
 
1643
        "self._test_root"
1644
1644
        
1645
1645
        :param relpath: a path relative to the base url.
1646
1646
        """