Fix comment formatting.
authorJelmer Vernooij <jelmer@samba.org>
Tue, 5 May 2009 02:24:49 +0000 (02:26 +0002)
committerJelmer Vernooij <jelmer@samba.org>
Tue, 5 May 2009 02:24:49 +0000 (02:26 +0002)
dulwich/server.py

index 70d0da21b4e5b33b90fb65af82723163e617eb59..d54db1ac5c61947da5f3da6fda18ee52e78fdc01 100644 (file)
@@ -204,7 +204,8 @@ class ReceivePackHandler(Handler):
         # backend can now deal with this refs and read a pack using self.read
         self.backend.apply_pack(client_refs, self.proto.read)
 
-        # when we have read all the pack from the client, it assumes everything worked OK
+        # when we have read all the pack from the client, it assumes 
+        # everything worked OK.
         # there is NO ack from the server before it reports victory.