~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-07-26 22:33:48 UTC
  • mfrom: (2653.1.1 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20070726223348-t2howycr63c04q7r
(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
        """