hg
Description
manage a hg repo
Parameters
path(required ): the path to clone the repoexample: /var/www/html/mysite/repo(required): the hg repository uriexample: local/filesystem/path file://local/filesystem/path http://[user@]host[:port]/[path] https://[user@]host[:port]/[path] ssh://[user@]host[:port]/[path]revision(optional): the revision to checkoutexample: specify a branch and keep it synced: master, develop specify a static tag - release-1.0 specify a particular revision id - 8b1e0f7e499f9af07eed5ba6a3fc5490e72631b6force(optional): force the checkout if there is conflict, by defaultfalseuser(optional): the username that performs the operation, by defaultroot