/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2007-10-15 05:23:29 UTC
  • mfrom: (2906 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2907.
  • Revision ID: robertc@robertcollins.net-20071015052329-z5458xq9q2kq72mv
Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
325
325
   * ``Branch.hooks`` now supports ``pre_commit`` hook. The hook's signature
326
326
     is documented in BranchHooks constructor. (Nam T. Nguyen, #102747)
327
327
 
 
328
   * New ``Repository.stream_knit_data_for_revisions`` request added to the
 
329
     network protocol for greatly reduced roundtrips when retrieving a set of
 
330
     revisions. (Andrew Bennetts)
 
331
 
328
332
  BUG FIXES:
329
333
 
330
334
   * ``bzr plugins`` now lists the version number for each plugin in square
473
477
     include them as Concepts within the User Reference.
474
478
     (Paul Moore, Ian Clatworthy)
475
479
 
 
480
    * ``check`` can detect versionedfile parent references that are
 
481
      inconsistent with revision and inventory info, and ``reconcile`` can fix
 
482
      them.  These faulty references were generated by 0.8-era releases,
 
483
      so repositories which were manipulated by old bzrs should be
 
484
      checked, and possibly reconciled ASAP.  (Aaron Bentley, Andrew Bennetts)
 
485
 
476
486
  API BREAKS:
477
487
 
478
488
   * ``Branch.append_revision`` is removed altogether; please use