~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2007-07-13 04:41:55 UTC
  • mto: This revision was merged to the branch mainline in revision 2619.
  • Revision ID: mbp@sourcefrog.net-20070713044155-3pifeyzn631q3tun
Revert tightening of options api - breaks too many plugins

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
  LIBRARY API BREAKS:
12
12
 
13
13
    * Deprecated dictionary ``bzrlib.option.SHORT_OPTIONS`` removed.
14
 
      Various globally-declared options have been removed, so plugins
15
 
      that previously said ``takes_options=['message']`` must now
16
 
      construct an Option object and provide appropriate help. Options
17
 
      are now required to provide a help string and it must comply with
18
 
      the style guide by being one or more sentences with an initial
19
 
      capital and final period. (Martin Pool)
 
14
      Options are now required to provide a help string and it must
 
15
      comply with the style guide by being one or more sentences with an
 
16
      initial capital and final period. (Martin Pool)
20
17
 
21
18
  INTERNALS:
22
19