whereis: Prints the urls of files that the web special remote knows about.
This commit is contained in:
parent
8fbc529d68
commit
cb631ce518
12 changed files with 37 additions and 12 deletions
|
@ -53,6 +53,7 @@ gen r u c = do
|
|||
removeKey = remove,
|
||||
hasKey = checkPresent r bupr',
|
||||
hasKeyCheap = bupLocal buprepo,
|
||||
whereisKey = Nothing,
|
||||
config = c,
|
||||
repo = r,
|
||||
remotetype = remote
|
||||
|
|
|
@ -45,6 +45,7 @@ gen r u c = do
|
|||
removeKey = remove dir,
|
||||
hasKey = checkPresent dir,
|
||||
hasKeyCheap = True,
|
||||
whereisKey = Nothing,
|
||||
config = Nothing,
|
||||
repo = r,
|
||||
remotetype = remote
|
||||
|
|
|
@ -81,6 +81,7 @@ gen r u _ = do
|
|||
removeKey = dropKey r',
|
||||
hasKey = inAnnex r',
|
||||
hasKeyCheap = cheap,
|
||||
whereisKey = Nothing,
|
||||
config = Nothing,
|
||||
repo = r',
|
||||
remotetype = remote
|
||||
|
|
|
@ -45,6 +45,7 @@ gen r u c = do
|
|||
removeKey = remove hooktype,
|
||||
hasKey = checkPresent r hooktype,
|
||||
hasKeyCheap = False,
|
||||
whereisKey = Nothing,
|
||||
config = Nothing,
|
||||
repo = r,
|
||||
remotetype = remote
|
||||
|
|
|
@ -52,6 +52,7 @@ gen r u c = do
|
|||
removeKey = remove o,
|
||||
hasKey = checkPresent r o,
|
||||
hasKeyCheap = False,
|
||||
whereisKey = Nothing,
|
||||
config = Nothing,
|
||||
repo = r,
|
||||
remotetype = remote
|
||||
|
|
|
@ -57,6 +57,7 @@ gen' r u c cst =
|
|||
removeKey = remove this,
|
||||
hasKey = checkPresent this,
|
||||
hasKeyCheap = False,
|
||||
whereisKey = Nothing,
|
||||
config = c,
|
||||
repo = r,
|
||||
remotetype = remote
|
||||
|
|
|
@ -45,6 +45,7 @@ gen r _ _ =
|
|||
removeKey = dropKey,
|
||||
hasKey = checkKey,
|
||||
hasKeyCheap = False,
|
||||
whereisKey = Just getUrls,
|
||||
config = Nothing,
|
||||
repo = r,
|
||||
remotetype = remote
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue