aboutsummaryrefslogtreecommitdiff
path: root/Command/Version.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-03-19 18:33:39 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-03-19 18:33:39 -0400
commit6a2a17658c1d508cec022132768e9bc1957098d9 (patch)
tree0faef3f988c981d35796b6e6f1adfbbbee0e3fa9 /Command/Version.hs
parent43b3675d4298ffe8cfaefed0d70f0ef1fce25e37 (diff)
No longer auto-upgrade to repository format 2, to avoid accidental upgrades, etc. Use git-annex upgrade when you're ready to run this version.
Diffstat (limited to 'Command/Version.hs')
-rw-r--r--Command/Version.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Command/Version.hs b/Command/Version.hs
index 480f2166b..ac8fdd48c 100644
--- a/Command/Version.hs
+++ b/Command/Version.hs
@@ -13,7 +13,6 @@ import Data.String.Utils
import Command
import qualified SysConfig
import Version
-import Upgrade
command :: [Command]
command = [Command "version" paramNothing seek "show versions"]