~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Vincent Ladeuil
  • Date: 2011-06-27 16:06:21 UTC
  • mfrom: (5875.3.29 vila-i18n-command)
  • mto: This revision was merged to the branch mainline in revision 5994.
  • Revision ID: v.ladeuil+lp@free.fr-20110627160621-8ow8j7a1cdeu5u6f
Start implementing command help text localization

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
.. Major internal changes, unlikely to be visible to users or plugin 
59
59
   developers, but interesting for bzr developers.
60
60
 
 
61
* Start implementing localization, starting with command help text (but not
 
62
  the command options themselves). This will allow bootstrapping the bzr
 
63
  internationalization process. (Inada Naoki)
 
64
 
61
65
Testing
62
66
*******
63
67
 
105
109
  (Jonathan Riddell, #274578)
106
110
 
107
111
 
108
 
* New hook set_commit_message in bzrlib.msgeditor to set
109
 
  a commit message and revision properties.  (Jonathan Riddell,
110
 
  #274578)
 
112
* New hook set_commit_message in bzrlib.msgeditor to set a commit message
 
113
  and revision properties.  (Jonathan Riddell, #274578)
111
114
 
112
115
* Support ``-S`` as an alias for ``--short`` for the ``log`` and
113
116
  ``missing`` commands. (Martin von Gagern, #38655)
118
121
.. Improvements to existing commands, especially improved performance 
119
122
   or memory usage, or better results.
120
123
 
121
 
* ``bzr annotate`` can be run without setting whoami data first. (Jonathan
122
 
  Riddell, #667408)
 
124
* ``bzr annotate`` can be run without setting whoami data first.
 
125
  (Jonathan Riddell, #667408)
123
126
 
124
127
Bug Fixes
125
128
*********
369
372
* Merging into empty branches now gives an error as this is currently
370
373
  not supported. (Jonathan Riddell, #242175)
371
374
 
372
 
* Do not show exception to user on pointless commit error (Jonathan
373
 
  Riddell #317357)
 
375
* Do not show exception to user on pointless commit error.
 
376
  (Jonathan Riddell #317357)
374
377
 
375
378
* ``WT.update_basis_by_delta`` no longer requires that the deltas match
376
379
  the current WT state. This allows ``update_basis_by_delta`` to be used