~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-21 05:55:17 UTC
  • mfrom: (4977.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20100121055517-y5ngh2uifz7ua7we
(igc) Hide most storage formats

Show diffs side-by-side

added added

removed removed

Lines of Context:
138
138
  ``try``/``finally`` blocks where applicable as it is simpler and more
139
139
  robust.  (Andrew Bennetts)
140
140
 
 
141
* All except a small number of storage formats are now hidden, making
 
142
  the help for numerous commands far more digestible. (Ian Clatworthy)
 
143
 
141
144
* Attempts to open a shared repository as a branch (e.g. ``bzr branch
142
145
  path/to/repo``) will now include "location is a repository" as a hint in
143
146
  the error message.  (Brian de Alwis, Andrew Bennetts, #440952)