~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.5.txt

  • Committer: Patch Queue Manager
  • Date: 2011-12-19 01:56:41 UTC
  • mfrom: (6379.4.8 urlutils-quote)
  • Revision ID: pqm@pqm.ubuntu.com-20111219015641-k7fyhyf6rfgk93m2
(jelmer) Include quote() and unquote() directly in bzrlib.urlutils. (Jelmer
 Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
  speeding up various commands including ``bzr export``,
117
117
  ``bzr checkout`` and ``bzr cat``. (Jelmer Vernooij, #608640)
118
118
 
 
119
* ``bzrlib.urlutils`` now includes ``quote`` and ``unquote`` functions,
 
120
  rather than importing them from ``urllib``. This prevents loading
 
121
  of the ``socket``, ``ssl`` and ``urllib`` modules for
 
122
  local bzr operations. (Jelmer Vernooij)
 
123
 
119
124
Testing
120
125
*******
121
126