77
77
takes_options = [RegistryOption('format',
82
82
Option('all', help='Include all possible information.'),
83
83
Option('check-clean', help='Check if tree is clean.'),
84
84
Option('include-history',
85
85
help='Include the revision-history.'),
86
86
Option('include-file-revisions',
87
87
help='Include the last revision for each file.'),
88
Option('template', type=text_type, help='Template for the output.'),
91
92
takes_args = ['location?']