~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/remote.py

  • Committer: Robert Collins
  • Date: 2009-02-20 01:45:00 UTC
  • mto: This revision was merged to the branch mainline in revision 4022.
  • Revision ID: robertc@robertcollins.net-20090220014500-t8epmpbkpacq6ehh
Review feedback.

Show diffs side-by-side

added added

removed removed

Lines of Context:
273
273
        RemoteRepositoryFormat.
274
274
    :ivar _creating_repo: If set, the repository object that this
275
275
        RemoteRepositoryFormat was created for: it can be called into
276
 
        to obtain data like te network name.
 
276
        to obtain data like the network name.
277
277
    """
278
278
 
279
279
    _matchingbzrdir = RemoteBzrDirFormat()