diff options
author | Joey Hess <joey@kitenet.net> | 2010-11-11 18:54:52 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-11-11 18:54:52 -0400 |
commit | da0de293d16ace6aac574d0cdc37ec41715b7d66 (patch) | |
tree | 4ebabdd2e3afa95127441909c8a423eecda7d81c /Command/Lock.hs | |
parent | 5357d3a37af9e3d3a0aec207a8ba7fb94bfea953 (diff) |
refactor param seeking
Diffstat (limited to 'Command/Lock.hs')
-rw-r--r-- | Command/Lock.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Command/Lock.hs b/Command/Lock.hs index f03d6b6c8..27a030bc2 100644 --- a/Command/Lock.hs +++ b/Command/Lock.hs @@ -15,6 +15,9 @@ import Messages import qualified Annex import qualified GitRepo as Git +seek :: [SubCmdSeek] +seek = [withFilesUnlocked start] + {- Undo unlock -} start :: SubCmdStartBackendFile start (file, _) = do |