~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-01-15 05:43:42 UTC
  • mfrom: (4734.4.13 bug-440952-bzrdir)
  • Revision ID: pqm@pqm.ubuntu.com-20100115054342-o6ar5y4ch9tcnzyi
(andrew) Give 'location is a repository' hint for NotBranchError
        (#440952).

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
  ``try``/``finally`` blocks where applicable as it is simpler and more
117
117
  robust.  (Andrew Bennetts)
118
118
 
 
119
* Attempts to open a shared repository as a branch (e.g. ``bzr branch
 
120
  path/to/repo``) will now include "location is a repository" as a hint in
 
121
  the error message.  (Brian de Alwis, Andrew Bennetts, #440952)
 
122
 
119
123
* Push will now inform the user when they are trying to push to a foreign 
120
124
  VCS for which roundtripping is not supported, and will suggest them to 
121
125
  use dpush. (Jelmer Vernooij)
166
170
Internals
167
171
*********
168
172
 
 
173
* Added ``BzrDir.open_branchV3`` smart server request, which can receive
 
174
  a string of details (such as "location is a repository") as part of a
 
175
  ``nobranch`` response.  (Andrew Bennetts, #440952)
 
176
  
169
177
* New helper osutils.UnicodeOrBytesToBytesWriter which encodes unicode
170
178
  objects but passes str objects straight through. This is used for
171
179
  selftest but may be useful for diff and other operations that generate