Explorar el Código

remove outdated TODO

Peter Rowlands hace 4 años
padre
commit
d2b8ba58fc
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      dulwich/porcelain.py

+ 0 - 1
dulwich/porcelain.py

@@ -422,7 +422,6 @@ def clone(
         instead of the cloned repository's HEAD.
     Returns: The new repository
     """
-    # TODO(jelmer): This code overlaps quite a bit with Repo.clone
     if outstream is not None:
         import warnings