Rev 56: Fix typo with the recent lines => chunks rename. in http://bazaar.launchpad.net/%7Ebzr/bzr-groupcompress/trunk

John Arbash Meinel john at arbash-meinel.com
Fri Feb 27 19:18:23 GMT 2009


At http://bazaar.launchpad.net/%7Ebzr/bzr-groupcompress/trunk

------------------------------------------------------------
revno: 56
revision-id: john at arbash-meinel.com-20090227191806-0xtoenrm3t3fxcac
parent: john at arbash-meinel.com-20090227051839-841q6ss4z8zm1353
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: trunk
timestamp: Fri 2009-02-27 13:18:06 -0600
message:
  Fix typo with the recent lines => chunks rename.
-------------- next part --------------
=== modified file 'groupcompress.py'
--- a/groupcompress.py	2009-02-27 03:54:42 +0000
+++ b/groupcompress.py	2009-02-27 19:18:06 +0000
@@ -632,7 +632,7 @@
             yield AbsentContentFactory(key)
         for key in present_keys:
             if key in self._unadded_refs:
-                lines, sha1 = self._compressor.extract(key)
+                chunks, sha1 = self._compressor.extract(key)
                 parents = self._unadded_refs[key]
             else:
                 index_memo, _, parents, (method, _) = locations[key]



More information about the bazaar-commits mailing list