This commit is contained in:
Joey Hess 2014-11-23 14:40:28 -04:00
parent dea5c2068e
commit 3c952a0de9
1 changed files with 3 additions and 2 deletions

View File

@ -57,8 +57,9 @@ type Branch = String
-- | Specified git repository is cloned to the specified directory. -- | Specified git repository is cloned to the specified directory.
-- --
-- If the firectory exists with some other content, it will be recursively -- If the directory exists with some other content (either a non-git
-- deleted. -- repository, or a git repository cloned from some other location),
-- it will be recursively deleted first.
-- --
-- A branch can be specified, to check out. -- A branch can be specified, to check out.
cloned :: UserName -> RepoUrl -> FilePath -> Maybe Branch -> Property cloned :: UserName -> RepoUrl -> FilePath -> Maybe Branch -> Property