GTASA / moonloader /lib /luarocks /fetch /hg_https.tl
nttl050611's picture
Upload 2089 files
d7c5875 verified
Raw
History Blame Contribute Delete
346 Bytes
--- Fetch back-end for retrieving sources from hg repositories
-- that use https:// transport. For example, for fetching a repository
-- that requires the following command line:
-- `hg clone https://example.com/foo`
-- you can use this in the rockspec:
-- source = { url = "hg+https://example.com/foo" }
return require "luarocks.fetch.hg_http"