Rev 4025: Make a comment easier to read. in http://people.ubuntu.com/~robertc/baz2.0/fetch.sinks

Robert Collins robertc at robertcollins.net
Fri Feb 20 06:27:34 GMT 2009


At http://people.ubuntu.com/~robertc/baz2.0/fetch.sinks

------------------------------------------------------------
revno: 4025
revision-id: robertc at robertcollins.net-20090220062731-peh7eb800gvgb08h
parent: robertc at robertcollins.net-20090220052824-dfk8xf0mj68mn137
committer: Robert Collins <robertc at robertcollins.net>
branch nick: fetch.sinks
timestamp: Fri 2009-02-20 17:27:31 +1100
message:
  Make a comment easier to read.
=== modified file 'bzrlib/remote.py'
--- a/bzrlib/remote.py	2009-02-20 05:05:25 +0000
+++ b/bzrlib/remote.py	2009-02-20 06:27:31 +0000
@@ -329,9 +329,9 @@
     @property
     def _serializer(self):
         # We should only be getting asked for the serializer for
-        # RemoteRepositoryFormat objects except when the RemoteRepositoryFormat
-        # object is a concrete instance for a RemoteRepository. In this case
-        # we know the creating_repo and can use it to supply the serializer.
+        # RemoteRepositoryFormat objects when the RemoteRepositoryFormat object
+        # is a concrete instance for a RemoteRepository. In this case we know
+        # the creating_repo and can use it to supply the serializer.
         self._creating_repo._ensure_real()
         return self._creating_repo._real_repository._format._serializer
 




More information about the bazaar-commits mailing list