improve comment
This commit is contained in:
parent
e9af56fef1
commit
e81e43b829
1 changed files with 2 additions and 2 deletions
|
@ -63,9 +63,9 @@ data RemoteTypeA a = RemoteType
|
|||
, configParser :: RemoteConfig -> a RemoteConfigParser
|
||||
-- initializes or enables a remote
|
||||
, setup :: SetupStage -> Maybe UUID -> Maybe CredPair -> RemoteConfig -> RemoteGitConfig -> a (RemoteConfig, UUID)
|
||||
-- check if a remote of this type is able to support export
|
||||
-- check if a remote of this type is able to support export of trees
|
||||
, exportSupported :: ParsedRemoteConfig -> RemoteGitConfig -> a Bool
|
||||
-- check if a remote of this type is able to support import
|
||||
-- check if a remote of this type is able to support import of trees
|
||||
, importSupported :: ParsedRemoteConfig -> RemoteGitConfig -> a Bool
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue