~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/cmd_version_info.py

Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
 
46
46
 
47
47
class cmd_version_info(Command):
48
 
    """Generate version information about this tree."""
 
48
    """Show version information about this tree."""
49
49
 
50
50
    takes_options = [Option('format', type=_parse_version_info_format,
51
51
                            help='Select the output format'),