~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-07-16 08:41:22 UTC
  • mfrom: (2598.1.14 check-options)
  • Revision ID: pqm@pqm.ubuntu.com-20070716084122-jfjzwtbimsjv0iqv
Revert tightening of options api - breaks too many plugins

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
  LIBRARY API BREAKS:
30
30
 
31
31
    * Deprecated dictionary ``bzrlib.option.SHORT_OPTIONS`` removed.
32
 
      Various globally-declared options have been removed, so plugins
33
 
      that previously said ``takes_options=['message']`` must now
34
 
      construct an Option object and provide appropriate help. Options
35
 
      are now required to provide a help string and it must comply with
36
 
      the style guide by being one or more sentences with an initial
37
 
      capital and final period. (Martin Pool)
 
32
      Options are now required to provide a help string and it must
 
33
      comply with the style guide by being one or more sentences with an
 
34
      initial capital and final period. (Martin Pool)
38
35
 
39
36
  INTERNALS:
40
37