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
=== modified file 'commands.py'
--- commands.py 2009-07-18 21:31:49 +0000
+++ commands.py 2010-01-26 17:39:13 +0000
@@ -444,6 +444,11 @@
444444
445445
446class cmd_ginit(GTKCommand):446class cmd_ginit(GTKCommand):
447 """ GTK+ init dialog
448
449 Graphical user interface for initializing new branches.
450
451 """
447 def run(self):452 def run(self):
448 open_display()453 open_display()
449 from initialize import InitDialog454 from initialize import InitDialog
@@ -452,6 +457,11 @@
452457
453458
454class cmd_gtags(GTKCommand):459class cmd_gtags(GTKCommand):
460 """ GTK+ tags dialog
461
462 Graphical user interface to view, create, or remove tags.
463
464 """
455 def run(self):465 def run(self):
456 br = branch.Branch.open_containing('.')[0]466 br = branch.Branch.open_containing('.')[0]
457 467

Subscribers

People subscribed via source and target branches

to all changes:
to status/vote changes: