/b-gtk/fix-viz

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: Jasper Groenewegen
  • Date: 2009-12-22 22:35:52 UTC
  • mto: This revision was merged to the branch mainline in revision 678.
  • Revision ID: colbrac@xs4all.nl-20091222223552-c172tafb1bzm0mvk
Fix typo in checkout dialog (branck->branch)

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
from bzrlib.commands import plugin_cmds
61
61
 
62
62
 
63
 
version_info = (0, 99, 0, 'dev', 1)
 
63
version_info = (0, 98, 0, 'dev', 1)
64
64
 
65
65
if version_info[3] == 'final':
66
66
    version_string = '%d.%d.%d' % version_info[:3]
73
73
                           (1, 15, 0),
74
74
                           (1, 17, 0),
75
75
                           (2, 1, 0),
76
 
                           (2, 2, 0),
77
76
                           ]
78
77
 
79
78
bzrlib.api.require_any_api(bzrlib, COMPATIBLE_BZR_VERSIONS)
144
143
    "gsend": [],
145
144
    "gstatus": ["gst"],
146
145
    "gtags": [],
147
 
    "visualise": ["visualize", "vis", "viz", 'glog'],
 
146
    "visualise": ["visualize", "vis", "viz"],
148
147
    }
149
148
 
150
149
try: