Rev 2611: Better news entry for removal of global options in http://sourcefrog.net/bzr/check-options
Martin Pool
mbp at sourcefrog.net
Fri Jul 13 03:04:22 BST 2007
At http://sourcefrog.net/bzr/check-options
------------------------------------------------------------
revno: 2611
revision-id: mbp at sourcefrog.net-20070713020421-1gwu8tzp7u9xd7kf
parent: mbp at sourcefrog.net-20070711063329-3q9rz8bljj2iisi1
committer: Martin Pool <mbp at sourcefrog.net>
branch nick: check-options
timestamp: Fri 2007-07-13 12:04:21 +1000
message:
Better news entry for removal of global options
modified:
NEWS NEWS-20050323055033-4e00b5db738777ff
=== modified file 'NEWS'
--- a/NEWS 2007-07-11 04:15:48 +0000
+++ b/NEWS 2007-07-13 02:04:21 +0000
@@ -11,10 +11,12 @@
LIBRARY API BREAKS:
* Deprecated dictionary ``bzrlib.option.SHORT_OPTIONS`` removed.
- Various globally-declared options removed. Options are now required
- to provide a help string and it must comply with the style guide
- by being one or more sentences with an initial capital and final
- period. (Martin Pool)
+ Various globally-declared options have been removed, so plugins
+ that previously said ``takes_options=['message']`` must now
+ construct an Option object and provide appropriate help. Options
+ are now required to provide a help string and it must comply with
+ the style guide by being one or more sentences with an initial
+ capital and final period. (Martin Pool)
INTERNALS:
More information about the bazaar-commits
mailing list