/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to commands.py

Fix formatting.

Show diffs side-by-side

added added

removed removed

Lines of Context:
164
164
    aliases = ["git-objects", "git-cat"]
165
165
    takes_args = ["sha1?"]
166
166
    takes_options = [Option('directory', 
167
 
        help='location of repository', type=unicode),
168
 
        Option('pretty', help='pretty-print')]
 
167
        help='Location of repository.', type=unicode),
 
168
        Option('pretty', help='Pretty-print objects.')]
169
169
    encoding_type = 'exact'
170
170
 
171
171
    @display_command