~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-09-19 01:33:10 UTC
  • mfrom: (4695.4.1 430529-extension-warnings)
  • Revision ID: pqm@pqm.ubuntu.com-20090919013310-4lds9snxescbsxed
(mbp) better messages about missing extensions

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
* Make sure that we unlock the tree if we fail to create a TreeTransform
91
91
  object when doing a merge, and there is limbo, or pending-deletions
92
92
  directory.  (Gary van der Merwe, #427773)
93
 
  
 
93
 
94
94
* Prevent some kinds of incomplete data from being committed to a 2a
95
95
  repository, such as revisions without inventories or inventories without
96
96
  chk_bytes root records.
112
112
  running using pure-Python versions, but this may be substantially
113
113
  slower.  The warning can be disabled by setting
114
114
  ``ignore_missing_extensions = True`` in ``bazaar.conf``.
115
 
  (Martin Pool, #406113)
 
115
  See also <https://answers.launchpad.net/bzr/+faq/703>.
 
116
  (Martin Pool, #406113, #430529)
116
117
 
117
118
Documentation
118
119
*************