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

------------------------------------------------------------
revno: 56
revision-id: [email protected]
parent: [email protected]
committer: John Arbash Meinel <[email protected]>
branch nick: trunk
timestamp: Fri 2009-02-27 13:18:06 -0600
message:
  Fix typo with the recent lines => chunks rename.
=== 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]

-- 
bazaar-commits mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/bazaar-commits

Reply via email to