/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/remote.py

  • Committer: Robert Collins
  • Date: 2009-02-19 03:09:55 UTC
  • mto: (4017.3.1 push.roundtrips)
  • mto: This revision was merged to the branch mainline in revision 4022.
  • Revision ID: robertc@robertcollins.net-20090219030955-1gqi3hfhg3h16eqv
Docs and polish on RepositoryFormat.network_name.

Show diffs side-by-side

added added

removed removed

Lines of Context:
267
267
    the attributes rich_root_data and supports_tree_reference are set
268
268
    on a per instance basis, and are not set (and should not be) at
269
269
    the class level.
 
270
 
 
271
    :ivar _custom_format: If set, a specific concrete repository format that 
 
272
        will be used when initializing a repository with this
 
273
        RemoteRepositoryFormat.
 
274
    :ivar _creating_repo: If set, the repository object that this
 
275
        RemoteRepositoryFormat was created for: it can be called into
 
276
        to obtain data like te network name.
270
277
    """
271
278
 
272
279
    _matchingbzrdir = RemoteBzrDirFormat()