~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/smart/repository.py

merge hpss changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
179
179
 
180
180
 
181
181
class SmartServerRepositoryTarball(SmartServerRepositoryRequest):
182
 
    """Get the raw repository files as one big tarball.
183
 
 
184
 
    The tarball contains one directory 'repository' which contains all the
185
 
    files found in that directory.
186
 
 
187
 
    At the moment this is only supported when the repository is on a
188
 
    LocalTransport.
 
182
    """Get the raw repository files as a tarball.
 
183
 
 
184
    The returned tarball contains a .bzr control directory which in turn
 
185
    contains a repository.
189
186
    
190
187
    This takes one parameter, compression, which currently must be 
191
188
    "", "gz", or "bz2".