2030
2030
class cmd_version(Command):
2031
2031
"""Show version of bzr."""
2036
2038
class cmd_rocks(Command):
2037
2039
"""Statement of optimism."""
2044
2048
class cmd_find_merge_base(Command):
2047
2050
# TODO: Options to specify revisions on either side, as if
2048
2051
# merging only part of the history.
2049
2052
takes_args = ['branch', 'other']