Просмотр исходного кода

Document checkout param in dulwich.porcelain.clone

Koen Martens 8 лет назад
Родитель
Сommit
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