~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/smart/vfs.py

Add docstrings to all the new modules, and a few other places.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
This module defines the smart server methods that are low-level file operations
20
20
-- i.e. methods that operate directly on files and directories, rather than
21
21
higher-level concepts like branches and revisions.
 
22
 
 
23
These methods, plus 'hello' and 'get_bundle', are version 1 of the smart server
 
24
protocol, as implemented in bzr 0.11 and later.
22
25
"""
23
26
 
24
27
from bzrlib.transport.smart import request