~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Andrew Bennetts
  • Date: 2010-03-17 03:39:58 UTC
  • mto: This revision was merged to the branch mainline in revision 5093.
  • Revision ID: andrew.bennetts@canonical.com-20100317033958-oftkmvk6t6p877y0
Fix dump-btree to handle *.cix and *.six files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
* ``bzr add`` will not add conflict related files unless explicitly required.
83
83
  (Vincent Ladeuil, #322767, #414589)
84
84
 
 
85
* ``bzr dump-btree`` now works on ``*.cix`` and ``*.six`` files.  Those
 
86
  indices do not have reference lists, so ``dump-btree`` will simply show
 
87
  ``None`` instead.  (Andrew Bennetts, #488607)
 
88
 
85
89
* ``bzr help`` will no longer trigger the get_missing_command hook when
86
90
  doing a topic lookup. This avoids prompting (like 'no command plugins/loom,
87
91
  did you mean log?') when getting help. In future we may trigger the hook