Fix reversion in lookupkey, contentlocation, and examinekey which caused them to sometimes output side messages.

This commit is contained in:
Joey Hess 2016-01-29 13:20:24 -04:00
parent 66a24e0f36
commit 9a4af2324e
Failed to extract signature
6 changed files with 17 additions and 3 deletions

View file

@ -11,7 +11,7 @@ import Command
import Annex.CatFile
cmd :: Command
cmd = notBareRepo $ noCommit $
cmd = notBareRepo $ noCommit $ noMessages $
command "lookupkey" SectionPlumbing
"looks up key used for file"
(paramRepeating paramFile)