~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2007-07-11 04:15:48 UTC
  • mto: This revision was merged to the branch mainline in revision 2605.
  • Revision ID: mbp@sourcefrog.net-20070711041548-n1om2ptyj2j01r6l
Clean up old/unused global options

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
  LIBRARY API BREAKS:
12
12
 
13
 
    * None yet ...
 
13
    * Deprecated dictionary ``bzrlib.option.SHORT_OPTIONS`` removed.
 
14
      Various globally-declared options removed.  Options are now required
 
15
      to provide a help string and it must comply with the style guide
 
16
      by being one or more sentences with an initial capital and final
 
17
      period.  (Martin Pool)
14
18
 
15
19
  INTERNALS:
16
20