Explorar o código

FIXME is fixed

John Carr %!s(int64=16) %!d(string=hai) anos
pai
achega
d68b1747ae
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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: