Rev 209: Better module docstring. in http://people.ubuntu.com/~robertc/baz2.0/plugins/gtk/trunk
Robert Collins
robertc at robertcollins.net
Thu Jul 5 05:27:01 BST 2007
At http://people.ubuntu.com/~robertc/baz2.0/plugins/gtk/trunk
------------------------------------------------------------
revno: 209
revision-id: robertc at robertcollins.net-20070705042700-cw2buapcxrctkeya
parent: dato at net.com.org.es-20070703221926-agtx1dc3h1bkg19o
committer: Robert Collins <robertc at robertcollins.net>
branch nick: trunk
timestamp: Thu 2007-07-05 14:27:00 +1000
message:
Better module docstring.
modified:
__init__.py __init__.py-20060519165329-a1fd52c8a829fcd5
=== modified file '__init__.py'
--- a/__init__.py 2007-06-25 15:27:00 +0000
+++ b/__init__.py 2007-07-05 04:27:00 +0000
@@ -12,7 +12,24 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-"""GTK+ frontends to Bazaar commands """
+"""Graphical support for Bazaar using GTK.
+
+This plugin includes:
+commit-notify Start the graphical notifier of commits.
+gannotate GTK+ annotate.
+gbranch GTK+ branching.
+gcheckout GTK+ checkout.
+gcommit GTK+ commit dialog
+gconflicts GTK+ push.
+gdiff Show differences in working tree in a GTK+ Window.
+ginit Initialise a new branch.
+gmissing GTK+ missing revisions dialog.
+gpreferences GTK+ preferences dialog.
+gpush GTK+ push.
+gstatus GTK+ status dialog
+gtags Manage branch tags.
+visualise Graphically visualise this branch.
+"""
import bzrlib
More information about the bazaar-commits
mailing list