~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2006-10-23 13:11:17 UTC
  • mto: This revision was merged to the branch mainline in revision 2092.
  • Revision ID: john@arbash-meinel.com-20061023131117-e7b477cc55b5d377
Some ReST cleanup of NEWS

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
      ``unlock()``. ``WorkingTree.set_root_id()`` has been updated to take
63
63
      advantage of this functionality. (Robert Collins, John Arbash Meinel)
64
64
 
65
 
    * bzrlib.tsort.merge_sorted now accepts 'generate_revnos'. This parameter
66
 
      will cause it to add another column to its output, which contains the
67
 
      dotted-decimal revno for each revision, as a tuple. (Robert Collins)
 
65
    * ``bzrlib.tsort.merge_sorted`` now accepts ``generate_revnos``. This
 
66
      parameter will cause it to add another column to its output, which
 
67
      contains the dotted-decimal revno for each revision, as a tuple.
 
68
      (Robert Collins)
68
69
 
69
 
    * LogFormatter.show_merge is deprecated in favour of
70
 
      LogFormatter.show_merge_revno. (Robert Collins)
 
70
    * ``LogFormatter.show_merge`` is deprecated in favour of
 
71
      ``LogFormatter.show_merge_revno``. (Robert Collins)
71
72
 
72
73
  BUG FIXES:
73
74
 
1362
1363
    * Config options have moved from bzrlib.osutils to bzrlib.config.
1363
1364
      Configuration is now done via the config.Config interface:
1364
1365
      Depending on whether you have a Branch, a Location or no information
1365
 
      available, construct a *Config, and use its signature_checking,
1366
 
      username and user_email methods. (Robert Collins)
 
1366
      available, construct a ``*Config``, and use its ``signature_checking``,
 
1367
      ``username`` and ``user_email`` methods. (Robert Collins)
1367
1368
 
1368
1369
    * Plugins are now loaded under bzrlib.plugins, not bzrlib.plugin, and
1369
1370
      they are made available for other plugins to use. You should not