~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Jonathan Lange
  • Date: 2007-04-22 22:48:48 UTC
  • mto: This revision was merged to the branch mainline in revision 2446.
  • Revision ID: jml@canonical.com-20070422224848-cm8v6p5wmpx1psco
Mention API additions in NEWS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
    * Merge directives can now be supplied as input to `merge` and `pull`,
6
6
      like bundles can.  (Aaron Bentley)
7
7
 
8
 
    * New option '--fixes' to commit, which stores bug fixing annotations as
9
 
      revision properties. (Jonathan Lange, James Henstridge, Robert Collins)
 
8
    * New option ``--fixes`` to commit, which stores bug fixing annotations as
 
9
      revision properties. Built-in support for Launchpad, Debian, Trac and
 
10
      Bugzilla bug trackers. (Jonathan Lange, James Henstridge, Robert Collins)
 
11
 
 
12
    * New API, ``bzrlib.bugtracker.tracker_registry``, for adding support for
 
13
      other bug trackers to ``fixes``. (Jonathan Lange, James Henstridge,
 
14
      Robert Collins)
10
15
 
11
16
    * ``selftest`` has new short options ``-f`` and ``-1``.  (Martin
12
17
      Pool)