To get this branch, use:
bzr branch
http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz
« back to all changes in this revision
Viewing changes to __init__.py
-
Committer:
Szilveszter Farkas (Phanatic)
-
Date:
2007-04-08 21:08:06 UTC
-
mto:
This revision was merged to the branch mainline in
revision
193.
-
Revision ID:
szilveszter.farkas@gmail.com-20070408210806-6g65x53llts4j3mk
Added 'gtags' command and basic Tags window (just a skeleton).
Show diffs side-by-side
added
removed
430
class cmd_gtags(GTKCommand):
432
br = branch.Branch.open_containing('.')[0]
434
gtk = self.open_display()
435
from tags import TagsWindow
436
window = TagsWindow(br)
432
443
cmd_gpreferences,
445
457
for cmd in commands: