~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-03-29 19:10:09 UTC
  • mfrom: (2379.5.2 remove_bundle_verbose)
  • Revision ID: pqm@pqm.ubuntu.com-20070329191009-2b533e883212576c
(Robert Widhopf-Fenk, bug #98591) Remove '--verbose' flag from 'bzr bundle'

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
    * Deprecate Branch.get_root_id() because branches don't have root ids,
15
15
      rather than fixing bug #96847.  (Aaron Bentley)
16
16
 
 
17
  BUGFIXES:
 
18
 
 
19
    * Remove ``--verbose`` from ``bzr bundle``. It didn't work anyway.
 
20
      (Robert Widhopf-Fenk, #98591)
 
21
 
17
22
  TESTING:
18
23
 
19
24
    * Added ``bzrlib.strace.strace`` which will strace a single callable and