Rev 4797: (Matt Nordhoff) Fix typo in 'bzr info -v' of remote control dir. in file:///home/pqm/archives/thelove/bzr/%2Btrunk/

Canonical.com Patch Queue Manager pqm at pqm.ubuntu.com
Mon Nov 16 04:34:31 GMT 2009


At file:///home/pqm/archives/thelove/bzr/%2Btrunk/

------------------------------------------------------------
revno: 4797 [merge]
revision-id: pqm at pqm.ubuntu.com-20091116043430-fuifwnnqopltu6kx
parent: pqm at pqm.ubuntu.com-20091116025815-1xno2fbkl08iiwsw
parent: mnordhoff at mattnordhoff.com-20091112002048-8123efjjvynsj7rk
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Mon 2009-11-16 04:34:30 +0000
message:
  (Matt Nordhoff) Fix typo in 'bzr info -v' of remote control dir.
modified:
  bzrlib/bzrdir.py               bzrdir.py-20060131065624-156dfea39c4387cb
=== modified file 'bzrlib/bzrdir.py'
--- a/bzrlib/bzrdir.py	2009-11-11 06:50:40 +0000
+++ b/bzrlib/bzrdir.py	2009-11-12 00:20:48 +0000
@@ -3113,7 +3113,7 @@
     def get_format_description(self):
         if self._network_name:
             real_format = network_format_registry.get(self._network_name)
-            return 'Remote:' + real_format.get_format_description()
+            return 'Remote: ' + real_format.get_format_description()
         return 'bzr remote bzrdir'
 
     def get_format_string(self):




More information about the bazaar-commits mailing list