diff options
author | Joey Hess <joey@kitenet.net> | 2013-10-11 14:21:06 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-10-11 14:21:06 -0400 |
commit | 388d27825323091f317ed380e3105f88df3f66cb (patch) | |
tree | 24e27eef33ae4949affe6d42079dd07d7a925cc2 /Command/Status.hs | |
parent | 6af9822118dca6c9416c0d13635b13ee68bd13f6 (diff) | |
parent | f81b89510d558ee38e6338c433e4f1b01c2cd5f3 (diff) |
Merge branch 'master' into incrementalfsck
Diffstat (limited to 'Command/Status.hs')
-rw-r--r-- | Command/Status.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Status.hs b/Command/Status.hs index 21d46c5ec..9da1bea98 100644 --- a/Command/Status.hs +++ b/Command/Status.hs @@ -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] |