~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bzrdir.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-11-16 04:34:30 UTC
  • mfrom: (4792.3.1 remote-control-format-typo)
  • Revision ID: pqm@pqm.ubuntu.com-20091116043430-fuifwnnqopltu6kx
(Matt Nordhoff) Fix typo in 'bzr info -v' of remote control dir.

Show diffs side-by-side

added added

removed removed

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