Bugzilla CLI client and XML-RPC binding and VCS plugins
=======================================================

Provides a CLI program and Python library for interacting with the
Bugzilla_ bug tracking system, and plugins for version control
systems that enable interaction with Bugzilla installations.

Requires Python_ 2.7 and works with Bugzilla_ 4.0 or later.

The Bazaar_ plugin requires Bazaar 2.0 or later.

``bugzilla``
------------

Command-line application for interacting with Bugzilla servers.
The following subcommands are available:

:assign: Assign bugs to the given user.
:block: Show or update block list of given bugs.
:cc: Show or update CC List.
:comment: List comments or file a comment on the given bugs.
:depend: Show or update dependencies of given bugs.
:fields: List valid values for bug fields.
:help: Show help.
:info: Show detailed information about the given bugs.
:list: Show a one-line summary of the given bugs.
:new: File a new bug.
:products: List the products of a Bugzilla instance.
:status: Set the status of the given bugs.

``bzlib``
---------

Library providing access to Bugzilla instances through the XML-RPC
interface.  Supports bug creation, bug information and comment
retrieval, updating bug fields and appending comments to bugs.

Bazaar_ plugin
--------------

This plugin, when enabled for Bugzilla bugtrackers, marks bugs fixed on
those trackers when ``bzr commit`` is invoked with the ``--fixes`` argument.
It also adds a comment to the bug that includes the branch location, the
commit message, the list of changed files and other details about the commit.


.. _Bazaar: http://bazaar.canonical.com/
.. _Bugzilla: http://www.bugzilla.org/
.. _Python: http://python.org/
