~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bzrdir.py

  • Committer: Jelmer Vernooij
  • Date: 2009-11-12 22:31:21 UTC
  • mfrom: (4794 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4833.
  • Revision ID: jelmer@samba.org-20091112223121-2tpusxaq93lwgxey
merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3111
3111
        self._network_name = None
3112
3112
 
3113
3113
    def get_format_description(self):
 
3114
        if self._network_name:
 
3115
            real_format = network_format_registry.get(self._network_name)
 
3116
            return 'Remote:' + real_format.get_format_description()
3114
3117
        return 'bzr remote bzrdir'
3115
3118
 
3116
3119
    def get_format_string(self):