~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-02-26 14:14:36 UTC
  • mfrom: (5058.2.1 commandlookup)
  • Revision ID: pqm@pqm.ubuntu.com-20100226141436-t8s3uqt5w9ktt04g
(robertc) Do not call Commands.hooks[get_missing_command] when
        looking up help topics. (Robert Collins, bug 396261)

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
* ``bzr add`` will not add conflict related files unless explicitly required.
71
71
  (Vincent Ladeuil, #322767, #414589)
72
72
 
 
73
* ``bzr help`` will no longer trigger the get_missing_command hook when
 
74
  doing a topic lookup. This avoids prompting (like 'no command plugins/loom,
 
75
  did you mean log?') when getting help. In future we may trigger the hook 
 
76
  deliberately when no help topics match from any help index.
 
77
  (Robert Collins, #396261)
 
78
 
73
79
* ``bzr remove-tree`` can now remove multiple working trees.
74
80
  (Jared Hance, Andrew Bennetts, #253137)
75
81