From 0f0169fa990167aa21d236c5b247ec49998a7e43 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 20 Nov 2011 22:49:53 -0400 Subject: [PATCH] comment update --- Command/Move.hs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Command/Move.hs b/Command/Move.hs index 4c4534c49d..fd1ed90198 100644 --- a/Command/Move.hs +++ b/Command/Move.hs @@ -1,6 +1,6 @@ {- git-annex command - - - Copyright 2010 Joey Hess + - Copyright 2010-2011 Joey Hess - - Licensed under the GNU GPL version 3 or higher. -} @@ -23,10 +23,6 @@ def = [dontCheck toOpt $ dontCheck fromOpt $ seek :: [CommandSeek] seek = [withFilesInGit $ whenAnnexed $ start True] -{- Move (or copy) a file either --to or --from a repository. - - - - This only operates on the cached file content; it does not involve - - moving data in the key-value backend. -} start :: Bool -> FilePath -> (Key, Backend Annex) -> CommandStart start move file (key, _) = do noAuto