diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-03-09 13:43:22 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-03-09 13:43:22 -0400 |
commit | 45db841c7c5602f73796836fb9203bf0a962050d (patch) | |
tree | 9fa1bf256aa8dae9269a759d26d027f28b0cde85 /Command/Unlock.hs | |
parent | 702c128ca0da3e20291215a8db29ffe3eb1f84ed (diff) |
refactor
Diffstat (limited to 'Command/Unlock.hs')
-rw-r--r-- | Command/Unlock.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Command/Unlock.hs b/Command/Unlock.hs index ded44fd2f..ac99d5cd3 100644 --- a/Command/Unlock.hs +++ b/Command/Unlock.hs @@ -9,6 +9,7 @@ module Command.Unlock where import Command import Annex.Content +import Annex.Perms import Annex.CatFile import Annex.Version import Annex.Link |