[Pkg-bazaar-commits] ./bzr/unstable r214: doc

mbp at sourcefrog.net mbp at sourcefrog.net
Fri Apr 10 07:51:09 UTC 2009


------------------------------------------------------------
revno: 214
committer: mbp at sourcefrog.net
timestamp: Sat 2005-04-09 15:20:54 +1000
message:
  doc
modified:
  bzrlib/revfile.py
-------------- next part --------------
=== modified file 'bzrlib/revfile.py'
--- a/bzrlib/revfile.py	2005-04-09 05:20:25 +0000
+++ b/bzrlib/revfile.py	2005-04-09 05:20:54 +0000
@@ -207,7 +207,7 @@
         # If the delta is larger than the text, we might as well just
         # store the text.  (OK, the delta might be more compressible,
         # but the overhead of applying it probably still makes it
-        # bad.)
+        # bad, and I don't want to compress both of them to find out.)
         if len(data) >= len(text):
             return self._add_full_text(text, text_sha)
         else:



More information about the Pkg-bazaar-commits mailing list