John Carr 16 éve
szülő
commit
d68b1747ae
1 módosított fájl, 0 hozzáadás és 1 törlés
  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: