소스 검색

Document checkout param in dulwich.porcelain.clone

Koen Martens 8 년 전
부모
커밋
a073388ebd
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      dulwich/porcelain.py

+ 1 - 0
dulwich/porcelain.py

@@ -242,6 +242,7 @@ def clone(source, target=None, bare=False, checkout=None,
     :param source: Path or URL for source repository
     :param target: Path to target repository (optional)
     :param bare: Whether or not to create a bare repository
+    :param checkout: Whether or not to check-out HEAD after cloning
     :param errstream: Optional stream to write progress to
     :param outstream: Optional stream to write progress to (deprecated)
     :return: The new repository