175
175
bzr_version += " and the following plugins:"
176
176
for name, plugin in sorted(self.data.plugins.iteritems()):
177
177
bzr_version += "\n# %s" % plugin
179
180
def global_options(self):
180
181
return " ".join(sorted(self.data.global_options))