Merge lp:~andrewsomething/bzr-gtk/lp512701 into lp:bzr-gtk/gtk2

Proposed by Andrew Starr-Bochicchio
Status: Merged
Merge reported by: Andrew Starr-Bochicchio
Merged at revision: not available
Proposed branch: lp:~andrewsomething/bzr-gtk/lp512701
Merge into: lp:bzr-gtk/gtk2
Diff against target: 26 lines (+10/-0)
1 file modified
commands.py (+10/-0)
To merge this branch: bzr merge lp:~andrewsomething/bzr-gtk/lp512701
Reviewer Review Type Date Requested Status
Martin Pool (community) Approve
Review via email: mp+18091@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Andrew Starr-Bochicchio (andrewsomething) wrote :

Quick fix for Bug 512701. Adds help for ginit and gtags .

Revision history for this message
Martin Pool (mbp) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'commands.py'
2--- commands.py 2009-07-18 21:31:49 +0000
3+++ commands.py 2010-01-26 17:39:13 +0000
4@@ -444,6 +444,11 @@
5
6
7 class cmd_ginit(GTKCommand):
8+ """ GTK+ init dialog
9+
10+ Graphical user interface for initializing new branches.
11+
12+ """
13 def run(self):
14 open_display()
15 from initialize import InitDialog
16@@ -452,6 +457,11 @@
17
18
19 class cmd_gtags(GTKCommand):
20+ """ GTK+ tags dialog
21+
22+ Graphical user interface to view, create, or remove tags.
23+
24+ """
25 def run(self):
26 br = branch.Branch.open_containing('.')[0]
27

Subscribers

People subscribed via source and target branches

to all changes:
to status/vote changes: