diff options
author | Joey Hess <joey@kitenet.net> | 2011-03-19 18:33:39 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-03-19 18:33:39 -0400 |
commit | 6a2a17658c1d508cec022132768e9bc1957098d9 (patch) | |
tree | 0faef3f988c981d35796b6e6f1adfbbbee0e3fa9 /Command | |
parent | 43b3675d4298ffe8cfaefed0d70f0ef1fce25e37 (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')
-rw-r--r-- | Command/Version.hs | 1 |
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"] |