From 844c9ea201500e0b5fe8bb833a7468605690bc7c Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Thu, 22 Aug 2024 17:49:04 -0300 Subject: Teal: rename luarocks.fetch.hg_ssh --- src/luarocks/fetch/hg_ssh.lua | 8 -------- src/luarocks/fetch/hg_ssh.tl | 8 ++++++++ 2 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 src/luarocks/fetch/hg_ssh.lua create mode 100644 src/luarocks/fetch/hg_ssh.tl diff --git a/src/luarocks/fetch/hg_ssh.lua b/src/luarocks/fetch/hg_ssh.lua deleted file mode 100644 index 0c365fab..00000000 --- a/src/luarocks/fetch/hg_ssh.lua +++ /dev/null @@ -1,8 +0,0 @@ - ---- Fetch back-end for retrieving sources from hg repositories --- that use ssh:// transport. For example, for fetching a repository --- that requires the following command line: --- `hg clone ssh://example.com/foo` --- you can use this in the rockspec: --- source = { url = "hg+ssh://example.com/foo" } -return require "luarocks.fetch.hg_http" diff --git a/src/luarocks/fetch/hg_ssh.tl b/src/luarocks/fetch/hg_ssh.tl new file mode 100644 index 00000000..0c365fab --- /dev/null +++ b/src/luarocks/fetch/hg_ssh.tl @@ -0,0 +1,8 @@ + +--- Fetch back-end for retrieving sources from hg repositories +-- that use ssh:// transport. For example, for fetching a repository +-- that requires the following command line: +-- `hg clone ssh://example.com/foo` +-- you can use this in the rockspec: +-- source = { url = "hg+ssh://example.com/foo" } +return require "luarocks.fetch.hg_http" -- cgit v1.2.3-55-g6feb