~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Vincent Ladeuil
  • Date: 2010-11-24 16:01:57 UTC
  • mfrom: (4597.13.7 cleanup)
  • mto: This revision was merged to the branch mainline in revision 5558.
  • Revision ID: v.ladeuil+lp@free.fr-20101124160157-kieuslo7wj9abdmb
Merge cleanup into 638451-malformed

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
* Better message if there is an error while setting ownership of
54
54
  ``.bazaar`` directory. (Parth Malwankar, #657553)
55
55
 
 
56
* ``bzr config`` properly displays list values. (Vincent Ladeuil, #672382)
 
57
 
 
58
* ``bzr config`` will now respect option policies when displaying the value
 
59
  and display the definition sections when appropriate.
 
60
  (Vincent Ladeuil, #671050)
 
61
 
 
62
* Don't create commit message files in the current directory to avoid nasty
 
63
  interactions with emacs (which tries to establish the status of the file
 
64
  during the commit which breaks on windows). (Vincent Ladeuil, #673637)
 
65
 
56
66
* ``bzr resolve --take-other <file>`` will not crash anymore if ``<file>``
57
67
  is involved in a text conflict (but the conflict is still not
58
68
  resolved). (Vincent Ladeuil, #646961)
59
69
 
 
70
* Merge will now correctly locate a lca where there is a criss-cross merge
 
71
  of a new root. (Gary van der Merwe, #588698)
 
72
 
60
73
* Report error if non-ASCII command option given. (Rory Yorke, #140563)
61
74
 
62
75
Documentation
76
89
.. Major internal changes, unlikely to be visible to users or plugin 
77
90
   developers, but interesting for bzr developers.
78
91
 
 
92
* ``BranchBuilder.build_snapshot`` now accepts parent_ids == [].
 
93
  This can be used to create a new root in the graph. (Gary van der Merwe)
 
94
 
 
95
* Old repository development formats
 
96
  RepositoryFormatCHK1 and RepositoryFormatCHK2 have been removed, and so
 
97
  have the corresponding metadir format options ``development-rich-root``,
 
98
  ``development6-rich-root``, and ``development7-rich-root``.
 
99
 
79
100
Testing
80
101
*******
81
102
 
162
183
  ``bzrdir.open_repository()`` to propagate.  This is unhelpful at best,
163
184
  and at worst can trigger infinite loops in callers.  (Andrew Bennetts)
164
185
  
 
186
* The ``branch.tags.merge_to(target_branch)`` API used by plugins such as
 
187
  ``bzr-builddeb`` now propagates changes to the master branch of the
 
188
  target branch (if there is one).  This makes it consistent with the
 
189
  other tag APIs.  (Andrew Bennetts, #603395)
 
190
 
165
191
* Windows installers no longer requires the Microsoft vcredist to be
166
192
  installed. (Martin [gz], Gary van der Merwe, #632465)
167
193