Merge branch 'master' into incrementalfsck

This commit is contained in:
Joey Hess 2013-10-11 14:21:06 -04:00
commit 7e723d2f56
41 changed files with 620 additions and 28 deletions

View file

@ -70,7 +70,7 @@ data StatInfo = StatInfo
type StatState = StateT StatInfo Annex
def :: [Command]
def = [command "status" paramPaths seek
def = [noCommit $ command "status" paramPaths seek
SectionQuery "shows status information about the annex"]
seek :: [CommandSeek]