remove now-unnecessary manual reaps
This commit is contained in:
parent
5594bf0643
commit
de3ea4adb6
4 changed files with 7 additions and 3 deletions
|
@ -212,7 +212,7 @@ onLocal r a = do
|
|||
-- No need to update the branch; its data is not used
|
||||
-- for anything onLocal is used to do.
|
||||
Annex.BranchState.disableUpdate
|
||||
liftIO Git.Command.reap `after` a
|
||||
a
|
||||
|
||||
keyUrls :: Git.Repo -> Key -> [String]
|
||||
keyUrls r key = map tourl (annexLocations key)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue