~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/HACKING.txt

(gz) Change minimum required testtools version for selftest to 0.9.5 for
 unicode fixes (Martin [gz])

Show diffs side-by-side

added added

removed removed

Lines of Context:
511
511
Because Transports work in URLs (as defined earlier), printing the raw URL
512
512
to the user is usually less than optimal. Characters outside the standard
513
513
set are printed as escapes, rather than the real character, and local
514
 
paths would be printed as ``file://`` URLs. The function
 
514
paths would be printed as ``file://`` urls. The function
515
515
``unescape_for_display`` attempts to unescape a URL, such that anything
516
516
that cannot be printed in the current encoding stays an escaped URL, but
517
517
valid characters are generated where possible.