Support import in direct mode.

This commit is contained in:
Joey Hess 2013-07-22 20:16:41 -04:00
parent b896f74997
commit 5e3a404d4f
2 changed files with 2 additions and 1 deletions

View file

@ -15,7 +15,7 @@ import qualified Annex
import qualified Command.Add
def :: [Command]
def = [notDirect $ notBareRepo $ command "import" paramPaths seek
def = [notBareRepo $ command "import" paramPaths seek
SectionCommon "move and add files from outside git working copy"]
seek :: [CommandSeek]