Jelajahi Sumber

FIXME is fixed

John Carr 16 tahun lalu
induk
melakukan
d68b1747ae
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  1. 0 1
      dulwich/pack.py

+ 0 - 1
dulwich/pack.py

@@ -674,7 +674,6 @@ def create_delta(base_buf, target_buf):
         if opcode == "replace" or opcode == "insert":
             # If we are replacing a range or adding one, then we just
             # output it to the stream (prefixed by its size)
-            #FIXME: Will need to break this into multiple chunks
             s = j2 - j1
             o = j1
             while s > 127: