~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: John Arbash Meinel
  • Date: 2006-01-02 22:10:55 UTC
  • mto: (2022.1.1 version-info-55794)
  • mto: This revision was merged to the branch mainline in revision 2028.
  • Revision ID: john@arbash-meinel.com-20060102221055-9331f83de11a4933
Comment fix

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
    """
46
46
 
47
47
    takes_options = [Option('format', type=_parse_version_info_format,
48
 
                            help='Select the '),
 
48
                            help='Select the output format'),
49
49
                     Option('all', help='include all possible information'),
50
50
                     Option('check-clean', help='check if tree is clean'),
51
51
                     Option('include-history',