~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-05-11 15:04:00 UTC
  • mfrom: (5221.2.1 command-help-bug-177500)
  • Revision ID: pqm@pqm.ubuntu.com-20100511150400-7euir3548ln55n7s
(lifeless) Fail to construct commands that have no help,
 rather than failing when help is first requested. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
  whoami``.
27
27
  (Parth Malwankar, #549310)
28
28
 
 
29
* ``bzrlib.commands.Command`` will now raise ValueError during
 
30
  construction if there is no __doc__ set. (Robert Collins)
 
31
 
29
32
New Features
30
33
************
31
34