~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-07-08 15:42:48 UTC
  • mfrom: (4385.4.3 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090708154248-8sw3wh0tfpfpomrq
(bialix) Deprecate bzrlib.user_encoding

Show diffs side-by-side

added added

removed removed

Lines of Context:
120
120
Internals
121
121
*********
122
122
 
 
123
* ``bzrlib.user_encoding`` is now officially deprecated. It is not
 
124
  possible to write a deprecation wrapper, but the variable will be
 
125
  removed in the near future. Use ``bzrlib.osutils.get_user_encoding()``
 
126
  instead. (Alexander Belchenko)
 
127
 
123
128
* Command lookup has had hooks added. ``bzrlib.Command.hooks`` has
124
129
  three new hook points: ``get_command``, ``get_missing_command`` and
125
130
  ``list_commands``, which allow just-in-time command name provision