summaryrefslogtreecommitdiff
path: root/Command
diff options
context:
space:
mode:
Diffstat (limited to 'Command')
-rw-r--r--Command/Adjust.hs4
1 files changed, 1 insertions, 3 deletions
diff --git a/Command/Adjust.hs b/Command/Adjust.hs
index e2850a361..addc652db 100644
--- a/Command/Adjust.hs
+++ b/Command/Adjust.hs
@@ -9,7 +9,6 @@ module Command.Adjust where
import Command
import Annex.AdjustedBranch
-import Annex.Version
cmd :: Command
cmd = notBareRepo $ notDirect $ noDaemonRunning $
@@ -34,8 +33,7 @@ seek = commandAction . start
start :: Adjustment -> CommandStart
start adj = do
- unlessM versionSupportsAdjustedBranch $
- error "Adjusted branches are only supported in v6 or newer repositories."
+ checkVersionSupported
showStart "adjust" ""
enterAdjustedBranch adj
next $ next $ return True