~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_escaped_store.py

  • Committer: Martin Pool
  • Date: 2006-06-20 07:55:43 UTC
  • mfrom: (1798 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1799.
  • Revision ID: mbp@sourcefrog.net-20060620075543-b10f6575d4a4fa32
[merge] bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
        # hash_prefix() is not defined for unicode characters
51
51
        # it is only defined for byte streams.
52
52
        # so hash_prefix() needs to operate on *at most* utf-8
53
 
        # encoded. However urlescape() does both encoding to utf-8
 
53
        # encoded. However urlutils.escape() does both encoding to utf-8
54
54
        # and urllib quoting, so we will use the escaped form
55
55
        # as the path passed to hash_prefix
56
56