/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 bzrlib/transport/smart/vfs.py

Tidy ups, and turn do_hello and do_get_bundle into command objects.

Show diffs side-by-side

added added

removed removed

Lines of Context:
215
215
            ('stat', str(stat.st_size), oct(stat.st_mode)))
216
216
register_command(StatCommand)
217
217
 
 
218
request.version_one_commands.update(vfs_commands)