add back message
This commit is contained in:
parent
9e82c348b7
commit
87c1c103ea
1 changed files with 5 additions and 1 deletions
|
@ -26,7 +26,11 @@ start (src:dest:[])
|
||||||
| otherwise = do
|
| otherwise = do
|
||||||
ifAnnexed src
|
ifAnnexed src
|
||||||
(error $ "cannot used annexed file as src: " ++ src)
|
(error $ "cannot used annexed file as src: " ++ src)
|
||||||
(next $ whenAnnexed (perform src) dest)
|
go
|
||||||
|
where
|
||||||
|
go = do
|
||||||
|
showStart "reinject" dest
|
||||||
|
next $ whenAnnexed (perform src) dest
|
||||||
start _ = error "specify a src file and a dest file"
|
start _ = error "specify a src file and a dest file"
|
||||||
|
|
||||||
perform :: FilePath -> FilePath -> (Key, Backend Annex) -> CommandPerform
|
perform :: FilePath -> FilePath -> (Key, Backend Annex) -> CommandPerform
|
||||||
|
|
Loading…
Reference in a new issue