~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/remote.py

  • Committer: Aaron Bentley
  • Date: 2007-12-20 00:15:34 UTC
  • mfrom: (3131 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3132.
  • Revision ID: aaron.bentley@utoronto.ca-20071220001534-hufz1x7smg3l3en6
Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
197
197
    Instances of this repository are represented by RemoteRepository
198
198
    instances.
199
199
 
200
 
    The RemoteRepositoryFormat is parameterised during construction
 
200
    The RemoteRepositoryFormat is parameterized during construction
201
201
    to reflect the capabilities of the real, remote format. Specifically
202
202
    the attributes rich_root_data and supports_tree_reference are set
203
203
    on a per instance basis, and are not set (and should not be) at