~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/HACKING.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-04-18 04:55:00 UTC
  • mfrom: (5784.2.1 754188-apport-test)
  • Revision ID: pqm@pqm.ubuntu.com-20110418045500-ce6lkgyiq7f47q43
(mbp) Rewrite test_report_bug_legacy away from using doctest (see bug
 764188) (Martin Pool)

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.