rename http special remote to httpalso
"http" was too generic and easy to confuse with web. The new name makes clear it's used in addition to some other remote. And other protocols can use the same naming scheme.
This commit is contained in:
parent
a47787934a
commit
8656afd3e1
10 changed files with 33 additions and 32 deletions
|
@ -41,7 +41,7 @@ import qualified Remote.Tahoe
|
|||
import qualified Remote.Glacier
|
||||
import qualified Remote.Ddar
|
||||
import qualified Remote.GitLFS
|
||||
import qualified Remote.Http
|
||||
import qualified Remote.HttpAlso
|
||||
import qualified Remote.Hook
|
||||
import qualified Remote.External
|
||||
|
||||
|
@ -66,7 +66,7 @@ remoteTypes = map adjustExportImportRemoteType
|
|||
, Remote.Glacier.remote
|
||||
, Remote.Ddar.remote
|
||||
, Remote.GitLFS.remote
|
||||
, Remote.Http.remote
|
||||
, Remote.HttpAlso.remote
|
||||
, Remote.Hook.remote
|
||||
, Remote.External.remote
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue