/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

Remove silly mapping of timezones; dulwich uses offsets now as well.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
    """
40
40
    takes_options = [
41
41
        Option('directory',
 
42
               short_name='d',
42
43
               help='serve contents of directory',
43
44
               type=unicode)
44
45
    ]
164
165
    aliases = ["git-objects", "git-cat"]
165
166
    takes_args = ["sha1?"]
166
167
    takes_options = [Option('directory', 
 
168
        short_name='d',
167
169
        help='Location of repository.', type=unicode),
168
170
        Option('pretty', help='Pretty-print objects.')]
169
171
    encoding_type = 'exact'